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
目录
相关文章
|
7月前
|
NoSQL MongoDB Docker
Ubuntu18 Install MongoDB
Ubuntu18 Install MongoDB
72 0
|
Ubuntu Linux Windows
Install KDE Plasma and XRDP on Ubuntu Server
Install KDE Plasma and XRDP on Ubuntu Server
325 0
Install KDE Plasma and XRDP on Ubuntu Server
|
Ubuntu
【Ubuntu】apt-get install 报错 无法获得锁 /var/lib/dpkg/lock-frontend - open (11: 资源暂时不可用)
【Ubuntu】apt-get install 报错 无法获得锁 /var/lib/dpkg/lock-frontend - open (11: 资源暂时不可用)
188 0
|
NoSQL MongoDB Docker
Ubuntu18 Install MongoDB
主要介绍Install MongoDB Community Edition,WebSite,Docker Use MongoDB这三个部分·。
124 0
|
Ubuntu Apache Docker
How to Install and Deploy Kubernetes on Ubuntu 16.04
In this tutorial, we are going to setup multi-node Kubernetes Cluster on Ubuntu 16.04 server using Alibaba Cloud Elastic Compute Service (ECS).
6792 0
How to Install and Deploy Kubernetes on Ubuntu 16.04
|
弹性计算 Ubuntu 网络安全
How to Install and Use Ansible on Ubuntu 16.04
In this tutorial, we will learn how to set up Ansible on an Alibaba Cloud ECS Ubuntu 16.04 instance.
2514 0
How to Install and Use Ansible on Ubuntu 16.04
|
Ubuntu 关系型数据库 MySQL
How to Install and Configure Icinga2 Monitoring Tool on Ubuntu 16.04
In this tutorial, we will explore how to install Docker on Alibaba Cloud and learn some important Docker commands to help you deploy and manage your container services.
3064 0
How to Install and Configure Icinga2 Monitoring Tool on Ubuntu 16.04
|
弹性计算 Ubuntu Apache
How to Install Puppet Master and Client on Ubuntu 16.04
This guide will help you through the steps of installing and configuring open source Puppet on ECS Ubuntu 16.
2406 0
How to Install Puppet Master and Client on Ubuntu 16.04
|
Ubuntu Linux Apache
How to Install and Use Docker on Ubuntu 16.04
In this tutorial, we will explore how to install Docker on Alibaba Cloud and learn some important Docker commands to help you deploy and manage your container services.
4249 0
How to Install and Use Docker on Ubuntu 16.04