Release 1.3 0#169
Merged
Merged
Conversation
The "Run codecov/codecov-action" step failed with "gpg: no valid OpenPGP data found" / "Can't check signature: No public key" -- the keyserver used to verify the codecov CLI binary's signature is unreliable in CI, unrelated to our config or the CODECOV_TOKEN secret (which was correctly picked up: "Token set from input"). skip_validation is Codecov's documented workaround for this. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PLNnetwork, PLNmixture and PLNPCA vignettes still told users to set up a future::plan(multisession) for parallel computing. The package dropped future/future.apply for parallel::mclapply a while ago; the correct way to control parallelism is now options(mc.cores = N). Also note the Windows limitation (mclapply forks, so it's a no-op there), which the old future-based text didn't need to mention. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The vignette claimed the default covariance model was "spherical", contradicting both the code (PLN_param()'s covariance default is "full") and the very next sentence, which uses the no-argument call as the "full" example. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.