My app works fine on Windows 10 desktop. Why I try to push it to shinyapps.io I get this error, seems to be caused by colorspace 1.4-2 not being available. I don't load colorspace but I guess it's a dependency of one of my packages (listed below)? How do I workaround this? Thanks!
Preparing to deploy document...DONE
Uploading bundle for document: 937905...Detecting system locale ... en_US
DONE
Deploying bundle: 3549698 for document: 937905 ...
Waiting for task: 780207682
building: Processing bundle: 3549698
building: Parsing manifest
building: Building image: 3969730
building: Fetching packages
error: Building package: colorspace
################################ Begin Task Log ################################
################################# End Task Log #################################
Error: Unhandled Exception: Child Task 780207684 failed: Error building image: Error fetching colorspace (1.4-2) source. <CRANPackageSource repo='http://cran.rstudio.org'> unable to satisfy package: colorspace (1.4-2)
Execution halted
Packages my app uses:
library(shiny)
library(shinyjs) # delay render
library(shinyBS) # tipify
library(plotly)
library(dplyr)
library(DT) # replaces functions from library(shiny)
library(magrittr)
library(stringr)
library(lubridate)
library(purrr)
library(rdrop2)