History of AFNI updates  

|
March 02, 2022 08:06PM
Hi,
What version of R do you have installed?
If it is greater 4 or greater, you can run this from R:

(you should be able to start R at the terminal by typing):
R

Then run this in R
install.packages("BiocManager",repos="[cloud.r-project.org"];)
BiocManager::install("OmicCircos")

then to quit R:
q()

I'll put in a check for this in the next release.

Thanks, Justin



Edited 1 time(s). Last edit at 03/02/2022 08:07PM by discoraj.
Subject Author Posted

With R version 3.5 or greater, install Bioconductor packages using BiocManager; see https://bioconductor.org/install

osman March 02, 2022 01:04PM

Re: With R version 3.5 or greater, install Bioconductor packages using BiocManager; see https://bioconductor.org/install

discoraj March 02, 2022 08:06PM

Re: With R version 3.5 or greater, install Bioconductor packages using BiocManager; see https://bioconductor.org/install

osman March 03, 2022 10:46AM

Re: With R version 3.5 or greater, install Bioconductor packages using BiocManager; see https://bioconductor.org/install

discoraj March 03, 2022 04:41PM

Re: With R version 3.5 or greater, install Bioconductor packages using BiocManager; see https://bioconductor.org/install

osman March 04, 2022 07:57AM