#3me+1syssleep hsme<-hist.default;ttme<-text.default ptme<-plot; lyc<-Sys.sleep print('Today is ');Sys.time();print('欢迎你,哥们!!!') print('Now is ');Sys.time();print('欢迎你,哥们!!!')
加音2法 library(beepr) lycb<-beep for (i in 1:11) {lycb(i);lyc(i/2)} #(0)表示随机发出其中一个声音,beep(1)表示发出第一个声音。 #https://www.bilibili.com/read/cv16171897/ library(BRRR) lycbr<-skrrrahh for (j in 1:13) {lycbr(0);lyc(j/2)} #if(!require(devtools)) {install.packages("devtools")} #devtools::install_github("brooke-watson/BRRR")