Linux入门学习

linux学习100篇5:linux如何进入R

2021-05-27  本文已影响0人  Seurat_Satija

直接输入R 大写哦

root@BC-25-at-66-181:~# R

R version 4.1.0 (2021-05-18) -- "Camp Pontanezen"
Copyright (C) 2021 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.

退出R

> q()
Save workspace image? [y/n/c]: n
root@BC-25-at-66-181:~# 

小写可以吗?

root@BC-25-at-66-181:~# r
-bash: r: command not found
root@BC-25-at-66-181:~#

不可以哦

上一篇 下一篇

猜你喜欢

热点阅读