Skip to content

Commit

Permalink
Closes #2551 file restructure (#2633)
Browse files Browse the repository at this point in the history
* feat: Add my_first_fcn to welcome new users
- Create new function my_first_fcn()
- Add corresponding test
- Resolves #1839

* style: Apply tidyverse style to my_first_fcn.R and its test file

* Add my_first_fcn implementation and update documentation, NAMESPACE, and NEWS.md

* Updated R/my_first_fcn.R changing message from "Welcome to admiral\!" to "Welcome to the admiral family\!"

* Add 'onboarding' to spell check wordlist

* Add new R files, test files, and documentation for issue #2551

* Deleted unused test and R scripts, formatted 5 test_that test files

* chore: #2551 removed onboarding files

* chore: #2551 spelling

* #2551 update _snaps and WORDLIST

---------

Co-authored-by: Lun-Hsien Chang <[email protected]>
Co-authored-by: Jeffrey Dickinson <[email protected]>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent fa63a0c commit 3c882c8
Show file tree
Hide file tree
Showing 31 changed files with 2,151 additions and 2,155 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ default. To enable it the new admiral option `save_memory` has to be set to
- Adopted `data-raw/data` R Package Convention (#2427, #2584)
- `compute_bsa()` now uses the more common (but equivalent) version of the DuBois-DuBois formula for BSA. The results have not changed. (#2532)
- Removed `.devcontainer` file (codespace) (#2524)
- Restructured `derive_adeg_parms.R` and `derive_advs_parms.R` and related test files for easier reference (#2551)



</details>

Expand Down
Loading

0 comments on commit 3c882c8

Please sign in to comment.