-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from rsetienne/develop
Conditioning on number of colonists on ML and sim - CS model
- Loading branch information
Showing
29 changed files
with
540 additions
and
456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: DAISIE | ||
Type: Package | ||
Title: Dynamical Assembly of Islands by Speciation, Immigration and Extinction | ||
Version: 3.0.1 | ||
Date: 2020-08-25 | ||
Version: 3.1.0 | ||
Date: 2020-09-27 | ||
Depends: R (>= 3.5.0) | ||
biocViews: | ||
Imports: | ||
|
@@ -81,17 +81,22 @@ Authors@R: c( | |
person(given = "Giovanni", | ||
family = "Laudanno", | ||
email = "[email protected]", | ||
role = c("ctb")), | ||
role = c("ctb"), | ||
comment = c(ORCID = "0000-0002-2952-3345")), | ||
person(given = "Nadiah", | ||
family = "Kristensen", | ||
email = "[email protected]", | ||
role = c("ctb")), | ||
role = c("ctb"), | ||
comment = c(ORCID = "0000-0002-9720-4581")), | ||
person(given = "Raphael", | ||
family = "Scherrer", | ||
email = "[email protected]", | ||
role = c("ctb"))) | ||
License: GPL-3 | ||
Description: Simulates and computes the (maximum) likelihood of a dynamical model of island biota assembly through speciation, immigration and extinction. See e.g. Valente et al. 2015. Ecology Letters 18: 844-852, <DOI:10.1111/ele.12461>. | ||
Description: Simulates and computes the (maximum) likelihood of a dynamical | ||
model of island biota assembly through speciation, immigration and | ||
extinction. See e.g. Valente et al. 2015. Ecology Letters 18: 844-852, | ||
<DOI:10.1111/ele.12461>. | ||
NeedsCompilation: yes | ||
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:158:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:161:40: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless it's followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:1: style: Lines should not be more than 80 characters.
R/create_pars.R:177:1: style: Lines should not be more than 80 characters.
R/create_pars.R:179:1: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:50: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:1: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:1: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:26: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:89: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:32: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:82: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:205:1: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:204:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:204:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:205:9: style: Place a space before left parenthesis, except in a function call.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:147:13: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.
2fb3dd0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-raw/frog_M1_ML.R:5:1: style: Variable and function name style should be snake_case or symbols.
data-raw/frog_M1_ML.R:7:24: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:29: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:7:36: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:19: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:21: style: Commas should always have a space after.
data-raw/frog_M1_ML.R:8:23: style: Commas should always have a space after.
R/create_pars.R:21:1: style: functions should have cyclomatic complexity of less than 15, this has 35.
R/create_pars.R:151:1: style: functions should have cyclomatic complexity of less than 15, this has 33.
R/create_pars.R:174:81: style: Lines should not be more than 80 characters.
R/create_pars.R:177:81: style: Lines should not be more than 80 characters.
R/create_pars.R:179:81: style: Lines should not be more than 80 characters.
R/create_pars.R:200:31: style: Variable and function name style should be snake_case or symbols.
R/create_pars.R:213:30: style: Put spaces around all infix operators.
R/create_pars.R:214:21: style: Put spaces around all infix operators.
R/DAISIE_check_format.R:7:1: style: functions should have cyclomatic complexity of less than 15, this has 44.
R/DAISIE_check_format.R:18:5: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_check_format.R:43:1: style: functions should have cyclomatic complexity of less than 15, this has 19.
R/DAISIE_check_format.R:155:7: style: Commented code should be removed.
R/DAISIE_check_format.R:156:7: style: Commented code should be removed.
R/DAISIE_check_format.R:157:7: style: Commented code should be removed.
R/DAISIE_create_island.R:8:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:47:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:63:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:76:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_create_island.R:80:51: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_create_island.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:83:27: style: Commas should always have a space after.
R/DAISIE_create_island.R:102:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:105:21: style: Use <-, not =, for assignment.
R/DAISIE_create_island.R:108:17: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:116:65: style: Only use double-quotes.
R/DAISIE_create_island.R:116:81: style: Lines should not be more than 80 characters.
R/DAISIE_create_island.R:127:36: warning: no visible global function definition for ‘DAISIE_ONEcolonist’
R/DAISIE_create_island.R:139:1: style: Trailing blank lines are superfluous.
^
R/DAISIE_data.R:2:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:7:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:23:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:24:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:25:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:47:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:52:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:68:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:69:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:92:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:103:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:104:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:105:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:109:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:113:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:120:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:124:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:134:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:137:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:159:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:168:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:171:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:195:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:207:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:242:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:257:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:266:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:270:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:271:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:272:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:274:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:288:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:298:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:300:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:312:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:313:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:314:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:328:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:329:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:338:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:341:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:343:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:355:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:356:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:357:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:371:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:372:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:373:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:385:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:386:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:401:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:402:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:403:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:417:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:419:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:426:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:427:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:428:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:430:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:440:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:441:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:442:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:445:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:447:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:448:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:451:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:460:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:464:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:466:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:480:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:481:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:482:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:496:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:497:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:504:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:508:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:509:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:515:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:516:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:517:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:518:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:521:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:525:81: style: Lines should not be more than 80 characters.
R/DAISIE_data.R:529:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:16:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:18:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:19:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:20:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:22:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:26:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:27:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:31:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:32:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:33:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:36:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:82:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:84:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:96:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:106:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:121:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:123:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:136:1: style: functions should have cyclomatic complexity of less than 15, this has 29.
R/DAISIE_dataprep.R:136:1: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:136:17: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:138:28: style: Variable and function name style should be snake_case or symbols.
R/DAISIE_dataprep.R:144:1: style: Opening curly braces should never go on their own line and should always be followed by a new line.
{ ^
R/DAISIE_dataprep.R:174:13: warning: 1:nrow(...) is likely to be wrong in the empty edge case, use seq_len.
R/DAISIE_dataprep.R:184:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:184:27: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:185:15: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:186:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:186:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:186:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:186:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:186:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:187:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:187:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:187:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:188:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:188:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:188:49: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:189:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:189:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:63: style: Commas should always have a space after.
R/DAISIE_dataprep.R:189:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:189:90: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:190:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:190:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:190:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:191:21: style: Commas should always have a space after.
R/DAISIE_dataprep.R:191:31: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:191:53: style: Closing curly-braces should always be on their own line, unless they are followed by an else.
R/DAISIE_dataprep.R:194:7: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:194:21: style: Put spaces around all infix operators.
R/DAISIE_dataprep.R:194:33: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:202:9: style: Place a space before left parenthesis, except in a function call.
R/DAISIE_dataprep.R:202:22: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:59: style: Commas should always have a space after.
R/DAISIE_dataprep.R:202:81: style: Do not place spaces around code in parentheses or square brackets.
R/DAISIE_dataprep.R:202:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:202:83: style: There should be a space between right parenthesis and an opening curly brace.
R/DAISIE_dataprep.R:203:34: style: Use <-, not =, for assignment.
R/DAISIE_dataprep.R:203:68: style: Commas should always have a space after.
R/DAISIE_dataprep.R:203:81: style: Lines should not be more than 80 characters.
R/DAISIE_dataprep.R:204:21: style: Commas should always have a space after.