Skip to content

Code to build vignette in the Readme fails #2

@azizka

Description

@azizka

The code in the second code chunk in the Readme

library(lemad)
devtools::install(build_vignettes = TRUE)
browseVignettes("lemad")

fails with

Error in package_file():
! Could not find package root.

This is probably because install expects the wd to be the package directory.

The following works

remotes::install_github("leonelhalsina/lemad", build_vignettes = TRUE)
browseVignettes("lemad")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions