Attach the exports of the project's declared DESCRIPTION dependencies (Imports/Depends, registered by the
package-version plugins into deps) below the global so their bare calls resolve
without an explicit library(), mirroring base-R auto-attach. A dependency whose Package.namespaceInfo| namespaceInfo no database resolves is skipped, and a package base-R or an earlier iteration already attached is a
no-op via the isAttached guard inside attachDependencyToEnvironment.
Attach the exports of the project's declared
DESCRIPTIONdependencies (Imports/Depends, registered by the package-version plugins into deps) below the global so their bare calls resolve without an explicitlibrary(), mirroring base-R auto-attach. A dependency whose Package.namespaceInfo| namespaceInfo no database resolves is skipped, and a package base-R or an earlier iteration already attached is a no-op via the isAttached guard inside attachDependencyToEnvironment.