-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submission: stochLAB #551
Comments
Thanks for submitting to rOpenSci, our editors and @ropensci-review-bot will reply soon. Type |
🚀 Editor check started 👋 |
Hi @grwhumphries ! Thank you for making a full submission. We may experience a slight delay as @mpadge is offline next week and it appears we may need assistance with the editor check bot. In the meantime, could you please edit your message to link your to your presubmission inquiry in #506 for record-keeping? Thanks! |
Hi @emilyriederer - thanks for that and no worries - just updated with the link to issue #506 |
Checks for stochLAB (v1.1.0)git hash: e8f8f24f
Package License: GPL (>= 3) + file LICENSE 1. rOpenSci Statistical Standards (
|
type | package | ncalls |
---|---|---|
internal | base | 285 |
internal | stochLAB | 56 |
internal | methods | 2 |
internal | utils | 2 |
imports | magrittr | 41 |
imports | stats | 37 |
imports | tidyr | 12 |
imports | rlang | 11 |
imports | dplyr | 8 |
imports | purrr | 7 |
imports | glue | 5 |
imports | tibble | 5 |
imports | logr | 4 |
imports | pracma | 3 |
imports | cli | NA |
imports | data.table | NA |
imports | foreach | NA |
imports | msm | NA |
suggests | rmarkdown | NA |
suggests | knitr | NA |
suggests | spelling | NA |
suggests | testthat | NA |
suggests | covr | NA |
linking_to | NA | NA |
Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats(<path/to/repo>)', and examining the 'external_calls' table.
base
c (33), mean (25), list (21), message (18), paste0 (16), for (15), pi (10), nrow (7), length (6), month.abb (6), rep (6), replace (6), deparse (5), if (5), round (5), seq (5), substitute (5), apply (4), beta (4), eval (4), names (4), sum (4), which (4), by (3), cos (3), data.frame (3), missing (3), return (3), sqrt (3), abs (2), colnames (2), data.matrix (2), dim (2), dirname (2), ifelse (2), intersect (2), match (2), matrix (2), min (2), months (2), ncol (2), numeric (2), pmin (2), sample (2), sapply (2), sin (2), array (1), as.integer (1), atan (1), ceiling (1), diff (1), findInterval (1), floor (1), is.null (1), max (1), mode (1), order (1), Reduce (1), switch (1), sys.call (1), t (1)
stochLAB
format_months (6), Day_Length (4), collide_length (3), generate_rotor_grids (3), get_avg_prob_collision (3), get_fhd_rotor (3), get_lac_factor (3), get_pcoll_grid (3), sampler_hd (3), band_crm (2), get_flux_factor (2), get_mig_flux_factor (2), get_phi_grid (2), get_prop_crh_fhd (2), get_x_grid (2), seq_months (2), check_fhd_vs_maxtip (1), crm_opt1 (1), crm_opt2 (1), crm_opt3 (1), crm_opt4 (1), get_collisions_basic (1), get_collisions_extended (1), get_risk_y (1), get_y_grid (1), sample_parameters (1), sample_turbine_mCRM (1)
magrittr
%>% (41)
stats
median (18), quantile (9), df (5), dt (2), rbeta (2), runif (1)
tidyr
pivot_wider (4), separate (4), pivot_longer (2), replace_na (2)
rlang
expr (4), sym (4), format_error_bullets (2), fn_fmls_names (1)
dplyr
filter (2), rename_with (2), slice_sample (2), mutate (1), select (1)
purrr
map (4), imap (1), iwalk (1), pmap (1)
glue
glue_collapse (5)
tibble
add_column (4), tribble (1)
logr
log_open (4)
pracma
interp1 (3)
methods
is (2)
utils
data (2)
NOTE: Some imported packages appear to have no associated function calls; please ensure with author that these 'Imports' are listed appropriately.
3. Statistical Properties
This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.
Details of statistical properties (click to open)
The package has:
- code in R (100% in 31 files) and
- 2 authors
- 1 vignette
- 10 internal data files
- 14 imported packages
- 31 exported functions (median 22 lines of code)
- 56 non-exported functions in R (median 26 lines of code)
Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages
The following terminology is used:
loc
= "Lines of Code"fn
= "function"exp
/not_exp
= exported / not exported
All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by the checks_to_markdown()
function
The final measure (fn_call_network_size
) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile.
measure | value | percentile | noteworthy |
---|---|---|---|
files_R | 31 | 89.9 | |
files_vignettes | 1 | 68.4 | |
files_tests | 32 | 98.2 | |
loc_R | 2175 | 85.7 | |
loc_vignettes | 326 | 66.5 | |
loc_tests | 880 | 85.1 | |
num_vignettes | 1 | 64.8 | |
data_size_total | 4622918 | 99.7 | TRUE |
data_size_median | 2018 | 68.7 | |
n_fns_r | 87 | 72.8 | |
n_fns_r_exported | 31 | 79.2 | |
n_fns_r_not_exported | 56 | 70.6 | |
n_fns_per_file_r | 2 | 30.6 | |
num_params_per_fn | 6 | 79.0 | |
loc_per_fn_r | 24 | 67.9 | |
loc_per_fn_r_exp | 22 | 50.8 | |
loc_per_fn_r_not_exp | 26 | 73.5 | |
rel_whitespace_R | 27 | 90.8 | |
rel_whitespace_vignettes | 21 | 49.2 | |
rel_whitespace_tests | 15 | 77.5 | |
doclines_per_fn_exp | 51 | 64.2 | |
doclines_per_fn_not_exp | 0 | 0.0 | TRUE |
fn_call_network_size | 156 | 85.6 |
3a. Network visualisation
Click to see the interactive network visualisation of calls between objects in package
4. goodpractice
and other checks
Details of goodpractice checks (click to open)
3a. Continuous Integration Badges
GitHub Workflow Results
id | name | conclusion | sha | run_number | date |
---|---|---|---|---|---|
2749423525 | pages build and deployment | success | 409934 | 50 | 2022-07-27 |
2749399803 | pkgcheck | success | e8f8f2 | 11 | 2022-07-27 |
2749399805 | pkgdown | success | e8f8f2 | 22 | 2022-07-27 |
2749399804 | R-CMD-check | success | e8f8f2 | 26 | 2022-07-27 |
2749399802 | test-coverage | success | e8f8f2 | 25 | 2022-07-27 |
3b. goodpractice
results
R CMD check
with rcmdcheck
R CMD check generated the following notes:
- checking installed package size ... NOTE
installed size is 6.8Mb
sub-directories of 1Mb or more:
data 6.3Mb - checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
‘data.table’ ‘foreach’
All declared Imports should be used. - checking R code for possible problems ... NOTE
band_crm: no visible binding for global variable ‘Month’
band_crm: no visible binding for global variable ‘month’
mig_stoch_crm: no visible binding for global variable ‘RotorRadius’
mig_stoch_crm: no visible binding for global variable ‘BladeWidth’
mig_stoch_crm: no visible binding for global variable ‘RotorSpeed’
mig_stoch_crm: no visible binding for global variable ‘Pitch’
mig_stoch_crm: no visible global function definition for ‘contains’
sample_parameters: no visible binding for global variable ‘.’
sample_parameters: no visible binding for global variable ‘month’
sample_parameters: no visible binding for global variable ‘p’
sample_turbine_mCRM: no visible binding for global variable ‘month’
stoch_crm: no visible global function definition for ‘!<-’
stoch_crm: no visible binding for global variable ‘Month’
stoch_crm : : no visible global function definition for
‘everything’
stoch_crm : : no visible binding for global variable ‘name’
stoch_crm : : no visible binding for global variable
‘period’
stoch_crm : : no visible binding for global variable ‘stat’
Undefined global functions or variables:
!<- . BladeWidth contains everything month Month name p period Pitch
RotorRadius RotorSpeed stat
R CMD check generated the following check_fails:
- cyclocomp
- no_import_package_as_a_whole
- rcmdcheck_imports_not_imported_from
- rcmdcheck_undefined_globals
- rcmdcheck_reasonable_installed_size
Test coverage with covr
Package coverage: 75.43
Cyclocomplexity with cyclocomp
The following functions have cyclocomplexity >= 15:
function | cyclocomplexity |
---|---|
validate_inputs | 99 |
stoch_crm | 51 |
band_crm | 33 |
sample_parameters | 26 |
mig_stoch_crm | 24 |
val_df_columns | 23 |
val_pars_df | 17 |
Static code analyses with lintr
lintr found the following 364 potential issues:
message | number of times |
---|---|
Avoid 1:length(...) expressions, use seq_len. | 1 |
Avoid 1:nrow(...) expressions, use seq_len. | 4 |
Avoid length(...):1 expressions, use seq_len. | 1 |
Avoid library() and require() calls in packages | 1 |
Avoid using sapply, consider vapply instead, that's type safe | 2 |
Lines should not be more than 80 characters. | 355 |
Package Versions
package | version |
---|---|
pkgstats | 0.1.1.4 |
pkgcheck | 0.0.3.77 |
srr | 0.0.1.167 |
Editor-in-Chief Instructions:
This package is in top shape and may be passed on to a handling editor
Thanks for the submission @grwhumphries, and for bearing with us while we use submissions to refine our system. In your case, the above "srr" section reveals a bug which we didn't anticipate. I can now appreciate that our Guide for Authors of statistical packages isn't clear enough, and needs a sentence at the outset along the lines of:
Your package only documents compliance with the general standards, and needs to include statements of compliance with at least one specific category of standards. Updates to our checking system in response to your submission would now generate the following message: 1. rOpenSci Statistical Standards (
|
Thanks, @mpadge Hi @grwhumphries - per Mark's comment, please let us know what sort of timeline you prefer for addressing the standards. I can put a |
Hi @emilyriederer and @mpadge - sorry about the delay. I think I can address this within the week - I just need to get my head back into it. Hope that's okay? |
Sounds great @grwhumphries ! No timeline pressure on our side. Only wanted to know about the tag for repo / issue-log hygiene but not a big deal either way. |
@mpadge and @emilyriederer okay the latest version of |
@ropensci-review-bot check package |
Thanks, about to send the query. |
🚀 Editor check started 👋 |
Oops, something went wrong with our automatic package checks. Our developers have been notified and package checks will appear here as soon as we've resolved the issue. Sorry for any inconvenience. |
@emilyriederer @mpadge - I just realized that the package check failed because the PD standards aren't merged into the package check yet. How do you want me to handle that? Cheers |
Checks for stochLAB (v1.1.1)git hash: d7d7034f
Important: All failing checks above must be addressed prior to proceeding Package License: GPL (>= 3) 1. rOpenSci Statistical Standards (
|
type | package | ncalls |
---|---|---|
internal | base | 285 |
internal | stochLAB | 56 |
internal | methods | 2 |
internal | utils | 2 |
depends | tidyverse | NA |
imports | magrittr | 41 |
imports | stats | 37 |
imports | tidyr | 12 |
imports | dplyr | 11 |
imports | rlang | 11 |
imports | purrr | 7 |
imports | glue | 5 |
imports | tibble | 5 |
imports | logr | 4 |
imports | pracma | 3 |
imports | cli | NA |
imports | msm | NA |
suggests | rmarkdown | NA |
suggests | knitr | NA |
suggests | spelling | NA |
suggests | testthat | NA |
suggests | covr | NA |
linking_to | NA | NA |
Click below for tallies of functions used in each package. Locations of each call within this package may be generated locally by running 's <- pkgstats::pkgstats(<path/to/repo>)', and examining the 'external_calls' table.
base
c (33), mean (25), list (21), message (18), paste0 (16), for (15), pi (10), nrow (7), length (6), month.abb (6), rep (6), replace (6), deparse (5), if (5), round (5), seq (5), substitute (5), apply (4), beta (4), eval (4), names (4), sum (4), which (4), by (3), cos (3), data.frame (3), missing (3), return (3), sqrt (3), abs (2), colnames (2), data.matrix (2), dim (2), dirname (2), ifelse (2), intersect (2), match (2), matrix (2), min (2), months (2), ncol (2), numeric (2), pmin (2), sample (2), sapply (2), sin (2), array (1), as.integer (1), atan (1), ceiling (1), diff (1), findInterval (1), floor (1), is.null (1), max (1), mode (1), order (1), Reduce (1), switch (1), sys.call (1), t (1)
stochLAB
format_months (6), Day_Length (4), collide_length (3), generate_rotor_grids (3), get_avg_prob_collision (3), get_fhd_rotor (3), get_lac_factor (3), get_pcoll_grid (3), sampler_hd (3), band_crm (2), get_flux_factor (2), get_mig_flux_factor (2), get_phi_grid (2), get_prop_crh_fhd (2), get_x_grid (2), seq_months (2), check_fhd_vs_maxtip (1), crm_opt1 (1), crm_opt2 (1), crm_opt3 (1), crm_opt4 (1), get_collisions_basic (1), get_collisions_extended (1), get_risk_y (1), get_y_grid (1), sample_parameters (1), sample_turbine_mCRM (1)
magrittr
%>% (41)
stats
median (18), quantile (9), df (5), dt (2), rbeta (2), runif (1)
tidyr
pivot_wider (4), separate (4), pivot_longer (2), replace_na (2)
dplyr
everything (2), filter (2), rename_with (2), slice_sample (2), (1), mutate (1), select (1)
rlang
expr (4), sym (4), format_error_bullets (2), fn_fmls_names (1)
purrr
map (4), imap (1), iwalk (1), pmap (1)
glue
glue_collapse (5)
tibble
add_column (4), tribble (1)
logr
log_open (4)
pracma
interp1 (3)
methods
is (2)
utils
data (2)
NOTE: Some imported packages appear to have no associated function calls; please ensure with author that these 'Imports' are listed appropriately.
3. Statistical Properties
This package features some noteworthy statistical properties which may need to be clarified by a handling editor prior to progressing.
Details of statistical properties (click to open)
The package has:
- code in R (100% in 31 files) and
- 2 authors
- 1 vignette
- 10 internal data files
- 12 imported packages
- 31 exported functions (median 22 lines of code)
- 56 non-exported functions in R (median 26 lines of code)
Statistical properties of package structure as distributional percentiles in relation to all current CRAN packages
The following terminology is used:
loc
= "Lines of Code"fn
= "function"exp
/not_exp
= exported / not exported
All parameters are explained as tooltips in the locally-rendered HTML version of this report generated by the checks_to_markdown()
function
The final measure (fn_call_network_size
) is the total number of calls between functions (in R), or more abstract relationships between code objects in other languages. Values are flagged as "noteworthy" when they lie in the upper or lower 5th percentile.
measure | value | percentile | noteworthy |
---|---|---|---|
files_R | 31 | 89.9 | |
files_vignettes | 1 | 68.4 | |
files_tests | 32 | 98.2 | |
loc_R | 2184 | 85.8 | |
loc_vignettes | 326 | 66.5 | |
loc_tests | 948 | 86.1 | |
num_vignettes | 1 | 64.8 | |
data_size_total | 4622918 | 99.7 | TRUE |
data_size_median | 2018 | 68.7 | |
n_fns_r | 87 | 72.8 | |
n_fns_r_exported | 31 | 79.2 | |
n_fns_r_not_exported | 56 | 70.6 | |
n_fns_per_file_r | 2 | 30.6 | |
num_params_per_fn | 6 | 79.0 | |
loc_per_fn_r | 24 | 67.9 | |
loc_per_fn_r_exp | 22 | 50.8 | |
loc_per_fn_r_not_exp | 26 | 73.5 | |
rel_whitespace_R | 27 | 90.9 | |
rel_whitespace_vignettes | 21 | 49.2 | |
rel_whitespace_tests | 15 | 79.3 | |
doclines_per_fn_exp | 51 | 64.2 | |
doclines_per_fn_not_exp | 0 | 0.0 | TRUE |
fn_call_network_size | 156 | 85.6 |
3a. Network visualisation
Click to see the interactive network visualisation of calls between objects in package
4. goodpractice
and other checks
Details of goodpractice checks (click to open)
3a. Continuous Integration Badges
GitHub Workflow Results
id | name | conclusion | sha | run_number | date |
---|---|---|---|---|---|
2934839587 | pages build and deployment | success | 43af2a | 56 | 2022-08-26 |
2934816348 | pkgcheck | failure | d7d703 | 16 | 2022-08-26 |
2934816354 | pkgdown | success | d7d703 | 28 | 2022-08-26 |
2934816353 | R-CMD-check | success | d7d703 | 31 | 2022-08-26 |
2934816352 | test-coverage | success | d7d703 | 30 | 2022-08-26 |
3b. goodpractice
results
R CMD check
with rcmdcheck
R CMD check generated the following notes:
- checking installed package size ... NOTE
installed size is 6.8Mb
sub-directories of 1Mb or more:
data 6.3Mb - checking dependencies in R code ... NOTE
Package in Depends field not imported from: ‘tidyverse’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached. - checking R code for possible problems ... NOTE
mig_stoch_crm: no visible global function definition for ‘as_tibble’
Undefined global functions or variables:
as_tibble
R CMD check generated the following check_fails:
- cyclocomp
- no_description_depends
- no_import_package_as_a_whole
- rcmdcheck_depends_not_imported_from
- rcmdcheck_undefined_globals
- rcmdcheck_reasonable_installed_size
Test coverage with covr
Package coverage: 75.68
Cyclocomplexity with cyclocomp
The following functions have cyclocomplexity >= 15:
function | cyclocomplexity |
---|---|
validate_inputs | 99 |
stoch_crm | 51 |
band_crm | 33 |
sample_parameters | 26 |
mig_stoch_crm | 24 |
val_df_columns | 23 |
val_pars_df | 17 |
Static code analyses with lintr
lintr found the following 414 potential issues:
message | number of times |
---|---|
Avoid 1:length(...) expressions, use seq_len. | 1 |
Avoid 1:nrow(...) expressions, use seq_len. | 4 |
Avoid length(...):1 expressions, use seq_len. | 1 |
Avoid library() and require() calls in packages | 1 |
Avoid using sapply, consider vapply instead, that's type safe | 2 |
Lines should not be more than 80 characters. | 405 |
Package Versions
package | version |
---|---|
pkgstats | 0.1.1.20 |
pkgcheck | 0.1.0.21 |
srr | 0.0.1.180 |
Editor-in-Chief Instructions:
Processing may not proceed until the items marked with ✖️ have been resolved.
@emilyriederer One of the statistical categories this package complies with is "Probability Distributions", which is currently in draft-mode only. I've implemented a corresponding "dev" branch of the
Thanks both, and great to have submissions really pushing our system along! 🚀 🚄 |
@emilyriederer and @mpadge I've just re-run the package check with the srr dev branch and that seems to have passed. I also fixed the issue above (no returns documented) - which I guess is a new check as that wasn't picked up in previous checks? It should be ready to go again now |
Thanks @grwhumphries ! This is all great news. We will begin looking for an editor and hope to connect you shortly |
Hi @grwhumphries - I'm delighted to introduce @stephaniehicks as the handling editor for this submission. Thank you both for your work on this! |
@ropensci-review-bot assign @stephaniehicks as editor |
Assigned! @stephaniehicks is now the editor |
@stephaniehicks - nice to meet you and looking forward to working with you |
@ropensci-review-bot seeking reviewers |
I'm sorry @stephaniehicks, I'm afraid I can't do that. That's something only editors are allowed to do. |
Hi @grwhumphries, great to meet you too. I apologize for my slow response on this. I'm working on identifying reviewers. @mpadge can you confirm that I have access to |
Thank you @grwhumphries for taking the time to consider my comments. The README is now very comprehensive and contextualises the package very well. I acknowledge my review has been responded to and I approve acceptance at a gold level. Congratulations @grwhumphries on all your work getting this package to this standard. Very impressive!
@ropensci-review-bot submit review #551 (comment) time 5 |
HI @stephaniehicks @kstreet13 Cheers and thanks for your efforts on this |
Dear all, I'm the EiC on duty and now also acting as handling editor -- thanks @stephaniehicks for your work! @kstreet13 could you please let me know if you're happy with the author's response and either request further changes or indicate approval with the reviewer approval template? |
Sorry! I somehow missed this in December. I think the package is much improved and all of my concerns have been addressed. Regarding the points for clarification:
I am happy to accept this package at a gold level. I don't think the standards for testing have been met in the way that they are written, but I absolutely agree with @grwhumphries that to do so would be impractical for this package and the current implementation is more than sufficient. Reviewer ResponseFinal approval (post-review)
Estimated hours spent reviewing: 21 |
@ropensci-review-bot approve stochLAB |
Approved! Thanks @grwhumphries for submitting and @kstreet13, @clairemas0n for your reviews! 😁 To-dos:
Should you want to acknowledge your reviewers in your package DESCRIPTION, you can do so by making them Welcome aboard! We'd love to host a post about your package - either a short introduction to it with an example for a technical audience or a longer post with some narrative about its development or something you learned, and an example of its use for a broader readership. If you are interested, consult the blog guide, and tag @ropensci/blog-editors in your reply. They will get in touch about timing and can answer any questions. We maintain an online book with our best practice and tips, this chapter starts the 3d section that's about guidance for after onboarding (with advice on releases, package marketing, GitHub grooming); the guide also feature CRAN gotchas. Please tell us what could be improved. Last but not least, you can volunteer as a reviewer via filling a short form. |
Congratulations! I believe you won't be able to check To-do's above so here they are again in plain text. You can copy-paste them in a comment of your own and check-chem as you complete them. Let me know if you're blocked with any.
|
@grwhumphries did you meet any difficulty? I'm asking as I'm drafting rOpenSci newsletter I'll send on Friday: if your package is transferred by then, it will be mentioned in this month's newsletter (if not, in next month's so no worries). |
@ropensci-review-bot finalize transfer of grwhumphries/stochLAB |
Can't find repository |
@ropensci-review-bot finalize transfer of ropensci/stochLAB |
I'm sorry human, I don't understand that. You can see what commands I support by typing:
|
@ropensci-review-bot finalize transfer of ropensci/stochLAB |
Could not finalize transfer: Could not add owner rights to the |
@ropensci-review-bot finalize transfer of ropensci/stochLAB |
Could not finalize transfer: Could not add owner rights to the |
@maurolepore @maelle @stephaniehicks any idea why the owner rights aren't transferring properly? |
@grwhumphries you first need to transfer the repository to rOpenSci via the repository settings (I've just checked that you had accepted the invitation to the ropensci GitHub organization so you have the rights to do that). This will transfer the repo but lock you out. To get admin access back, you will then write a comment like #551 (comment) Please tell me how it goes + if anything is unclear. |
@ropensci-review-bot finalize transfer of ropensci/stochLAB |
Could not finalize transfer: Could not add owner rights to the |
Hi @maelle - I've already transferred the repo over to rOpenSci (check out ropensci/stochLAB). Then I wrote |
@ropensci-review-bot finalize transfer of stochLAB |
Transfer completed. |
AH! This needs to be in the format: |
@grwhumphries this is due to a confusion with the "invite me" command, correct? or which instructions do you mean? (I agree the two different syntaxes are confusing) |
Date accepted: 2023-02-03
Submitting Author Name: Grant Humphries
Due date for @kstreet13: 2022-11-01Submitting Author Github Handle: @grwhumphries
Other Package Authors Github handles: (comma separated, delete if none) @bcaneco
Repository: https://github.com/HiDef-Aerial-Surveying/stochLAB
Version submitted: 1.1.1
Submission type: Stats
Badge grade: gold
Editor: @stephaniehicks
Reviewers: @kstreet13, @clairemas0n
Due date for @clairemas0n: 2022-11-24
Archive: TBD
Version accepted: TBD
Language: en
Pre-submission Inquiry
General Information
Who is the target audience and what are scientific applications of this package?
This package is designed for consultants or scientists working in the offshore windfarm industry who are looking to quantify the risks of collision to seabirds
Paste your responses to our General Standard G1.1 here, describing whether your software is:
Core calculations follow the work developed by Masden (2015)
Badging
What grade of badge are you aiming for? (bronze, silver, gold)
Gold
If aiming for silver or gold, describe which of the four aspects listed in the Guide for Authors chapter the package fulfils (at least one aspect for silver; three for gold)
Compliance with a good number of standards beyond those identified as minimally necessary. This will require reviewers and authors to agree on identification of both a minimal subset of necessary standards, and a full set of potentially applicable standards. This aspect may be considered fulfilled if at least one quarter of the additional potentially applicable standards have been met, and should definitely be considered fulfilled if more than one half have been met.
Technical checks
Confirm each of the following by checking the box.
autotest
checks on the package, and ensured no tests fail.srr_stats_pre_submit()
function confirms this package may be submitted.pkgcheck()
function confirms this package may be submitted - alternatively, please explain reasons for any checks which your package is unable to pass.This package:
Publication options
Code of conduct
The text was updated successfully, but these errors were encountered: