Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace for packages in Imports not loaded #178

Closed
mannyishere opened this issue Oct 26, 2012 · 3 comments
Closed

Namespace for packages in Imports not loaded #178

mannyishere opened this issue Oct 26, 2012 · 3 comments

Comments

@mannyishere
Copy link

Hi guys

I have developed packagea that has a data set data_everywhere with LazyData: true in the DESCRIPTION file. I have another package packageb that needs data_everywhere from packagea. I've added packagea as an "Depends" item in the DESCRIPTION file (rather than as "Import") as "Depends" will attach the data set rather than simply loading NAMESPACE (which does not include data set).

When I check() and install() packageb, everything works as expected. However, when I test() packageb, I get errors saying that it can't find data_everywhere.

Is this linked to Issue 161?

@wch
Copy link
Member

wch commented Oct 26, 2012

Yes, this is probably the same issue. Right now devtools doesn't attach packages that are listed as Depends.

@mannyishere
Copy link
Author

I think this makes devtools special functionality close to unusable for me. Is there a way around this bug?

hadley added a commit that referenced this issue Dec 12, 2012
hadley added a commit that referenced this issue Dec 14, 2012
hadley added a commit that referenced this issue Dec 14, 2012
Require packages in Depends. Fixes #161, #178, #192.
@hadley
Copy link
Member

hadley commented Dec 14, 2012

Closed in fa70de6

@hadley hadley closed this as completed Dec 14, 2012
@lock lock bot locked and limited conversation to collaborators Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants