I'd like to use R in notebook worksheet,I mean,I have the R chosen,when I use TAB to call auto completion,for example,after I hit "shapiro" and press TAB ,the auto-completion returns "shapiro_test",but in R,this function is "shapiro.test". Many other function with "." are returned instead of "_".Is there any solution?