error deploying a shiny app

I am having an error deploying a Shiny app. It has been fine in the past. Can someone tell me what is wrong with it?

Runs fine locally. The issue is when I try to upload it to shiny apps.

This is the error message:

----- Deployment error -----
Error in read.dcf(...) : Line starting '<<<<<<< HEAD ...' is malformed!
Calls: <Anonymous> ... deployments -> as.data.frame -> readDcf -> read.dcf
 
----- Error stack trace -----
Error in read.dcf(...) : Line starting '<<<<<<< HEAD ...' is malformed!
Calls: <Anonymous> ... deployments -> as.data.frame -> readDcf -> read.dcf
Error during wrapup: length(max.lines) <= 1 is not TRUE
Error: no more error handlers available (recursive errors?); invoking 'abort' restart
Execution halted
1 Like

Probably all good now. I found this, but have just deleted the dcf file in the folder.

It worked.

I was having some GitHub issues. That may have corrupted the head.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.