update license#37
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Maintainer: Peter Krusche <pkrusche@gmail.com> | ||
| Description: Provides isolated REPL functionality for R, allowing users to execute R code in a separate environment. | ||
| License: GPL (>= 3) | ||
| License: GPL (>= 3) + file LICENSE |
There was a problem hiding this comment.
License metadata points to missing LICENSE text
DESCRIPTION now declares License: GPL (>= 3) + file LICENSE, which tells R build/check to look for the license terms in a top-level LICENSE file. In this commit the GPL-3 text was moved to COPYING while LICENSE remains just the two-line template, so the file referenced in DESCRIPTION no longer contains the actual license. Building or submitting the package will flag the license as non-standard/invalid because the required LICENSE text is not where the metadata points.
Useful? React with 👍 / 👎.
8aebf28 to
85a6b6e
Compare
No description provided.