how to install xlsx in R on ubuntu?

简介: how to install xlsx in R on ubuntu?
ok,I just use the ubuntu 16.04 64,when I want to read a xlsx file,I find I should install RODBC or xlsx. This page
will tell us how to install the xlsx package in R on ubuntu.
first,we should install java.
       sudo apt-get install default-jdk
then,we shold use the line to observe the R and Java:
        sudo R CMD javareconf
but,I think,the first time,there is something wrong.
then,we should install java once a time,
sudo apt-get install default-jdk
sudo R CMD javareconf
ok,if there is no error,you should restart your ubuntu,and then
you can install xlsx in R.
use the line: install.packages('xlsx',dependencies=T)
I think the next question is how can type chinese on ubuntu
目录
相关文章
|
9月前
|
Shell Python
Ubuntu19.10安装Anaconda3
Ubuntu19.10安装Anaconda3
|
5月前
Ubuntu18 Install Conda
Ubuntu18 Install Conda
|
9月前
|
机器学习/深度学习 传感器 编解码
【基于Ubuntu18.04+Melodic的realsense D435i安装】
【基于Ubuntu18.04+Melodic的realsense D435i安装】
420 0
|
11月前
|
Ubuntu Linux
|
Ubuntu Linux Shell
ubuntu上安装spyder
ubuntu上安装spyder
568 0
|
数据采集 Ubuntu Shell
ubuntu18.04安装和使用Anaconda3
最新的ubuntu18.04安装和使用Anaconda3,详细记录
331 0
|
域名解析 Ubuntu Linux
Ubuntu 安装 GDAL 2.1
今天主要为大将讲解如何在 Linux 系统下安装 GDAL,本文以 Ubuntu 为例,详细介绍 Ubuntu 及 GDAL 的安装过程。
1503 0
Ubuntu 安装 GDAL 2.1
|
Ubuntu Python
Ubuntu下scons安装
1.需要先安装Python,推荐Python2.7 sudo apt-get install python2.7   2. 下载scons-2.
3855 0