Skip to content

Installation does not work according to documentation #9

@ChloeRN

Description

@ChloeRN

The README currently suggests installation of the package using:
devtools::install_github("scrogster/nimbleDistance", build_vignettes = TRUE, INSTALL_opts = "--no-multiarch")

However, this does not work as it should and there seem to be two reasons for it:

  1. Does not automatically install dependencies (e.g. "Distance" package)
  2. INSTALL_opts = "--no-multiarch" seems to be an invalid argument

I found that this alternative works fine:
remotes::install_github("scrogster/nimbleDistance")

Would be great if documentation could be updated with working installation instructions so others do not run into this issue. Thank you!

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions