alexQiSong / scSTEM

Single cell STEM (scSTEM) is a shiny app based R package for visualizing and clustering genes in pseudotime ordered single cell RNA-seq data. scSTEM is a GUI based tool and thus does not require any coding experience.
18 stars 2 forks source link

Installing renv on R 4.11 gives error message #1

Closed marouenbg closed 3 years ago

marouenbg commented 3 years ago

I have the following error message on R4.11, is it just a warning or is an error?

R version 4.1.1 (2021-08-10) -- "Kick Things" Copyright (C) 2021 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.0 (64-bit)

install.packages("renv") trying URL 'https://cran.rstudio.com/bin/macosx/contrib/4.1/renv_0.14.0.tgz' Content type 'application/x-gzip' length 1239046 bytes (1.2 MB)

downloaded 1.2 MB

The downloaded binary packages are in /var/folders/jh/345y9vmx0l7d63r5b05dwp080000gn/T//RtmpQXTm5T/downloaded_packages Warning message: R graphics engine version 14 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.

alexQiSong commented 3 years ago

Hmmm... looks like your version of Rstudio might not support R 4.1.1 very well. Possibly you may try to update Rstudio to the latest version to fix that.

marouenbg commented 3 years ago

ok makes sense, it was just a warning anyway