AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

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