# Installed Packages

Check out the currently used R and Python versions [here](/manual/sf-platform/script-editor/details-of-the-script-editor.md#versions).

If you need a package that is currently not available in the Script Editor please contact us at <support@senseforce.io>. We will add it to the scripting environment.

## Installed R Packages

We have installed the following packages and package sets:

* forecast&#x20;
* lubridate&#x20;
* tidyverse
  * dplyr
  * tidyr
  * readr
  * purrr
  * tibble
  * stringr
  * forcats
  * ggplot2
* zoo
* caret
* data.table&#x20;
* randomForest&#x20;
* lme4&#x20;
* nime&#x20;
* neuralnet&#x20;
* plotly&#x20;
* RColorBrewer&#x20;
* kableExtra&#x20;
* webshot&#x20;
* webshot::phantomjs&#x20;
* rmarkdown&#x20;
* httr&#x20;
* jsonlite&#x20;
* aws.s3&#x20;
* e1071
* vtreat
* ranger
* xgboost
* magrittr
* rpart
* padr
* duckdb

## Installed Python Packages

NumPy: **1.20.2**

Pandas: **1.2.3**

Scipy: **1.6.2**

Scikit-learn: **0.24.1**

Tslearn: **0.5.2**

## Whitelisted Python Modules

"pandas", "numpy", "scipy", "tslearn", "datetime", "time", "dateutil.tz", "sys", "json", "pkg\_resources", "pytz", "math", "typing", "itertools", "random", "sklearn", "dateutil", "traceback", "re", "locale", "duckdb", "holidays"

If you need an additional module enabled, please contact your Senseforce agent.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.senseforce.io/manual/sf-platform/script-editor/installed-packages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
