Installing more packages

R is highly modularized, which implies that, depending on what you want to run, you have to preload the correct packages. For this chapter, let's download several packages that will enable our R installation with modules that are ready to process the scripts that we need to use into Qlik Sense.

Type in the following commands and check if all of them run correctly. Depending on your network connection, this can take a few minutes, so grab some coffee while you wait:

install.packages("jsonlite", lib = "C:\R\R-3.5.2\library")
install.packages("ChainLadder", lib = "C:\R\R-3.5.2\library")
install.packages("forecast", lib = "C:\R\R-3.5.2\library")
install.packages("rpart", lib = "C:\R\R-3.5.2\library")
install.packages("partykit", lib = "C:\R\R-3.5.2\library")
install.packages("tseries", lib = "C:\R\R-3.5.2\library")
q()

The packages that we have installed in the preceding steps are described as follows:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset