docs(README): use pak::pkg_install instead of remotes::install_github#5
Open
AlbanSagouis wants to merge 82 commits into
Open
docs(README): use pak::pkg_install instead of remotes::install_github#5AlbanSagouis wants to merge 82 commits into
AlbanSagouis wants to merge 82 commits into
Conversation
…otherpoints - Load a community file New features: - Manual entry of single or multiple sigma and n.mother_points values in text boxes - Click on a plot to manually set motherpoints for each species independently. - The user can also load an R object of class community that is directly used for plotting.
for now, basic data table and only for click_for_mother_points
gamma and alpha scales info given in tables
…to highlight corresponding rarefaction curve
Does not behave as expected if Keep previous sampling button is clicked more than once
…ction curves by click
delete all rows delete selected rows download table
Works well until the user tries to run random simulations after fixing the sampling seed and the simulation seed does not change any more
Only one range per species!
… existing sad without triggering a new random sad
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.
Summary
remotes::install_github("MoBiodiv/mobsim")withpak::pkg_install("MoBiodiv/mobsim")in the README.pakis now the recommended installer.Note: an unrelated typo
install.packages("CRAN")is right next to this edit — left untouched to keep this PR focused; happy to send a follow-up.Test plan