R 네트워크 관련 패키지 설치(ubuntu)

ubuntu R

우분투에서 R 초기 패키지 설치 전 설정해놓으면 편리한 것들 모음

Jongseon, Han https://hanjongseon.github.io
03-03-2021
sudo apt-get install -y libssl-dev
sudo apt-get install libxml2-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libsasl2-dev


#rcpp 설치시 에러가 나는 경우
install.packages('codetools')
install.packages('Rcpp')

#distill 관련
install.packages('lattice')

Citation

For attribution, please cite this work as

Han (2021, March 3). Jongseon Han: R 네트워크 관련 패키지 설치(ubuntu). Retrieved from https://hanjongseon.github.io/posts/2021-03-03-2021-03-03-rinubuntu/

BibTeX citation

@misc{han2021r,
  author = {Han, Jongseon,},
  title = {Jongseon Han: R 네트워크 관련 패키지 설치(ubuntu)},
  url = {https://hanjongseon.github.io/posts/2021-03-03-2021-03-03-rinubuntu/},
  year = {2021}
}