We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using RData in src/Survey.jl and test/runtests.jl causes tests to fail without including the dependencies in Project.toml
Using RData
src/Survey.jl
test/runtests.jl
Project.toml
Suggested fix: Add RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da" under [deps] inside Project.toml
RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da"
[deps]
The text was updated successfully, but these errors were encountered:
Can you hyperlink the lines?
Sorry, something went wrong.
im udpating this in the PR #247
Successfully merging a pull request may close this issue.
Using RData
insrc/Survey.jl
andtest/runtests.jl
causes tests to fail without including the dependencies inProject.toml
Suggested fix:
Add
RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da"
under[deps]
insideProject.toml
The text was updated successfully, but these errors were encountered: