Skip to content

Inclusion of indirect "LinkingTo" dependencies in lockfile #485

@nbenn

Description

@nbenn

Consider the following setup: Root package {tidyverse} Imports {readxl} LinkingTo {cpp11}.

In a lockfile generated as

lockfile_create(
  "tidyverse",
  dependencies = list(
    direct = "Imports",
    indirect = "LinkingTo"
  )
)

Am I wrong to expect {cpp11} in there, irrespectively of whether my OS/repos setting supports binary installs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions