You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BUG FIX: Fixed issues with legacy principal.curve() and get.lam() (#8).
TESTING: Perform direct comparison between the current princurve and
princurve 1.1-12 to check whether principal.curve() and get.lam() produce
output with exactly the same format and almost exactly the same values.
SIGNIFICANT CHANGE: Remove the ord parameter from project_to_curve(),
in order to reduce the amount of Rcpp code a little bit.