jespermaag / gganatogram

Create anatograms using ggplot2
379 stars 52 forks source link

Problem with Shiny #33

Open roroba opened 2 years ago

roroba commented 2 years ago

I am trying to upload some example to Shiny.io. to my account. Lamentably i have the same error:

Error: Unhandled Exception: Child Task 1134575266 failed: Error parsing manifest: Unknown repository for package source: neuroconductor-devel-releases

My script head:

devtools::install_github("jespermaag/gganatogram")

library(shiny) library(dplyr) library(gganatogram) library(ggplot2) library(gridExtra) library(viridis)