Skip to content
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

Merge devel into main for v0.2 #217

Open
wants to merge 94 commits into
base: main
Choose a base branch
from
Open

Merge devel into main for v0.2 #217

wants to merge 94 commits into from

Conversation

barnett11
Copy link
Collaborator

@barnett11 barnett11 commented Sep 9, 2024

Thank you for your Pull Request! admiraldev have developed this task checklist from the Development Process Guide to help with the final steps of the process. Completing the below tasks helps to ensure our reviewers can maximize their time on your code as well as making sure the datacutr codebase remains robust and consistent.

Please check off each taskbox as an acknowledgment that you completed the task or check off that it is not relevant to your Pull Request. This checklist is part of the Github Action workflows and the Pull Request will not be merged into the devel branch until you have checked off each task.

  • Place Closes #<insert_issue_number> into the beginning of your Pull Request Title (Use Edit button in top-right if you need to update)
  • Code is formatted according to the tidyverse style guide. Run styler::style_file() to style R and Rmd files
  • Updated relevant unit tests or have written new unit tests - See Unit Test Guide
  • If you removed/replaced any function and/or function parameters, did you fully follow the deprecation guidance?
  • Update to all relevant roxygen headers and examples
  • Run devtools::document() so all .Rd files in the man folder and the NAMESPACE file in the project root are updated appropriately
  • Address any updates needed for vignettes and/or templates
  • Update NEWS.md if the changes pertain to a user-facing function (i.e. it has an @export tag) or documentation aimed at users (rather than developers)
  • Build datacutr site pkgdown::build_site() and check that all affected examples are displayed correctly and that all new functions occur on the "Reference" page.
  • Address or fix all lintr warnings and errors - lintr::lint_package()
  • Run R CMD check locally and address all errors and warnings - devtools::check()
  • Link the issue in the Development Section on the right hand side.
  • Address all merge conflicts and resolve appropriately
  • Pat yourself on the back for a job well done! Much love to your accomplishment!

barnett11 and others added 30 commits June 2, 2023 15:43
README updated for install.packages segment #177
Rees, Nathan {MDBL~Welwyn} and others added 30 commits December 12, 2023 19:28
…cutdtc

189 impute dcutdtc missing dcutdtc
…andling-missing-datacut-date

190 update create dcut for handling missing datacut date
Closes #181 Assertion added for cut date not to be NULL #181
Closes #188 Update process_cut to use NULL as the default for empty input arguments
* exploratory programs for read-out files

* markdown practice

* changes to markdown table layout

* basic Rmarkdown file produced & exploratory scripts

* draft completion of Read-out file version 1

* format complete of .Rmd for datacutr read-out file, modified process_cut() to enable auto-generation

* changed .Rmd file location and combined custom functions within the markdown

* read_out function added, exploratory work on updating functions within read_out_2.Rmd

* remove .Rmd test scripts

* update to the .Rmd text

* draft testing files for read_out() function with minor updates to .Rmd

* updates made to .Rmd file and function with testing

* updates to the read_out() function along with modifications to the .Rmd messages

* development of read_out() function and testing continued.

* updates to process_cut() and read_out() functions, completion of test-read_out.R

* remove excess .Rmd files

* remove final_cut argument and section in .Rmd, update file path read_out()

* Update read_out.Rmd with reactables package instead of datatables to allow for larger data inputs.

* removed old datacutr read-out file .Rmd

* Changes made to the documentation for read-out

* update renv.lock files for R4.3.1

* resolving warnings in pull request checks

* updates to resolve check errors

* updates to read_out.Rmd & read_out.R to address feedback

* update to renv.lock file CRAN version

* updates to renv file, removed unused packages

* revert renv.lock file

* updates to renv.lock - include "admiraldev", upgrade "remotes"

* update remotes version

* troubleshooting - test

* update stringi repo to "CRAN"

* add author

* updates to the read_out function and read_out.Rmd

* updated the renv.lock for datacutr R4.3.1

* update the .Rprofile

* add library(tibble) to read_out.Rmd

* update R version in DESCRIPTION, remove lintr complexity check from process_cut.R

* update to R version DESCRIPTION, common.yml & no lint process_cut.R

* updates to resolve styler errors

* resolve CICD check errors

* resolve styler and roxygen2 errors

* update the NEWS.md to reflect update in R version
* Add url for new pkgdown.yml requirements #206

* Package upversions #206
* Add devel to cicd trigger

* Undo spelling fix
* fix: No renv

* chore: Ignore indentation linter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants