# SemPlot * Package source: CRAN * Estimated install time: ~19 minutes ## Installation Steps ```bash srun -p interactive -n 10 --mem 10G -t 30 --pty bash module load r-rich/4.6.0_msi1.2 R options(Ncpus = 10) system.time(install.packages('semPlot') ``` Final output will look similar to the following ```bash ... ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (semPlot) The downloaded source packages are in ‘/tmp/RtmpZmT45B/downloaded_packages’ user system elapsed 2051.183 297.532 1107.087 ```