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
See:
options(error = function() traceback(2)) cat("shiny::HTML(\"or <code>CMD(/CTRL)+SHIFT+Enter</code>\")", file = "~/test.R") library(CodeDepends) script <- readScript("~/test.R") ----------------------------------------------------------------------- Error: XML content does not seem to be XML: 'shiny::HTML("or <code>CMD(/CTRL)+SHIFT+Enter</code>")' In addition: Warning message: In readLines(doc) : incomplete final line found on '~/test.R' 7: (function () traceback(2))() 6: (if (isHTML) warning else stop)(e) 5: xmlParse(txt, asText = TRUE) 4: readXMLScript(xmlParse(txt, asText = TRUE), ...) 3: frag.readers[[type]](doc, txt = txt, ...) 2: readScript("~/test.R") 1: readScript("~/test.R")
The above code works fine if type="R" is added to the readScript call.
type="R"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See:
The above code works fine if
type="R"
is added to the readScript call.The text was updated successfully, but these errors were encountered: