Publish Shiny App - Requires XML Package

Josh,

Appreciate any ideas you may have as I'm not making any progress on this issue. Here's what I've done:

  1. Updated RStudio to Version 1.3.1073, then updated all my packages

  2. Tried to publish my app and get the following error:
    Preparing to deploy document...DONE
    Uploading bundle for document: 2700710...Error: Unable to retrieve package records for the following packages:

  • "XML"
    In addition: Warning message:
    In FUN(X[[i]], ...) : Package 'XML' not available in repository or locally
    Execution halted
  1. ran rsconnect::appDependencies("app_course_v4.R") for my app and get the following error:
    Error in if (tolower(source) %in% c("github", "bitbucket", "source")) { :
    argument is of length zero
    In addition: Warning message:
    Unable to package DESCRIPTION files: subscript out of bounds

  2. Ran install.packages("XML") and get the following message:
    Installing package into �C:/Users/mikeg/Documents/R/win-library/3.6�
    (as �lib� is unspecified)
    Warning in install.packages :
    package ‘XML’ is not available (for R version 3.6.1)

  3. My app does not use the XML package