calendargre.blogg.se

Rstudio for ubuntu 20.04
Rstudio for ubuntu 20.04









Install.packages( "itsmr", dependencies = TRUE ) Provides functions for modeling and forecasting time series data. Itsmr -> Time Series Analysis Using the Innovations Algorithm. Install.packages( "Rcmdr", dependencies = TRUE ) A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package. Install.packages( "rattle", dependencies = TRUE ) It makes getting started with data mining in R very easy. Rattle -> Tab-oriented user interface that is similar to Microsoft Office's ribbon interface.

rstudio for ubuntu 20.04

Install.packages( "aTSA", dependencies = TRUE ) Install.packages( "xgboost", dependencies = TRUE ) Install.packages( "gbm", dependencies = TRUE ) Gbm -> gbm ( Gradient Boosting Machine )algorithm for R Install.packages( "mailR", dependencies = TRUE ) Install.packages( "forecast", dependencies = TRUE ) Install.packages( "lubridate", dependencies = TRUE )

rstudio for ubuntu 20.04

Install.packages( "openxlsx", dependencies = TRUE ) Openxlsx -> Read, Write and Edit XLSX Files

rstudio for ubuntu 20.04

Install.packages( "dygraphs", dependencies = TRUE ) Install.packages( "xts", dependencies = TRUE ) Install.packages( "RODBC", dependencies = TRUE ) Install.packages( "stringdist", dependencies = TRUE ) Stringdist -> Computes string distances, very useful when creating clusters of catalog descriptions. Install.packages( "sqldf", dependencies = TRUE ) Sqldf -> Run SQL instructions on your datasets. Install.packages( "data.table", dependencies = TRUE ) Install.packages( "tidyverse", dependencies = TRUE )ĭata.table -> Fast manipulation of large datasets. I tried and I found difficult to configure services in Ubuntu, mostly because Ubuntu removed some commands.Īfter few days, I found the way and I want to share it with you.Tidyverse -> Opinionated collection of R packages designed for data science. So, I don’t want to do everything manually and I started to try to run automatically all the command at the startup. Then, restart the Docker container with RStudio. When I restart the machine, I have to open again the connection with the Azure Container Repository (ACR). I shutdown the machine when I finish my stuff.

rstudio for ubuntu 20.04

In Azure I have a very expensive virtual machine with Ubuntu 20.04 because I need a power machine for long and complex calculation. How to use an Azure API Management Service.Deploying dockerized R/Shiny Apps on Microsoft AzureĪlso, I worked on the integration between R/Plumber, the library for creating API with R, and Azure using the API Management Service.In the last few months, I worked a lot on R, RStudio and the integration with Azure. In this new post, I like to explain how to configure RStudio in Azure with an Ubuntu virtual machine.











Rstudio for ubuntu 20.04