Skip to content

check_model(model) is no longer working#905

Open
strengejacke wants to merge 7 commits intomainfrom
strengejacke/issue904
Open

check_model(model) is no longer working#905
strengejacke wants to merge 7 commits intomainfrom
strengejacke/issue904

Conversation

@strengejacke
Copy link
Copy Markdown
Member

Fixes #904

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the package version to 0.16.0.3 and adds a detailed troubleshooting section to the check_model() documentation regarding plot rendering issues. Feedback includes updating the NEWS.md header to reflect the specific version number instead of using (devel), correcting a typo in the news file, and ensuring that documentation adheres to the style guide by using the :: operator for external functions and the **package** format for package names.

Comment thread NEWS.md
Comment thread NEWS.md Outdated
Comment thread R/check_model.R
Comment on lines +203 to +204
#' you are using `{ggplot2}`, load the library and adjust your theme before
#' plotting. For example: `theme_set(theme_classic(base_size = 6))`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

To adhere to the repository style guide (line 67) and maintain consistency with the rest of the documentation, please use the :: operator for package functions and the **package** format for package names.

#'   you are using **ggplot2**, load the library and adjust your theme before
#'   plotting. For example: `ggplot2::theme_set(ggplot2::theme_classic(base_size = 6))`. 
References
  1. Always use the :: operator to call functions from other packages. (link)

Comment thread R/check_model.R
#' plotting. For example: `theme_set(theme_classic(base_size = 6))`.
#' - *Update relevant packages:* Finally, ensure your graphics and layout packages
#' are up to date. You can update your packages (paying special attention to
#' `{ggplot2}` and `{patchwork}`) by running `update.packages(ask = FALSE)`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Use the :: operator for update.packages (from the utils package) and the **package** format for package names, as per the style guide (line 67) and project conventions.

#'   **ggplot2** and **patchwork**) by running `utils::update.packages(ask = FALSE)`. 
References
  1. Always use the :: operator to call functions from other packages. (link)

strengejacke and others added 6 commits April 30, 2026 09:10
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.

check_model(model) is no longer working

1 participant