OxfordCMS / OCMSlooksy

Shiny app to explore and browse 16S rRNA data analyzed by OCMS
Other
3 stars 0 forks source link

Beta diversity module crashes using R4.1.3 #40

Closed nickilott closed 2 years ago

nickilott commented 2 years ago

When the module tab is clicked the app immediately crashes. This could be due to updates and changes in R or RShiny that make life with golem a little tricky. While this is being fixed we would reccomend people to use >R3.6.3 and <R4.0.5.

nickilott commented 2 years ago

This looks like an issue with how reactive objects are not recognised when calling regular R functions on them. This means that the app crashes whenever things like summary(), as.data.frame() etc are called on reactives. This was the case for mod_beta.R, mod_ov_permanova.R and mod_diff_abundance.R. Being fixed on branch {nei}R4.1.3Fix