Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The pipeline Sequence drives the execution of the analytic model. When running an analytic workload the steps would be performed in the order of pipeline sequence.

Can a library be used for analytical model?

Yes. Steps to install and load R libraries can be defined in analytical model. While defining the step to install the library, it is required to setup CRAN. As an example, PDFTools library can be installed as a step in an analytical model with following code:

utils::install.packages("pdftools", repos = "http://cran.us.r-project.org" )

If the R library requires additional ubuntu packages, Sprngy support team can be reached at support@sprngy.com.