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

Pre-release cleanup #649

Merged
merged 28 commits into from
May 3, 2024
Merged

Pre-release cleanup #649

merged 28 commits into from
May 3, 2024

Conversation

sbfnk
Copy link
Contributor

@sbfnk sbfnk commented May 2, 2024

Description

Closes #593.
Closes #598.
Conducts some general clean-up as can be seen in the individual commits.

Initial submission checklist

  • My PR is based on a package issue and I have explicitly linked it.
  • I have tested my changes locally (using devtools::test() and devtools::check()).
  • I have added or updated unit tests where necessary.
  • I have updated the documentation if required and rebuilt docs if yes (using devtools::document()).
  • I have followed the established coding standards (and checked using lintr::lint_package()).
  • I have added a news item linked to this PR.

After the initial Pull Request

  • I have reviewed Checks for this PR and addressed any issues as far as I am able.

@sbfnk sbfnk requested a review from jamesmbaazam May 2, 2024 12:08
NEWS.md Outdated Show resolved Hide resolved
NEWS.md Outdated Show resolved Hide resolved
NEWS.md Outdated Show resolved Hide resolved
NEWS.md Outdated Show resolved Hide resolved
_pkgdown.yml Outdated Show resolved Hide resolved
jamesmbaazam
jamesmbaazam previously approved these changes May 2, 2024
Copy link
Contributor

@jamesmbaazam jamesmbaazam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the cleanup @sbfnk. LGTM.

@sbfnk sbfnk requested a review from jamesmbaazam May 2, 2024 16:35
@sbfnk sbfnk enabled auto-merge (squash) May 2, 2024 16:36
_pkgdown.yml Outdated Show resolved Hide resolved
jamesmbaazam
jamesmbaazam previously approved these changes May 2, 2024
@sbfnk sbfnk disabled auto-merge May 3, 2024 09:04
@sbfnk sbfnk merged commit 6a52995 into main May 3, 2024
9 checks passed
@sbfnk sbfnk deleted the deprecate branch May 3, 2024 09:04
sbfnk added a commit that referenced this pull request May 3, 2024
* deprecate adjust-functions

* indicate check functions are stable

* mark deprecated functions as internal

* make more functions internal

* move init_cumulative_fit to deprecated.R

* move fit functions to fit.R

* update lifecycle badges

* remove explicit references to 2.0.0

* completely remove update_list

* line spacing

* update importFrom tags

* remove prior_weight

* hard deprecate old truncation options

* make more get_ functions internal

* categorise internal functions in pkgdown

* order NEWS items

* add news item

* re-render documentation

* remove package qualifier

* add PR number

* make sure all examples run

* remove package qualifier on internal function

* Apply suggestions from code review

Co-authored-by: James Azam <[email protected]>

* clarify wording in _pkgdown.yml

Co-authored-by: James Azam <[email protected]>

* simplify internal function listing in pkgdown

Co-authored-by: James Azam <[email protected]>

---------

Co-authored-by: James Azam <[email protected]>
sbfnk added a commit that referenced this pull request May 3, 2024
* deprecate adjust-functions

* indicate check functions are stable

* mark deprecated functions as internal

* make more functions internal

* move init_cumulative_fit to deprecated.R

* move fit functions to fit.R

* update lifecycle badges

* remove explicit references to 2.0.0

* completely remove update_list

* line spacing

* update importFrom tags

* remove prior_weight

* hard deprecate old truncation options

* make more get_ functions internal

* categorise internal functions in pkgdown

* order NEWS items

* add news item

* re-render documentation

* remove package qualifier

* add PR number

* make sure all examples run

* remove package qualifier on internal function

* Apply suggestions from code review

Co-authored-by: James Azam <[email protected]>

* clarify wording in _pkgdown.yml

Co-authored-by: James Azam <[email protected]>

* simplify internal function listing in pkgdown

Co-authored-by: James Azam <[email protected]>

---------

Co-authored-by: James Azam <[email protected]>
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.

streamline deprecation warnings Internal functions
2 participants