[docs]: Create README files for all folders#499
Conversation
… add spaces next to bullets in pull request template to facilitate automatic formatting
Checklist
|
New version checklist
|
Code Metrics Report
Reported by octocov |
|
|
||
| # What is the feature? | ||
| * | ||
| * |
There was a problem hiding this comment.
| * | |
| * |
There was a problem hiding this comment.
Just removing the space bc its not neccessary
|
|
||
| # How have you implemented the solution? | ||
| * | ||
| * |
There was a problem hiding this comment.
| * | |
| * |
|
|
||
| # Does the PR impact any other area of the project, maybe another repo? | ||
| * | ||
| * |
There was a problem hiding this comment.
| * | |
| * |
| @@ -0,0 +1,8 @@ | |||
| # GitHub Workflows and Templates | |||
|
|
|||
| This folder contains the workflows to initiate: | |||
There was a problem hiding this comment.
I would add more information about the workflow. This is a folder housing GitHub workflows that perform actions such as X. I think it could be helpful for future us and maintainers to described how some of these were made (e.g. ghactions4r)
There was a problem hiding this comment.
Why was this file deleted?
Schiano-NOAA
left a comment
There was a problem hiding this comment.
This looks great! An awesome thing for future us, contributors, and long term maintenance for the package. I have a few questions and minor concerns with some suggestions. Let me know what you think! Once they are resolved, it should be good to go.
There was a problem hiding this comment.
Why was this file deleted?
|
|
||
| This folder contains various files which support the creation of materials for running functions in {asar}. | ||
|
|
||
| * WORDLIST contains a list of words that are used in the spell check workflow. It is a plain text file with one word per line. The words in this list are considered correct and will not be flagged as spelling errors during the spell check process. |
There was a problem hiding this comment.
| * WORDLIST contains a list of words that are used in the spell check workflow. It is a plain text file with one word per line. The words in this list are considered correct and will not be flagged as spelling errors during the spell check process. | |
| * WORDLIST contains a list of words that are used in the spell check workflow. It is a plain text file with one word per line. The words in this list are considered correct and will not be flagged as spelling errors during the spell check process. Words can be added or removed from this list by running `spelling::update_wordlist()`. |
|
|
||
| ## Sub-folders | ||
|
|
||
| * The `extdata` sub-folder contains an example of an SS3 report file that can be input into `convert_output()`. |
There was a problem hiding this comment.
| * The `extdata` sub-folder contains an example of an SS3 report file that can be input into `convert_output()`. | |
| * The `extdata` sub-folder contains an example of an SS3 report file that can be input into `stockplotr::convert_output()`. |
| @@ -0,0 +1,7 @@ | |||
| # Functions | |||
|
|
|||
| This folder is composed of all the exported and utility functions used in {asar}. These utility functions are typically used to perform intermediary tasks in the process of making a report, and are run within the other functions. | |||
There was a problem hiding this comment.
| This folder is composed of all the exported and utility functions used in {asar}. These utility functions are typically used to perform intermediary tasks in the process of making a report, and are run within the other functions. | |
| This folder is composed of all the exported and utility functions (utils) used in {asar}. These utility functions are typically used to perform intermediary tasks in the process of making a report, and are run within the other functions. |
|
|
||
| In this function, the users have the option to convert output files to a standardized | ||
| framework from either SS3 (Report.sso) or BAM (.rdat) output files. `asar` uses this | ||
| framework from either SS3 (Report.sso), BAM (.rdat), FIMS, or Rceattle output files. `asar` uses this |
There was a problem hiding this comment.
| framework from either SS3 (Report.sso), BAM (.rdat), FIMS, or Rceattle output files. `asar` uses this | |
| framework from either SS3 (Report.sso), BAM (.rdat), FIMS (R object), or Rceattle (R object) output files. `asar` uses this |
Create README files for folders in the repo per #481