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

Generate_img call always fails with "Error in read.table" #16

Open
renehaavre opened this issue Jan 13, 2022 · 0 comments
Open

Generate_img call always fails with "Error in read.table" #16

renehaavre opened this issue Jan 13, 2022 · 0 comments

Comments

@renehaavre
Copy link

Hello

I'm trying to run the example as documented in the "Usage" section in the readme. However there's an issue that I haven't been able to solve. Whenever I try to run the generativeart::generate_img(), I get the following error:

Error in read.table(file = file, header = header, sep = sep, quote = quote,  : 
  no lines available in input

I'm guessing when generate_img is called, then at some point in the belly of the beast generativeart::generate_data(my_formula) is called, which would populate the table which will be read later on, but looks like in my case this did not happen. Any ideas what might be causing this?

I've double checked all the preconditions (all required packages installed, directory setup done, typos triple checked).
Screenshot 2022-01-13 at 14 45 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant