Skip to content

Improve R package compliance with R CMD check and enhance graph rendering compatibility#3

Open
SpatLyu wants to merge 6 commits intogkikuchi:masterfrom
SpatLyu:master
Open

Improve R package compliance with R CMD check and enhance graph rendering compatibility#3
SpatLyu wants to merge 6 commits intogkikuchi:masterfrom
SpatLyu:master

Conversation

@SpatLyu
Copy link
Copy Markdown

@SpatLyu SpatLyu commented Jun 11, 2025

This pull request introduces a series of changes aimed at improving package quality, documentation accuracy, and compatibility with rendering libraries:

  • Compliance Enhancements:

    • Removed LazyData from DESCRIPTION to eliminate unnecessary NOTE.
    • Declared missing function runif to resolve undefined NOTE.
    • Addressed all remaining R CMD check NOTEs.
  • Documentation:

    • Regenerated documentation using roxygen2 version 7.3.2.
  • License:

    • Adopted the MIT License to standardize legal usage and distribution.
  • Graph Rendering Fix:

    • Replaced unsupported 'dot' layout in DiagrammeR::render_graph() with 'neato' to restore graph rendering functionality.

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.

1 participant