首页 > 系统相关 >centos7中安装R

centos7中安装R

时间:2024-01-16 20:46:13浏览次数:31  
标签:help ## root PC1 centos7 home 安装

 

方法1, 从外源库中安装

001、系统

[root@PC1 home]# cat /etc/redhat-release          ## 系统,centos 7.6
CentOS Linux release 7.6.1810 (Core)

 

002、测试R

[root@PC1 home]# R                              ## 测试R
bash: R: command not found...

 

003、安装epel外源库

[root@PC1 home]# yum -y install epel-release           ## 安装epel外源库

 

004、利用yum 直接安装R

[root@PC1 home]# yum -y install R               ## 利用yum直接安装R

 

 

005、测试R

[root@PC1 home]# R                                  ## 测试R, 版本为3.6.0

R version 3.6.0 (2019-04-26) -- "Planting of a Tree"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-redhat-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.

 

方法2:根据安装包来安装

 

 

 

 

 

 

参考:

01、https://www.mryunwei.com/300154.html

02、

 

标签:help,##,root,PC1,centos7,home,安装
From: https://www.cnblogs.com/liujiaxin2018/p/17968501

相关文章

  • HarmonyOS4.0系列——01、下载、安装、配置环境、搭建页面以及运行示例代码
    HarmonyOS4.0应用开发安装编辑器这里安装windows版本为例安装依赖打开DevEcoStudio这八项全部打钩即可开始编写代码,如果存在x,需要安装正确的库即可开发点击CreateProject选择默认模板——nextModel部分分为Stage和FA两个应用模型,FA是支持7版本以内的模型支持JS和TS,而Stage支持最......
  • openEuler欧拉安装Jenkins并修改构建workspace路径
    一、系统优化关闭防火墙systemctlstopfirewalldsystemctldisablefirewalld关闭selinuxsed-ri's/SELINUX=enforcing/SELINUX=disabled/'/etc/selinux/configsetenforce0二、安装Jenkinssudowget-O/etc/yum.repos.d/jenkins.repohttps://pkg.jenkins.io/redhat-stable/je......
  • Jmeter之插件安装
    在实际工作中,会用到一些额外的jmeter插件,现在描述其插件的安装。 一、下载plugins-manager.jar在官网中下载plugins-manger.jar,方便后续其他插件的安装,下载地址如下:https://jmeter-plugins.org/install/Install/  点击下载。 二、Plugin-manager.jar配置和......
  • Mac安装influxdb
    influxdb安装以及配置brewupdatebrewinstallinfluxdbln-sfv/usr/local/opt/influxdb/*.plist~/Library/LaunchAgents#配置文件在/etc/influxdb/influxdb.conf,如果没有就将/usr/local/etc/influxdb.conf拷一个过去配置缓存:cache-max-memory-size#启动服务launchc......
  • oracle 12c 安装部署
    oracle12c安装部署一、系统优化1、操作系统cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease7.9(Maipo)2、设置hostnamehostnamectlset-hostname12ccat>>/etc/hosts<<-"EOF"172.16.71.1312cEOF3、关闭防火墙#关闭防火墙systemctlstopfir......
  • Oracle如何安装配置ASMLIB
     Oracle如何安装配置ASMLIB 官方安装参考文档/链接https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/installing-and-configuring-oracle-asmlib-software.htmlFAQASMLIBCONFIGURE,VERIFY,TROUBLESHOOT(DocID359266.1)OracleLinux:Oracleasm......
  • CentOS7 报错 ”Repository base is listed more than once in the configuration...
    CentOS7在使用yum时出现以下错误:RepositorybaseislistedmorethanonceintheconfigurationRepositoryupdatesislistedmorethanonceintheconfigurationRepositoryextrasislistedmorethanonceintheconfigurationRepositorycentosplusislistedmore......
  • Hue安装以及集成组件
    ​ 介绍Hue支持以下服务HDFS、HBase、S3Hive、Impala、Presto、Trino、Flink、Phoenix、DruidSolr、ES、ClickHouseSpark、Yarn、Ooize、KnoxOracle、PG、DB2、Vertica、MYSQL最新5.x版本支持Ozone用于数据库、数据仓库甚至数据湖的Hadoop用户体验(HUE)Hue是一个......
  • Linux7安装 Oracle 11g Error in invoking target 'agent nmhs' of makefile
    目录1现象2解决3附录1现象%86时出现报错Errorininvokingtarget'agentnmhs'ofmakefile2解决在makefile中添加链接libnnz11库的参数修改$ORACLE_HOME/sysman/lib/ins_emagent.mk,将$(MK_EMAGENT_NMECTL)修改为:$(MK_EMAGENT_NMECTL)-lnnz11建议修改前备份原始......
  • Apache DolphinScheduler 3.1.8 保姆级教程【安装、介绍、项目运用、邮箱预警设置】轻
    概述ApacheDolphinScheduler是一个分布式易扩展的可视化DAG工作流任务调度开源系统。适用于企业级场景,提供了一个可视化操作任务、工作流和全生命周期数据处理过程的解决方案。ApacheDolphinScheduler旨在解决复杂的大数据任务依赖关系,并为应用程序提供数据和各种OPS编排......