# circular - Package source: CRAN - Estimated install time: about 10 seconds ## Installation steps ```bash srun -N 1 -n 10 --mem 10G -t 20 -p msismall --pty bash module load R/4.4.0-openblas-rocky8 R options(Ncpus = 10) system.time(install.packages("circular")) ```