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

Resolving R CMD check NOTE #23

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

mvkorpel
Copy link
Collaborator

Recent R-devel complained about dplR using a non-API entry point. This patch resolves the NOTE. The solution, including a backport for R older than 4.4.1, was adopted from the Writing R Extensions document.

In an unrelated change, a check for R older than 3.0.0 was removed.

@mvkorpel mvkorpel requested a review from AndyBunn July 12, 2024 20:11
@mvkorpel
Copy link
Collaborator Author

I also tested this with R 4.3.0 where the backported allocLang() kicks in.

@AndyBunn
Copy link
Collaborator

AndyBunn commented Jul 14, 2024 via email

@AndyBunn AndyBunn merged commit 02d3388 into OpenDendro:master Oct 31, 2024
4 checks passed
@mvkorpel mvkorpel deleted the allocLang branch November 2, 2024 07:53
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.

2 participants