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
