Skip to content

Pkgr marks tarball dependencies as "user_defined" #376

@Dreznel

Description

@Dreznel

Found while creating "tarball-install" E2E tests.

ellipsis depends on rlang, but as you'll see in the output, rlang is marked as "user_defined" even though it's not defined in Tarballs or Packages. This might be intentional, but it doesn't seem intuitive.

pkgr.yml:

Version: 1
# top level packages

Tarballs:
  - "./tarballs/ellipsis_0.3.2.tar.gz" # depends on rlang

Packages:
  - crayon

# any repositories, order matters
Repos:
  - LOCALREPO: "./localrepo"

Cache: test-cache

Library: "test-library"

Customizations:
  Repos:
    - LOCALREPO:
        Type: source

image

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