Skip to content

Conversation

@mhovd
Copy link
Collaborator

@mhovd mhovd commented Nov 14, 2025

Solves LAPKB#13

Copilot AI review requested due to automatic review settings November 14, 2025 13:50
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a new function PM_bug_report() to help users report bugs by collecting and displaying system information necessary for debugging. This addresses issue #13 by providing a streamlined way for users to gather diagnostic information when encountering problems with Pmetrics.

Key Changes:

  • Added PM_bug_report() function that collects OS, R, RStudio, package, Rust, and Cargo version information
  • Function includes optional clipboard copy functionality and provides links to GitHub issues

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1,121 @@
#' @title Get Help and Report Issues
#' @description
#' `r lifecycle::badge("stable")`
Copy link

Copilot AI Nov 14, 2025

Choose a reason for hiding this comment

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

The lifecycle badge is marked as 'stable', but this is a newly added function. Consider using 'experimental' or 'maturing' badge initially until the function has been tested in production use.

Suggested change
#' `r lifecycle::badge("stable")`
#' `r lifecycle::badge("experimental")`

Copilot uses AI. Check for mistakes.
output <- paste0(
"\n",
"====================================================================\n",
" PMETRICS HELP & BUG REPORT \n",
Copy link

Copilot AI Nov 14, 2025

Choose a reason for hiding this comment

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

[nitpick] Corrected spelling of 'PMETRICS' to 'Pmetrics' to match the package name casing used throughout the codebase.

Suggested change
" PMETRICS HELP & BUG REPORT \n",
" Pmetrics HELP & BUG REPORT \n",

Copilot uses AI. Check for mistakes.
@mhovd mhovd closed this Nov 14, 2025
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.

3 participants