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

EOF within quoted string warning on package install #6

Open
JolyonJoseph opened this issue Apr 5, 2023 · 2 comments
Open

EOF within quoted string warning on package install #6

JolyonJoseph opened this issue Apr 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@JolyonJoseph
Copy link
Contributor

Warning in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string

This is happening due to the end of file being detected and potentially has something to do with quotes or the encoding of the text itself. This definitely occurred for the data dictionary, but the latest warnings don't provide a problem file.

@JolyonJoseph JolyonJoseph added the bug Something isn't working label Apr 5, 2023
@JolyonJoseph
Copy link
Contributor Author

This is also happening for the other csv files, including the population estimates file, which is a problem for analysis scripts

@JolyonJoseph
Copy link
Contributor Author

Problem has been resolved by removing csv files and using R objects for internal data (i.e., data the package relies on) instead. csv files have been added to inst/ext folder for users to view and use.

Will leave this issue open in case a better solution is arises

@gbp gbp assigned gbp and unassigned gbp May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants