Last login: Mon Apr 20 16:06:53 on ttys003 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. Yen-YisMacOffice:~ hoyen$ ssh -p222 hoyen@bolden.sc.edu ssh: Could not resolve hostname bolden.sc.edu: nodename nor servname provided, or not known Yen-YisMacOffice:~ hoyen$ ssh -p222 hoyen@bolden.sc.edu hoyen@bolden.sc.edu's password: Duo two-factor login for hoyen Enter a passcode or select one of the following options: 1. Duo Push to XXX-XXX-3068 2. Phone call to XXX-XXX-3068 3. SMS passcodes to XXX-XXX-3068 Passcode or option (1-3): 1 Pushed a login request to your device... Success. Logging you in... [hoyen@bolden ~]$ [hoyen@bolden ~]$ ls bin qchem_sample.sh Rlibs test.rtf [hoyen@bolden ~]$ mkdir test [hoyen@bolden ~]$ ls bin qchem_sample.sh Rlibs test test.rtf [hoyen@bolden ~]$ rm -rf test [hoyen@bolden ~]$ ls bin qchem_sample.sh Rlibs test.rtf [hoyen@bolden ~]$ idev salloc: Granted job allocation 5567 [hoyen@chemist12 ~]$ [hoyen@chemist12 ~]$ module avail --------------------------------------------------------------------------- /share/apps/modulefiles --------------------------------------------------------------------------- MAPS/4.3 adf/2014.11 dftbplus/19.1 impi/intel64-5.0.3.049 openbabel/3.0.0 python/anaconda3/2019.10 vmd/1.9.3 R/3.6.2 bowtie/1.2.3 gamess/2019R1 intel-compiler/2015 openmpi/4.0.1 qchem/5.2 TheoDORE/2.0.2 cmake/3.15.3 imagej/1.52 mkl/intel64-2015 python/3.8.1 samtools/1.10 Use "module spider" to find all possible modules. Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys". [hoyen@chemist12 ~]$ module load R/3.6.2 [hoyen@chemist12 ~]$ R R version 3.6.2 (2019-12-12) -- "Dark and Stormy Night" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > .libPaths("~/Rlibs") > > > x<-runif(100) > x[1:10] [1] 0.231108626 0.167616093 0.619671209 0.410671089 0.006731354 0.257451178 [7] 0.822282196 0.700567868 0.032531813 0.827921633 > > q() Save workspace image? [y/n/c]: n [hoyen@chemist12 ~]$ ls bin qchem_sample.sh Rlibs test.rtf [hoyen@chemist12 ~]$