From 2ffb4ce95839e35a56781c91e29c534e13ca66a9 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:44:35 -0800 Subject: [PATCH 01/42] Update service-r-packages-support.md --- .../service-r-packages-support.md | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 311adb9459..fd8ad3ea09 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -8,12 +8,12 @@ ms.custom: '' ms.service: powerbi ms.subservice: powerbi-ai ms.topic: how-to -ms.date: 11/10/2023 +ms.date: 1/16/2025 LocalizationGroup: Connect to data --- # Create visuals by using R packages in the Power BI service -You can use the powerful [R programming language](https://www.r-project.org/) to create visuals in the Power BI service. Many R packages are supported in the Power BI service and more are being supported all the time. Some packages aren't supported. +You can use the powerful [R programming language](https://www.r-project.org/) to create visuals in the Power BI service. The Power BI service supports almost thousand packages. The following sections provide an alphabetical table of which R packages are supported in Power BI, and which aren't. For more information about R in Power BI, see the [R visuals](../visuals/service-r-visuals.md) article. @@ -24,8 +24,6 @@ Supported R packages for the Power BI service are found in [the following sectio ## Requirements and limitations of R packages There are a handful of requirements and limitations for R packages: - -* Current R runtime: Microsoft R 3.4.4 * The Power BI service usually supports R packages with free and open-source software licenses such as GPL-2, GPL-3, MIT+, and so on. * The Power BI service supports packages published in the Comprehensive R Archive Network (CRAN). The service doesn't support private or custom R packages. Users are encouraged to make their private packages available on CRAN prior to requesting the package be available in the Power BI service. * The Power BI Desktop has two variations for R packages: @@ -35,7 +33,19 @@ There are a handful of requirements and limitations for R packages: * For security and privacy reasons, R packages that provide client-server queries over the web, such as *RgoogleMaps*, in the service, aren't supported. Networking is blocked for such attempts. See the following section for a list of supported and unsupported R packages. * The approval process for including a new R package has a tree of dependencies. Some dependencies required to be installed in the service can't be supported. -## R packages that are supported in Power BI +### For reports in Premium/Fabric backed workspaces +* Current R runtime: R 4.3.3 + +### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China +* Current R runtime: Microsoft R 3.4.4 + + +## R packages that are supported in Power BI (Premium/Fabric backed workspaces) + + + + +## R packages that are supported in Power BI (non-Premium/Fabric backed workspaces/ Sov. Clouds/China) The following table shows which packages are supported in the Power BI service. From 218d5b60569daba9a0f344ff1a67eea37c87ad56 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:49:22 -0800 Subject: [PATCH 02/42] Add placeholder text for R packages section --- powerbi-docs/connect-data/service-r-packages-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index fd8ad3ea09..9d682b6a5b 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -41,7 +41,7 @@ There are a handful of requirements and limitations for R packages: ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) - +To do - Add once Xin shares file From 301a134f6a3006304b8935e52a920582d0196dea Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:28:52 -0800 Subject: [PATCH 03/42] Update service-python-packages-support.md Updated packages for Python visual support --- .../service-python-packages-support.md | 84 ++++++++++++++++++- 1 file changed, 80 insertions(+), 4 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 06a7802692..9d1eea6efc 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -8,7 +8,7 @@ ms.custom: '' ms.service: powerbi ms.subservice: pbi-data-sources ms.topic: conceptual -ms.date: 01/13/2023 +ms.date: 01/17/2025 LocalizationGroup: Connect to data --- # Learn which Python packages are supported in Power BI @@ -25,16 +25,92 @@ Supported Python packages for Power BI are found in the [following section](#pyt There are a handful of requirements and limitations for Python packages: -* Current Python runtime: Python 3.7.7. * Power BI, for the most part, supports Python packages with free and open-source software licenses such as GPL-2, GPL-3, MIT+, and so on. * Power BI supports packages published in PyPI. The service doesn't support private or custom Python packages. Users are encouraged to make their private packages available on PyPI prior to requesting the package be available in Power BI. * For Python visuals in Power BI Desktop, you can install any package, including custom Python packages. * For security and privacy reasons, Python packages that provide client-server queries over the web in the service, aren't supported. Networking is blocked for such attempts. * The approval process for including a new Python package has a tree of dependencies. Some dependencies required to be installed in the service can't be supported. -## Python packages that are supported in Power BI +### For reports in Premium/Fabric backed workspaces +* Python runtime: Python 3.11 -The following table shows which packages **are supported** in Power BI. +### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China +* Python runtime: Python 3.7.7 + +## Python packages that are supported in the Power BI service + +The following table shows which packages **are supported** in Power BI for reports in **Premium/Fabric backed workspaces**. +| Package | Version | Link | +|-----------------------|-------------|--------------------------------------------------------------------------| +| asttokens |2.4.1|[https://pypi.org/project/asttokens/2.4.1/](https://pypi.org/project/asttokens/2.4.1/) | +| certifi |2024.8.30|[https://pypi.org/project/certifi/2024.8.30/](https://pypi.org/project/certifi/2024.8.30/) | +| comm |0.2.2|[https://pypi.org/project/comm/0.2.2/] (https://pypi.org/project/comm/0.2.2/) | +| contourpy |1.3.0|[https://pypi.org/project/contourpy/1.3.0/] (https://pypi.org/project/contourpy/1.3.0/) | +| cycler |0.12.1|[https://pypi.org/project/cycler/0.12.1/] (https://pypi.org/project/cycler/0.12.1/) | +| debugpy |1.8.5| [https://pypi.org/project/debugpy/1.8.5/] (https://pypi.org/project/debugpy/1.8.5/) | +| decorator |5.1.1|[https://pypi.org/project/decorator/5.1.1/] (https://pypi.org/project/decorator/5.1.1/) | +| exceptiongroup |1.2.2|[https://pypi.org/project/exceptiongroup/1.2.2/] (https://pypi.org/project/exceptiongroup/1.2.2/) | +| executing |2.1.0| [https://pypi.org/project/executing/2.1.0/] (https://pypi.org/project/executing/2.1.0/) | +| fonttools |4.53.1| [https://pypi.org/project/fonttools/4.53.1/] (https://pypi.org/project/fonttools/4.53.1/) | +| importlib_metadata |8.4.0| [https://pypi.org/project/importlib_metadata/8.4.0/] (https://pypi.org/project/importlib_metadata/8.4.0/) | +| ipykernel |6.29.4| [https://pypi.org/project/ipykernel/6.29.4/] (https://pypi.org/project/ipykernel/6.29.4/) | +| ipython |8.27.0| [https://pypi.org/project/ipython/8.27.0/] (https://pypi.org/project/ipython/8.27.0/) | +| jedi |0.19.1| [https://pypi.org/project/jedi/0.19.1/] (https://pypi.org/project/jedi/0.19.1/) | +| joblib |1.4.2| [https://pypi.org/project/joblib/1.4.2/] (https://pypi.org/project/joblib/1.4.2/) | +| jupyter_client |8.6.2| [https://pypi.org/project/jupyter_client/8.6.2/] (https://pypi.org/project/jupyter_client/8.6.2/) | +| jupyter_core |5.7.2| [https://pypi.org/project/jupyter_core/5.7.2/] (https://pypi.org/project/jupyter_core/5.7.2/) | +| kiwisolver |1.4.5| [https://pypi.org/project/kiwisolver/1.4.5/] (https://pypi.org/project/kiwisolver/1.4.5/) | +| matplotlib |3.8.4| [https://pypi.org/project/matplotlib/3.8.4/] ( https://pypi.org/project/matplotlib/3.8.4/) | +| matplotlib|inline |0.1.7| [https://pypi.org/project/matplotlib|inline/0.1.7/] (https://pypi.org/project/matplotlib|inline/0.1.7/) | +| munkres |1.1.4| [https://pypi.org/project/munkres/1.1.4/] (https://pypi.org/project/munkres/1.1.4/) | +| nest_asyncio |1.6.0| [https://pypi.org/project/nest_asyncio/1.6.0/] (https://pypi.org/project/nest_asyncio/1.6.0/) | +| numpy |2.0.0| [https://pypi.org/project/numpy/2.0.0/] (https://pypi.org/project/numpy/2.0.0/) | +| packaging |24.1| [https://pypi.org/project/packaging/24.1/] (https://pypi.org/project/packaging/24.1/) | +| pandas |2.2.2| [https://pypi.org/project/pandas/2.2.2/] (https://pypi.org/project/pandas/2.2.2/) | +| parso |0.8.4| [https://pypi.org/project/parso/0.8.4/] (https://pypi.org/project/parso/0.8.4/) | +| patsy |0.5.6| [https://pypi.org/project/patsy/0.5.6/] (https://pypi.org/project/patsy/0.5.6/) | +| pexpect |4.9.0| [https://pypi.org/project/pexpect/4.9.0/] (https://pypi.org/project/pexpect/4.9.0/) | +| pickleshare |0.7.5| [https://pypi.org/project/pickleshare/0.7.5/] (https://pypi.org/project/pickleshare/0.7.5/) | +| pillow |10.4.0| [https://pypi.org/project/pillow/10.4.0/] (https://pypi.org/project/pillow/10.4.0/) | +| pip |24| [https://pypi.org/project/pip/24/] (https://pypi.org/project/pip/24/) | +| platformdirs |4.2.2| [https://pypi.org/project/platformdirs/4.2.2/] (https://pypi.org/project/platformdirs/4.2.2/) | +| ply |3.11| [https://pypi.org/project/ply/3.11/] (https://pypi.org/project/ply/3.11/) | +| prompt_toolkit |3.0.47| [https://pypi.org/project/prompt_toolkit/3.0.47/] (https://pypi.org/project/prompt_toolkit/3.0.47/) | +| psutil |6.0.0| [https://pypi.org/project/psutil/6.0.0/] (https://pypi.org/project/psutil/6.0.0/) | +| ptyprocess |0.7.0|[https://pypi.org/project/ptyprocess/0.7.0/] (https://pypi.org/project/ptyprocess/0.7.0/) | +| pure_eval |0.2.3| [https://pypi.org/project/pure_eval/0.2.3/] (https://pypi.org/project/pure_eval/0.2.3/) | +| Pygments |2.18.0| [https://pypi.org/project/Pygments/2.18.0/] (https://pypi.org/project/Pygments/2.18.0/) | +| pyparsing |3.1.2| [https://pypi.org/project/pyparsing/3.1.2/] (https://pypi.org/project/pyparsing/3.1.2/) | +| PyQt5 |5.15.9| [https://pypi.org/project/PyQt5/5.15.9/] (https://pypi.org/project/PyQt5/5.15.9/) | +| PyQt5|sip |12.12.2| [https://pypi.org/project/PyQt5|sip/12.12.2/] (https://pypi.org/project/PyQt5|sip/12.12.2/) | +| python|dateutil |2.9.0| [https://pypi.org/project/python|dateutil/2.9.0/] (https://pypi.org/project/python|dateutil/2.9.0/) | +| pytz |2024.1| [https://pypi.org/project/pytz/2024.1/] (https://pypi.org/project/pytz/2024.1/) | +| pyzmq |26.2.0| [https://pypi.org/project/pyzmq/26.2.0/] (https://pypi.org/project/pyzmq/26.2.0/) | +| scikit|learn |1.5.0| [https://pypi.org/project/scikit|learn/1.5.0/] (https://pypi.org/project/scikit|learn/1.5.0/) | +| scipy |1.13.1| [https://pypi.org/project/scipy/1.13.1/] (https://pypi.org/project/scipy/1.13.1/) | +| seaborn |0.13.2| [https://pypi.org/project/seaborn/0.13.2/] (https://pypi.org/project/seaborn/0.13.2/) | +| setuptools |70.0.0| [https://pypi.org/project/setuptools/70.0.0/] (https://pypi.org/project/setuptools/70.0.0/) | +| sip |6.7.12| [https://pypi.org/project/sip/6.7.12/] (https://pypi.org/project/sip/6.7.12/) | +| six |1.16.0| [https://pypi.org/project/six/1.16.0/] (https://pypi.org/project/six/1.16.0/) | +| stack|data |0.6.2| [https://pypi.org/project/stack|data/0.6.2/] (https://pypi.org/project/stack|data/0.6.2/) | +| statsmodels |0.14.2| [https://pypi.org/project/statsmodels/0.14.2/] (https://pypi.org/project/statsmodels/0.14.2/) | +| threadpoolctl |3.5.0| [https://pypi.org/project/threadpoolctl/3.5.0/] (https://pypi.org/project/threadpoolctl/3.5.0/) | +| toml |0.10.2| [https://pypi.org/project/toml/0.10.2/] (https://pypi.org/project/toml/0.10.2/) | +| tomli |2.0.1| [https://pypi.org/project/tomli/2.0.1/] (https://pypi.org/project/tomli/2.0.1/) | +| tornado |6.4.1| [https://pypi.org/project/tornado/6.4.1/] (https://pypi.org/project/tornado/6.4.1/) | +| traitlets |5.14.3| [https://pypi.org/project/traitlets/5.14.3/] (https://pypi.org/project/traitlets/5.14.3/) | +| typing_extensions |4.12.2| [https://pypi.org/project/typing_extensions/4.12.2/] (https://pypi.org/project/typing_extensions/4.12.2/) | +| tzdata |2024.1| [https://pypi.org/project/tzdata/2024.1/] (https://pypi.org/project/tzdata/2024.1/) | +| unicodedata2 |15.1.0| [https://pypi.org/project/unicodedata2/15.1.0/] (https://pypi.org/project/unicodedata2/15.1.0/) | +| wcwidth |0.2.13| [https://pypi.org/project/wcwidth/0.2.13/] (https://pypi.org/project/wcwidth/0.2.13/) | +| wheel |0.44.0| [https://pypi.org/project/wheel/0.44.0/] (https://pypi.org/project/wheel/0.44.0/) | +| xgboost |2.0.3| [https://pypi.org/project/xgboost/2.0.3/] (https://pypi.org/project/xgboost/2.0.3/) | +| zipp |3.20.1| [https://pypi.org/project/zipp/3.20.1/] (https://pypi.org/project/zipp/3.20.1/) | + + + + +The following table shows which packages **are supported** in Power BI reports in **non-Premium/Fabric backed workspaces**. | Package | Version | Link | |:----------------------|:------------|:-------------------------------------------------------------------------| From 81b560ee34607e940bc15d42d6d06e1a361d3fdc Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:48:18 -0800 Subject: [PATCH 04/42] Remove request support section for R packages --- powerbi-docs/connect-data/service-r-packages-support.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 9d682b6a5b..59dbfb863e 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -17,17 +17,12 @@ You can use the powerful [R programming language](https://www.r-project.org/) to The following sections provide an alphabetical table of which R packages are supported in Power BI, and which aren't. For more information about R in Power BI, see the [R visuals](../visuals/service-r-visuals.md) article. -## Request support for a new R package - -Supported R packages for the Power BI service are found in [the following section](#r-packages-that-are-supported-in-power-bi). If you would like to request support of an R package not found in that list, submit your request to [Power BI Ideas](https://ideas.powerbi.com). ## Requirements and limitations of R packages -There are a handful of requirements and limitations for R packages: -* The Power BI service usually supports R packages with free and open-source software licenses such as GPL-2, GPL-3, MIT+, and so on. +* The Power BI service supports R packages with free and open-source software licenses such as GPL-2, GPL-3, MIT+, and so on. * The Power BI service supports packages published in the Comprehensive R Archive Network (CRAN). The service doesn't support private or custom R packages. Users are encouraged to make their private packages available on CRAN prior to requesting the package be available in the Power BI service. * The Power BI Desktop has two variations for R packages: - * For R visuals, you can install any package, including custom R packages * For Custom R visuals, only public CRAN packages are supported for auto-installation of the packages * For security and privacy reasons, R packages that provide client-server queries over the web, such as *RgoogleMaps*, in the service, aren't supported. Networking is blocked for such attempts. See the following section for a list of supported and unsupported R packages. From ff7e9ae0fedcaefd6146995782714441b0742afe Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:51:22 -0800 Subject: [PATCH 05/42] Remove request support section and update table format --- .../connect-data/service-python-packages-support.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 9d1eea6efc..a5d21646ce 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -17,10 +17,6 @@ You can use the powerful [Python programming language](https://www.python.org/) The following sections provide an alphabetical table of which Python packages are supported in Power BI. -## Request support for a new Python package - -Supported Python packages for Power BI are found in the [following section](#python-packages-that-are-supported-in-power-bi). If you would like to request support of a Python package not found in that list, submit your request to [Power BI Ideas](https://ideas.powerbi.com). - ## Requirements and limitations of Python packages There are a handful of requirements and limitations for Python packages: @@ -113,7 +109,7 @@ The following table shows which packages **are supported** in Power BI for repor The following table shows which packages **are supported** in Power BI reports in **non-Premium/Fabric backed workspaces**. | Package | Version | Link | -|:----------------------|:------------|:-------------------------------------------------------------------------| +|-----------------------|-------------|--------------------------------------------------------------------------| | `cycler` | 0.11.0 | [https://pypi.org/project/cycler](https://pypi.org/project/cycler) | | `joblib` | 1.1.0 | [https://pypi.org/project/joblib](https://pypi.org/project/joblib) | | `kiwisolver` | 1.4.4 | [https://pypi.org/project/kiwisolver](https://pypi.org/project/kiwisolver) | From 6818633a4da00035136f0e4b439696b8623b6bdf Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:58:28 -0800 Subject: [PATCH 06/42] Add considerations and limitations for R visuals Updated limitations --- .../connect-data/service-r-packages-support.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 59dbfb863e..2683a12bce 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -36,7 +36,7 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) -To do - Add once Xin shares file + @@ -1038,6 +1038,14 @@ The following table shows which packages are not supported in the Power BI servi | mailR |10/03/2016 |Networking is blocked | | RevoScaleR |8/30/2016 |Ships only with Microsoft R Server | + +## Considerations and limitations + +- R visuals are not supported with Service Principal profiles +- The R visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of <30Mb + + + ## Related content For more information about R in Power BI, take a look at the following articles: From 470c395427c807b313ca713f653bf4ee630ec690 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:59:55 -0800 Subject: [PATCH 07/42] Add considerations and limitations section Updated limitations --- .../connect-data/service-python-packages-support.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index a5d21646ce..0adfda3b4e 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -132,6 +132,13 @@ The following table shows which packages **are supported** in Power BI reports i | `typing-extensions` | 4.3.0 | [https://pypi.org/project/typing-extensions](https://pypi.org/project/typing-extensions) | | `xgboost` | 1.6.1 | [https://pypi.org/project/xgboost](https://pypi.org/project/xgboost) | + +## Considerations and limitations + +- R visuals are not supported with Service Principal profiles +- The R visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of < 30Mb + + ## Related content For more information about Python in Power BI, take a look at the following articles: From 1ffb778c39aa8ff1602317ee5b80c254419d33ab Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:01:23 -0800 Subject: [PATCH 08/42] Update R to Py visuals in documentation --- powerbi-docs/connect-data/service-python-packages-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 0adfda3b4e..2433e3b1a2 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -135,8 +135,8 @@ The following table shows which packages **are supported** in Power BI reports i ## Considerations and limitations -- R visuals are not supported with Service Principal profiles -- The R visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of < 30Mb +- Py visuals are not supported with Service Principal profiles +- Py visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of < 30Mb. ## Related content From 78690aa6ca2aa5fb06e1088f8733eaf5b4bd53be Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:20:21 -0800 Subject: [PATCH 09/42] Add error handling to database connection Updated supported package links --- .../service-r-packages-support.md | 1141 +++++++++++++++++ 1 file changed, 1141 insertions(+) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 2683a12bce..3991c97d40 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -36,6 +36,1147 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) +| Package | Version | Link | +|-----------------------|-------------|--------------------------------------------------------------------------| +|abc|2.2.1|[https://cran.r-project.org/web/packages/abc/index.html] (https://cran.r-project.org/web/packages/abc/index.html) +|abc.data|1.1|[https://cran.r-project.org/src/contrib/abc.data_1.1.tar.gz] (https://cran.r-project.org/src/contrib/abc.data_1.1.tar.gz) +|abind|1.4-5|[https://cran.r-project.org/web/packages/abind/index.html] (https://cran.r-project.org/web/packages/abind/index.html) +|acepack|1.4.2|[https://cran.r-project.org/src/contrib/acepack_1.4.2.tar.gz] (https://cran.r-project.org/src/contrib/acepack_1.4.2.tar.gz) +|actuar|3.3-4|[https://cran.r-project.org/web/packages/actuar/index.html] (https://cran.r-project.org/web/packages/actuar/index.html) +|ade4|1.7-22|[https://cran.r-project.org/src/contrib/ade4_1.7-22.tar.gz] (https://cran.r-project.org/src/contrib/ade4_1.7-22.tar.gz) +|adegenet|2.1.10|[https://cran.r-project.org/src/contrib/adegenet_2.1.10.tar.gz] (https://cran.r-project.org/src/contrib/adegenet_2.1.10.tar.gz) +|AdMit|2.1.9|[https://cran.r-project.org/src/contrib/AdMit_2.1.9.tar.gz] (https://cran.r-project.org/src/contrib/AdMit_2.1.9.tar.gz) +|AER|1.2-13|[https://cran.r-project.org/web/packages/AER/index.html] (https://cran.r-project.org/web/packages/AER/index.html) +|agricolae|1.3-7|[https://cran.r-project.org/src/contrib/agricolae_1.3-7.tar.gz] (https://cran.r-project.org/src/contrib/agricolae_1.3-7.tar.gz) +|AlgDesign|1.2.1|[https://cran.r-project.org/web/packages/AlgDesign/index.html] (https://cran.r-project.org/web/packages/AlgDesign/index.html) +|alluvial|0.1-2|[https://cran.r-project.org/src/contrib/alluvial_0.1-2.tar.gz] (https://cran.r-project.org/src/contrib/alluvial_0.1-2.tar.gz) +|andrews|1.1.2|[https://cran.r-project.org/src/contrib/andrews_1.1.2.tar.gz] (https://cran.r-project.org/src/contrib/andrews_1.1.2.tar.gz) +|anomalize|0.3.0|[https://cran.r-project.org/src/contrib/anomalize_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/anomalize_0.3.0.tar.gz) +|anytime|0.3.9|[https://cran.r-project.org/web/packages/anytime/index.html] (https://cran.r-project.org/web/packages/anytime/index.html) +|aod|1.3.3|[https://cran.r-project.org/src/contrib/aod_1.3.3.tar.gz] (https://cran.r-project.org/src/contrib/aod_1.3.3.tar.gz) +|apcluster|1.4.13|[https://cran.r-project.org/src/contrib/apcluster_1.4.13.tar.gz] (https://cran.r-project.org/src/contrib/apcluster_1.4.13.tar.gz) +|ape|5.8|[https://cran.r-project.org/web/packages/ape/index.html] (https://cran.r-project.org/web/packages/ape/index.html) +|aplpack|1.3.5|[https://cran.r-project.org/src/contrib/aplpack_1.3.5.tar.gz] (https://cran.r-project.org/src/contrib/aplpack_1.3.5.tar.gz) +|approximator|1.2-8|[https://cran.r-project.org/src/contrib/approximator_1.2-8.tar.gz] (https://cran.r-project.org/src/contrib/approximator_1.2-8.tar.gz) +|arm|1.14-4|[https://cran.r-project.org/src/contrib/arm_1.14-4.tar.gz] (https://cran.r-project.org/src/contrib/arm_1.14-4.tar.gz) +|arsenal|3.6.3|[https://cran.r-project.org/src/contrib/arsenal_3.6.3.tar.gz] (https://cran.r-project.org/src/contrib/arsenal_3.6.3.tar.gz) +|arules|1.7-8|[https://cran.r-project.org/web/packages/arules/index.html] (https://cran.r-project.org/web/packages/arules/index.html) +|arulesViz|1.5.3|[https://cran.r-project.org/src/contrib/arulesViz_1.5.3.tar.gz] (https://cran.r-project.org/src/contrib/arulesViz_1.5.3.tar.gz) +|ash|1.0-15|[https://cran.r-project.org/src/contrib/ash_1.0-15.tar.gz] (https://cran.r-project.org/src/contrib/ash_1.0-15.tar.gz) +|askpass|1.2.0|[https://cran.r-project.org/web/packages/askpass/index.html] (https://cran.r-project.org/web/packages/askpass/index.html) +|assertthat|0.2.1|[https://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz) +|audio|0.1-11|[https://cran.r-project.org/src/contrib/audio_0.1-11.tar.gz] (https://cran.r-project.org/src/contrib/audio_0.1-11.tar.gz) +|autocogs|0.1.4|[https://cran.r-project.org/src/contrib/autocogs_0.1.4.tar.gz] (https://cran.r-project.org/src/contrib/autocogs_0.1.4.tar.gz) +|automap|1.1-12|[https://cran.r-project.org/src/contrib/automap_1.1-12.tar.gz] (https://cran.r-project.org/src/contrib/automap_1.1-12.tar.gz) +|aweek|1.0.3|[https://cran.r-project.org/src/contrib/aweek_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/aweek_1.0.3.tar.gz) +|BACCO|2.1-0|[https://cran.r-project.org/src/contrib/BACCO_2.1-0.tar.gz] (https://cran.r-project.org/src/contrib/BACCO_2.1-0.tar.gz) +|backports|1.5.0|[https://cran.r-project.org/src/contrib/backports_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/backports_1.5.0.tar.gz) +|BaM|1.0.3|[https://cran.r-project.org/src/contrib/BaM_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/BaM_1.0.3.tar.gz) +|BAS|1.7.1|[https://cran.r-project.org/web/packages/BAS/index.html] (https://cran.r-project.org/web/packages/BAS/index.html) +|base64|2.0.1|[https://cran.r-project.org/web/packages/base64/index.html] (https://cran.r-project.org/web/packages/base64/index.html) +|base64enc|0.1-3|[https://cran.r-project.org/src/contrib/base64enc_0.1-3.tar.gz] (https://cran.r-project.org/src/contrib/base64enc_0.1-3.tar.gz) +|BayesDA|2012.04-1|[https://cran.r-project.org/src/contrib/BayesDA_2012.04-1.tar.gz] (https://cran.r-project.org/src/contrib/BayesDA_2012.04-1.tar.gz) +|BayesFactor|0.9.12-4.7|[https://cran.r-project.org/src/contrib/BayesFactor_0.9.12-4.7.tar.gz] (https://cran.r-project.org/src/contrib/BayesFactor_0.9.12-4.7.tar.gz) +|bayesGARCH|2.1.10|[https://cran.r-project.org/src/contrib/bayesGARCH_2.1.10.tar.gz] (https://cran.r-project.org/src/contrib/bayesGARCH_2.1.10.tar.gz) +|bayesm|3.1-6|[https://cran.r-project.org/src/contrib/bayesm_3.1-6.tar.gz] (https://cran.r-project.org/src/contrib/bayesm_3.1-6.tar.gz) +|bayesmix|0.7-6|[https://cran.r-project.org/src/contrib/bayesmix_0.7-6.tar.gz] (https://cran.r-project.org/src/contrib/bayesmix_0.7-6.tar.gz) +|bayesplot|1.11.1|[https://cran.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz] (https://cran.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz) +|bayesQR|2.4|[https://cran.r-project.org/src/contrib/bayesQR_2.4.tar.gz] (https://cran.r-project.org/src/contrib/bayesQR_2.4.tar.gz) +|bayesSurv|3.7|[https://cran.r-project.org/web/packages/bayesSurv/index.html] (https://cran.r-project.org/web/packages/bayesSurv/index.html) +|bayestestR|0.14.0|[https://cran.r-project.org/web/packages/bayestestR/index.html] (https://cran.r-project.org/web/packages/bayestestR/index.html) +|BayesTree|0.3-1.5|[https://cran.r-project.org/src/contrib/BayesTree_0.3-1.5.tar.gz] (https://cran.r-project.org/src/contrib/BayesTree_0.3-1.5.tar.gz) +|BayesX|0.3-3|[https://cran.r-project.org/src/contrib/BayesX_0.3-3.tar.gz] (https://cran.r-project.org/src/contrib/BayesX_0.3-3.tar.gz) +|BCBCSF|1.0-1|[https://cran.r-project.org/src/contrib/BCBCSF_1.0-1.tar.gz] (https://cran.r-project.org/src/contrib/BCBCSF_1.0-1.tar.gz) +|BDgraph|2.73|[https://cran.r-project.org/src/contrib/BDgraph_2.73.tar.gz] (https://cran.r-project.org/src/contrib/BDgraph_2.73.tar.gz) +|beanplot|1.3.1|[https://cran.r-project.org/src/contrib/beanplot_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/beanplot_1.3.1.tar.gz) +|beepr|2.0|[https://cran.r-project.org/src/contrib/beepr_2.0.tar.gz] (https://cran.r-project.org/src/contrib/beepr_2.0.tar.gz) +|beeswarm|0.4.0|[https://cran.r-project.org/src/contrib/beeswarm_0.4.0.tar.gz] (https://cran.r-project.org/src/contrib/beeswarm_0.4.0.tar.gz) +|benford.analysis|0.1.5|[https://cran.r-project.org/src/contrib/benford.analysis_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/benford.analysis_0.1.5.tar.gz) +|BenfordTests|1.2.0|[https://cran.r-project.org/src/contrib/BenfordTests_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/BenfordTests_1.2.0.tar.gz) +|bfp|0.0-48|[https://cran.r-project.org/src/contrib/bfp_0.0-48.tar.gz] (https://cran.r-project.org/src/contrib/bfp_0.0-48.tar.gz) +|BH|1.84.0-0|[https://cran.r-project.org/web/packages/BH/index.html] (https://cran.r-project.org/web/packages/BH/index.html) +|bibtex|0.5.1|[https://cran.r-project.org/src/contrib/bibtex_0.5.1.tar.gz] (https://cran.r-project.org/src/contrib/bibtex_0.5.1.tar.gz) +|biglm|0.9-3|[https://cran.r-project.org/src/contrib/biglm_0.9-3.tar.gz] (https://cran.r-project.org/src/contrib/biglm_0.9-3.tar.gz) +|bindr|0.1.1|[https://cran.r-project.org/web/packages/bindr/index.html] (https://cran.r-project.org/web/packages/bindr/index.html) +|bindrcpp|0.2.3|[https://cran.r-project.org/src/contrib/bindrcpp_0.2.3.tar.gz] (https://cran.r-project.org/src/contrib/bindrcpp_0.2.3.tar.gz) +|binom|1.1-1.1|[https://cran.r-project.org/src/contrib/binom_1.1-1.1.tar.gz] (https://cran.r-project.org/src/contrib/binom_1.1-1.1.tar.gz) +|BiocManager|1.30.25|[https://cran.r-project.org/src/contrib/BiocManager_1.30.25.tar.gz] (https://cran.r-project.org/src/contrib/BiocManager_1.30.25.tar.gz) +|bit|4.0.5|[https://cran.r-project.org/web/packages/bit/index.html] (https://cran.r-project.org/web/packages/bit/index.html) +|bit64|4.0.5|[https://cran.r-project.org/web/packages/bit64/index.html] (https://cran.r-project.org/web/packages/bit64/index.html) +|bitops|1.0-8|[https://cran.r-project.org/web/packages/bitops/index.html] (https://cran.r-project.org/web/packages/bitops/index.html) +|bizdays|1.0.16|[https://cran.r-project.org/web/packages/bizdays/index.html] (https://cran.r-project.org/web/packages/bizdays/index.html) +|blandr|0.6.0|[https://cran.r-project.org/src/contrib/blandr_0.6.0.tar.gz] (https://cran.r-project.org/src/contrib/blandr_0.6.0.tar.gz) +|blme|1.0-5|[https://cran.r-project.org/web/packages/blme/index.html] (https://cran.r-project.org/web/packages/blme/index.html) +|blob|1.2.4|[https://cran.r-project.org/src/contrib/blob_1.2.4.tar.gz] (https://cran.r-project.org/src/contrib/blob_1.2.4.tar.gz) +|BLR|1.6|[https://cran.r-project.org/src/contrib/BLR_1.6.tar.gz] (https://cran.r-project.org/src/contrib/BLR_1.6.tar.gz) +|BMA|3.18.17|[https://cran.r-project.org/web/packages/BMA/index.html] (https://cran.r-project.org/web/packages/BMA/index.html) +|bmp|0.3|[https://cran.r-project.org/src/contrib/bmp_0.3.tar.gz] (https://cran.r-project.org/src/contrib/bmp_0.3.tar.gz) +|BMS|0.3.5|[https://cran.r-project.org/src/contrib/BMS_0.3.5.tar.gz] (https://cran.r-project.org/src/contrib/BMS_0.3.5.tar.gz) +|bnlearn|4.8.3|[https://cran.r-project.org/web/packages/bnlearn/index.html] (https://cran.r-project.org/web/packages/bnlearn/index.html) +|boa|1.1.8-2|[https://cran.r-project.org/src/contrib/boa_1.1.8-2.tar.gz] (https://cran.r-project.org/src/contrib/boa_1.1.8-2.tar.gz) +|BoolNet|2.1.9|[https://cran.r-project.org/src/contrib/BoolNet_2.1.9.tar.gz] (https://cran.r-project.org/src/contrib/BoolNet_2.1.9.tar.gz) +|Boom|0.9.15|[https://cran.r-project.org/src/contrib/Boom_0.9.15.tar.gz] (https://cran.r-project.org/src/contrib/Boom_0.9.15.tar.gz) +|BoomSpikeSlab|1.2.6|[https://cran.r-project.org/src/contrib/BoomSpikeSlab_1.2.6.tar.gz] (https://cran.r-project.org/src/contrib/BoomSpikeSlab_1.2.6.tar.gz) +|boot|1.3-31|[https://cran.r-project.org/src/contrib/boot_1.3-31.tar.gz] (https://cran.r-project.org/src/contrib/boot_1.3-31.tar.gz) +|bootstrap|2019.6|[https://cran.r-project.org/src/contrib/bootstrap_2019.6.tar.gz] (https://cran.r-project.org/src/contrib/bootstrap_2019.6.tar.gz) +|Boruta|8.0.0|[https://cran.r-project.org/src/contrib/Boruta_8.0.0.tar.gz] (https://cran.r-project.org/src/contrib/Boruta_8.0.0.tar.gz) +|bqtl|1.0-36|[https://cran.r-project.org/web/packages/bqtl/index.html] (https://cran.r-project.org/web/packages/bqtl/index.html) +|BradleyTerry2|1.1-2|[https://cran.r-project.org/src/contrib/BradleyTerry2_1.1-2.tar.gz] (https://cran.r-project.org/src/contrib/BradleyTerry2_1.1-2.tar.gz) +|brew|1.0-10|[https://cran.r-project.org/src/contrib/brew_1.0-10.tar.gz] (https://cran.r-project.org/src/contrib/brew_1.0-10.tar.gz) +|brglm|0.7.2|[https://cran.r-project.org/src/contrib/brglm_0.7.2.tar.gz] (https://cran.r-project.org/src/contrib/brglm_0.7.2.tar.gz) +|brio|1.1.5|[https://cran.r-project.org/src/contrib/brio_1.1.5.tar.gz] (https://cran.r-project.org/src/contrib/brio_1.1.5.tar.gz) +|broom|1.0.6|[https://cran.r-project.org/web/packages/broom/index.html] (https://cran.r-project.org/web/packages/broom/index.html) +|broom.helpers|1.17.0|[https://cran.r-project.org/web/packages/broom.helpers/index.html] (https://cran.r-project.org/web/packages/broom.helpers/index.html) +|broom.mixed|0.2.9.5|[https://cran.r-project.org/web/packages/broom.mixed/index.html] (https://cran.r-project.org/web/packages/broom.mixed/index.html) +|bslib|0.8.0|[https://cran.r-project.org/src/contrib/bslib_0.8.0.tar.gz] (https://cran.r-project.org/src/contrib/bslib_0.8.0.tar.gz) +|bspec|1.6|[https://cran.r-project.org/src/contrib/bspec_1.6.tar.gz] (https://cran.r-project.org/src/contrib/bspec_1.6.tar.gz) +|bspmma|0.1-2|[https://cran.r-project.org/src/contrib/bspmma_0.1-2.tar.gz] (https://cran.r-project.org/src/contrib/bspmma_0.1-2.tar.gz) +|bsts|0.9.10|[https://cran.r-project.org/src/contrib/bsts_0.9.10.tar.gz] (https://cran.r-project.org/src/contrib/bsts_0.9.10.tar.gz) +|bupaR|0.5.4|[https://cran.r-project.org/src/contrib/bupaR_0.5.4.tar.gz] (https://cran.r-project.org/src/contrib/bupaR_0.5.4.tar.gz) +|C50|0.1.8|[https://cran.r-project.org/src/contrib/C50_0.1.8.tar.gz] (https://cran.r-project.org/src/contrib/C50_0.1.8.tar.gz) +|ca|0.71.1|[https://cran.r-project.org/src/contrib/ca_0.71.1.tar.gz] (https://cran.r-project.org/src/contrib/ca_0.71.1.tar.gz) +|cachem|1.1.0|[https://cran.r-project.org/src/contrib/cachem_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/cachem_1.1.0.tar.gz) +|Cairo|1.6-2|[https://cran.r-project.org/src/contrib/Cairo_1.6-2.tar.gz] (https://cran.r-project.org/src/contrib/Cairo_1.6-2.tar.gz) +|cairoDevice|2.28.2.2|[https://cran.r-project.org/web/packages/cairoDevice/index.html] (https://cran.r-project.org/web/packages/cairoDevice/index.html) +|calibrate|1.7.7|[https://cran.r-project.org/src/contrib/calibrate_1.7.7.tar.gz] (https://cran.r-project.org/src/contrib/calibrate_1.7.7.tar.gz) +|calibrator|1.2-8|[https://cran.r-project.org/src/contrib/calibrator_1.2-8.tar.gz] (https://cran.r-project.org/src/contrib/calibrator_1.2-8.tar.gz) +|callr|3.7.6|[https://cran.r-project.org/src/contrib/callr_3.7.6.tar.gz] (https://cran.r-project.org/src/contrib/callr_3.7.6.tar.gz) +|car|3.1-2|[https://cran.r-project.org/web/packages/car/index.html] (https://cran.r-project.org/web/packages/car/index.html) +|carData|3.0-5|[https://cran.r-project.org/src/contrib/carData_3.0-5.tar.gz] (https://cran.r-project.org/src/contrib/carData_3.0-5.tar.gz) +|cards|0.2.2|[https://cran.r-project.org/web/packages/cards/index.html] (https://cran.r-project.org/web/packages/cards/index.html) +|caret|6.0-94|[https://cran.r-project.org/web/packages/caret/index.html] (https://cran.r-project.org/web/packages/caret/index.html) +|catnet|1.16.1|[https://cran.r-project.org/web/packages/catnet/index.html] (https://cran.r-project.org/web/packages/catnet/index.html) +|caTools|1.18.3|[https://cran.r-project.org/src/contrib/caTools_1.18.3.tar.gz] (https://cran.r-project.org/src/contrib/caTools_1.18.3.tar.gz) +|cclust|0.6-26|[https://cran.r-project.org/src/contrib/cclust_0.6-26.tar.gz] (https://cran.r-project.org/src/contrib/cclust_0.6-26.tar.gz) +|cellranger|1.1.0|[https://cran.r-project.org/src/contrib/cellranger_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/cellranger_1.1.0.tar.gz) +|ChainLadder|0.2.19|[https://cran.r-project.org/src/contrib/ChainLadder_0.2.19.tar.gz] (https://cran.r-project.org/src/contrib/ChainLadder_0.2.19.tar.gz) +|changepoint|2.2.4|[https://cran.r-project.org/web/packages/changepoint/index.html] (https://cran.r-project.org/web/packages/changepoint/index.html) +|checkmate|2.3.2|[https://cran.r-project.org/src/contrib/checkmate_2.3.2.tar.gz] (https://cran.r-project.org/src/contrib/checkmate_2.3.2.tar.gz) +|checkpoint|1.0.2|[https://cran.r-project.org/src/contrib/checkpoint_1.0.2.tar.gz] (https://cran.r-project.org/src/contrib/checkpoint_1.0.2.tar.gz) +|chk|0.9.2|[https://cran.r-project.org/src/contrib/chk_0.9.2.tar.gz] (https://cran.r-project.org/src/contrib/chk_0.9.2.tar.gz) +|choroplethrMaps|1.0.1|[https://cran.r-project.org/src/contrib/choroplethrMaps_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/choroplethrMaps_1.0.1.tar.gz) +|chron|2.3-61|[https://cran.r-project.org/web/packages/chron/index.html] (https://cran.r-project.org/web/packages/chron/index.html) +|circlize|0.4.16|[https://cran.r-project.org/src/contrib/circlize_0.4.16.tar.gz] (https://cran.r-project.org/src/contrib/circlize_0.4.16.tar.gz) +|Ckmeans.1d.dp|4.3.5|[https://cran.r-project.org/src/contrib/Ckmeans.1d.dp_4.3.5.tar.gz] (https://cran.r-project.org/src/contrib/Ckmeans.1d.dp_4.3.5.tar.gz) +|class|7.3-22|[https://cran.r-project.org/web/packages/class/index.html] (https://cran.r-project.org/web/packages/class/index.html) +|classInt|0.4-10|[https://cran.r-project.org/web/packages/classInt/index.html] (https://cran.r-project.org/web/packages/classInt/index.html) +|cli|3.6.3|[https://cran.r-project.org/src/contrib/cli_3.6.3.tar.gz] (https://cran.r-project.org/src/contrib/cli_3.6.3.tar.gz) +|ClickClust|1.1.6|[https://cran.r-project.org/src/contrib/ClickClust_1.1.6.tar.gz] (https://cran.r-project.org/src/contrib/ClickClust_1.1.6.tar.gz) +|clickstream|1.3.3|[https://cran.r-project.org/src/contrib/clickstream_1.3.3.tar.gz] (https://cran.r-project.org/src/contrib/clickstream_1.3.3.tar.gz) +|clipr|0.8.0|[https://cran.r-project.org/src/contrib/clipr_0.8.0.tar.gz] (https://cran.r-project.org/src/contrib/clipr_0.8.0.tar.gz) +|clock|0.7.1|[https://cran.r-project.org/src/contrib/clock_0.7.1.tar.gz] (https://cran.r-project.org/src/contrib/clock_0.7.1.tar.gz) +|clue|0.3-65|[https://cran.r-project.org/web/packages/clue/index.html] (https://cran.r-project.org/web/packages/clue/index.html) +|cluster|2.1.6|[https://cran.r-project.org/web/packages/cluster/index.html] (https://cran.r-project.org/web/packages/cluster/index.html) +|clv|0.3-2.4|[https://cran.r-project.org/src/contrib/clv_0.3-2.4.tar.gz] (https://cran.r-project.org/src/contrib/clv_0.3-2.4.tar.gz) +|cmprsk|2.2-12|[https://cran.r-project.org/src/contrib/cmprsk_2.2-12.tar.gz] (https://cran.r-project.org/src/contrib/cmprsk_2.2-12.tar.gz) +|coda|0.19-4.1|[https://cran.r-project.org/src/contrib/coda_0.19-4.1.tar.gz] (https://cran.r-project.org/src/contrib/coda_0.19-4.1.tar.gz) +|codetools|0.2-20|[https://cran.r-project.org/src/contrib/codetools_0.2-20.tar.gz] (https://cran.r-project.org/src/contrib/codetools_0.2-20.tar.gz) +|coefplot|1.2.8|[https://cran.r-project.org/src/contrib/coefplot_1.2.8.tar.gz] (https://cran.r-project.org/src/contrib/coefplot_1.2.8.tar.gz) +|coin|1.4-3|[https://cran.r-project.org/src/contrib/coin_1.4-3.tar.gz] (https://cran.r-project.org/src/contrib/coin_1.4-3.tar.gz) +|collapsibleTree|0.1.8|[https://cran.r-project.org/src/contrib/collapsibleTree_0.1.8.tar.gz] (https://cran.r-project.org/src/contrib/collapsibleTree_0.1.8.tar.gz) +|colorRamps|2.3.4|[https://cran.r-project.org/src/contrib/colorRamps_2.3.4.tar.gz] (https://cran.r-project.org/src/contrib/colorRamps_2.3.4.tar.gz) +|colorspace|2.1-1|[https://cran.r-project.org/src/contrib/colorspace_2.1-1.tar.gz] (https://cran.r-project.org/src/contrib/colorspace_2.1-1.tar.gz) +|colourpicker|1.3.0|[https://cran.r-project.org/src/contrib/colourpicker_1.3.0.tar.gz] (https://cran.r-project.org/src/contrib/colourpicker_1.3.0.tar.gz) +|colourvalues|0.3.9|[https://cran.r-project.org/src/contrib/colourvalues_0.3.9.tar.gz] (https://cran.r-project.org/src/contrib/colourvalues_0.3.9.tar.gz) +|combinat|0.0-8|[https://cran.r-project.org/src/contrib/combinat_0.0-8.tar.gz] (https://cran.r-project.org/src/contrib/combinat_0.0-8.tar.gz) +|commonmark|1.9.1|[https://cran.r-project.org/web/packages/commonmark/index.html] (https://cran.r-project.org/web/packages/commonmark/index.html) +|compositions|2.0-8|[https://cran.r-project.org/src/contrib/compositions_2.0-8.tar.gz] (https://cran.r-project.org/src/contrib/compositions_2.0-8.tar.gz) +|CompQuadForm|1.4.3|[https://cran.r-project.org/src/contrib/CompQuadForm_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/CompQuadForm_1.4.3.tar.gz) +|confintr|1.0.2|[https://cran.r-project.org/src/contrib/confintr_1.0.2.tar.gz] (https://cran.r-project.org/src/contrib/confintr_1.0.2.tar.gz) +|conflicted|1.2.0|[https://cran.r-project.org/src/contrib/conflicted_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/conflicted_1.2.0.tar.gz) +|conquer|1.3.3|[https://cran.r-project.org/src/contrib/conquer_1.3.3.tar.gz] (https://cran.r-project.org/src/contrib/conquer_1.3.3.tar.gz) +|contfrac|1.1-12|[https://cran.r-project.org/src/contrib/contfrac_1.1-12.tar.gz] (https://cran.r-project.org/src/contrib/contfrac_1.1-12.tar.gz) +|CORElearn|1.57.3|[https://cran.r-project.org/web/packages/CORElearn/index.html] (https://cran.r-project.org/web/packages/CORElearn/index.html) +|corpcor|1.6.10|[https://cran.r-project.org/src/contrib/corpcor_1.6.10.tar.gz] (https://cran.r-project.org/src/contrib/corpcor_1.6.10.tar.gz) +|corrgram|1.14|[https://cran.r-project.org/src/contrib/corrgram_1.14.tar.gz] (https://cran.r-project.org/src/contrib/corrgram_1.14.tar.gz) +|corrplot|0.94|[https://cran.r-project.org/web/packages/corrplot/index.html] (https://cran.r-project.org/web/packages/corrplot/index.html) +|covr|3.6.4|[https://cran.r-project.org/src/contrib/covr_3.6.4.tar.gz] (https://cran.r-project.org/src/contrib/covr_3.6.4.tar.gz) +|cowplot|1.1.3|[https://cran.r-project.org/src/contrib/cowplot_1.1.3.tar.gz] (https://cran.r-project.org/src/contrib/cowplot_1.1.3.tar.gz) +|cplm|0.7-12|[https://cran.r-project.org/web/packages/cplm/index.html] (https://cran.r-project.org/web/packages/cplm/index.html) +|cpp11|0.5.0|[https://cran.r-project.org/web/packages/cpp11/index.html] (https://cran.r-project.org/web/packages/cpp11/index.html) +|crayon|1.5.2|[https://cran.r-project.org/web/packages/crayon/index.html] (https://cran.r-project.org/web/packages/crayon/index.html) +|credentials|2.0.1|[https://cran.r-project.org/web/packages/credentials/index.html] (https://cran.r-project.org/web/packages/credentials/index.html) +|crosstalk|1.2.1|[https://cran.r-project.org/src/contrib/crosstalk_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/crosstalk_1.2.1.tar.gz) +|crul|1.5.0|[https://cran.r-project.org/src/contrib/crul_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/crul_1.5.0.tar.gz) +|ctv|0.9-5|[https://cran.r-project.org/web/packages/ctv/index.html] (https://cran.r-project.org/web/packages/ctv/index.html) +|cubature|2.0.4.6|[https://cran.r-project.org/web/packages/cubature/index.html] (https://cran.r-project.org/web/packages/cubature/index.html) +|Cubist|0.4.4|[https://cran.r-project.org/src/contrib/Cubist_0.4.4.tar.gz] (https://cran.r-project.org/src/contrib/Cubist_0.4.4.tar.gz) +|curl|5.2.1|[https://cran.r-project.org/web/packages/curl/index.html] (https://cran.r-project.org/web/packages/curl/index.html) +|cvar|0.5|[https://cran.r-project.org/src/contrib/cvar_0.5.tar.gz] (https://cran.r-project.org/src/contrib/cvar_0.5.tar.gz) +|CVST|0.2-3|[https://cran.r-project.org/src/contrib/CVST_0.2-3.tar.gz] (https://cran.r-project.org/src/contrib/CVST_0.2-3.tar.gz) +|cvTools|0.3.3|[https://cran.r-project.org/src/contrib/cvTools_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/cvTools_0.3.3.tar.gz) +|d3heatmap|0.6.1.2|[https://cran.r-project.org/web/packages/d3heatmap/index.html] (https://cran.r-project.org/web/packages/d3heatmap/index.html) +|d3Network|0.5.2.1|[https://cran.r-project.org/src/contrib/d3Network_0.5.2.1.tar.gz] (https://cran.r-project.org/src/contrib/d3Network_0.5.2.1.tar.gz) +|d3r|1.1.0|[https://cran.r-project.org/src/contrib/d3r_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/d3r_1.1.0.tar.gz) +|data.table|1.15.4|[https://cran.r-project.org/web/packages/data.table/index.html] (https://cran.r-project.org/web/packages/data.table/index.html) +|data.tree|1.1.0|[https://cran.r-project.org/src/contrib/data.tree_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/data.tree_1.1.0.tar.gz) +|datasauRus|0.1.8|[https://cran.r-project.org/src/contrib/datasauRus_0.1.8.tar.gz] (https://cran.r-project.org/src/contrib/datasauRus_0.1.8.tar.gz) +|datawizard|0.12.3|[https://cran.r-project.org/web/packages/datawizard/index.html] (https://cran.r-project.org/web/packages/datawizard/index.html) +|date|1.2-42|[https://cran.r-project.org/src/contrib/date_1.2-42.tar.gz] (https://cran.r-project.org/src/contrib/date_1.2-42.tar.gz) +|DBI|1.2.3|[https://cran.r-project.org/src/contrib/DBI_1.2.3.tar.gz] (https://cran.r-project.org/src/contrib/DBI_1.2.3.tar.gz) +|dbplyr|2.5.0|[https://cran.r-project.org/src/contrib/dbplyr_2.5.0.tar.gz] (https://cran.r-project.org/src/contrib/dbplyr_2.5.0.tar.gz) +|dbscan|1.2-0|[https://cran.r-project.org/src/contrib/dbscan_1.2-0.tar.gz] (https://cran.r-project.org/src/contrib/dbscan_1.2-0.tar.gz) +|dclone|2.3-2|[https://cran.r-project.org/src/contrib/dclone_2.3-2.tar.gz] (https://cran.r-project.org/src/contrib/dclone_2.3-2.tar.gz) +|dcurver|0.9.2|[https://cran.r-project.org/src/contrib/dcurver_0.9.2.tar.gz] (https://cran.r-project.org/src/contrib/dcurver_0.9.2.tar.gz) +|ddalpha|1.3.15|[https://cran.r-project.org/web/packages/ddalpha/index.html] (https://cran.r-project.org/web/packages/ddalpha/index.html) +|deal|1.2-42|[https://cran.r-project.org/src/contrib/deal_1.2-42.tar.gz] (https://cran.r-project.org/src/contrib/deal_1.2-42.tar.gz) +|debugme|1.2.0|[https://cran.r-project.org/src/contrib/debugme_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/debugme_1.2.0.tar.gz) +|decido|0.3.0|[https://cran.r-project.org/src/contrib/decido_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/decido_0.3.0.tar.gz) +|deepnet|0.2.1|[https://cran.r-project.org/src/contrib/deepnet_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/deepnet_0.2.1.tar.gz) +|deldir|2.0-4|[https://cran.r-project.org/src/contrib/deldir_2.0-4.tar.gz] (https://cran.r-project.org/src/contrib/deldir_2.0-4.tar.gz) +|dendextend|1.17.1|[https://cran.r-project.org/web/packages/dendextend/index.html] (https://cran.r-project.org/web/packages/dendextend/index.html) +|DEoptimR|1.1-3|[https://cran.r-project.org/web/packages/DEoptimR/index.html] (https://cran.r-project.org/web/packages/DEoptimR/index.html) +|Deriv|4.1.3|[https://cran.r-project.org/web/packages/Deriv/index.html] (https://cran.r-project.org/web/packages/Deriv/index.html) +|desc|1.4.3|[https://cran.r-project.org/src/contrib/desc_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/desc_1.4.3.tar.gz) +|descr|1.1.8|[https://cran.r-project.org/src/contrib/descr_1.1.8.tar.gz] (https://cran.r-project.org/src/contrib/descr_1.1.8.tar.gz) +|deSolve|1.40|[https://cran.r-project.org/src/contrib/deSolve_1.40.tar.gz] (https://cran.r-project.org/src/contrib/deSolve_1.40.tar.gz) +|devtools|2.4.5|[https://cran.r-project.org/src/contrib/devtools_2.4.5.tar.gz] (https://cran.r-project.org/src/contrib/devtools_2.4.5.tar.gz) +|diagram|1.6.5|[https://cran.r-project.org/src/contrib/diagram_1.6.5.tar.gz] (https://cran.r-project.org/src/contrib/diagram_1.6.5.tar.gz) +|DiagrammeR|1.0.11|[https://cran.r-project.org/src/contrib/DiagrammeR_1.0.11.tar.gz] (https://cran.r-project.org/src/contrib/DiagrammeR_1.0.11.tar.gz) +|DiagrammeRsvg|0.1|[https://cran.r-project.org/src/contrib/DiagrammeRsvg_0.1.tar.gz] (https://cran.r-project.org/src/contrib/DiagrammeRsvg_0.1.tar.gz) +|dials|1.3.0|[https://cran.r-project.org/src/contrib/dials_1.3.0.tar.gz] (https://cran.r-project.org/src/contrib/dials_1.3.0.tar.gz) +|DiceDesign|1.10|[https://cran.r-project.org/src/contrib/DiceDesign_1.10.tar.gz] (https://cran.r-project.org/src/contrib/DiceDesign_1.10.tar.gz) +|dichromat|2.0-0.1|[https://cran.r-project.org/src/contrib/dichromat_2.0-0.1.tar.gz] (https://cran.r-project.org/src/contrib/dichromat_2.0-0.1.tar.gz) +|diffobj|0.3.5|[https://cran.r-project.org/src/contrib/diffobj_0.3.5.tar.gz] (https://cran.r-project.org/src/contrib/diffobj_0.3.5.tar.gz) +|digest|0.6.33|[https://cran.r-project.org/web/packages/digest/index.html] (https://cran.r-project.org/web/packages/digest/index.html) +|dimRed|0.2.6|[https://cran.r-project.org/web/packages/dimRed/index.html] (https://cran.r-project.org/web/packages/dimRed/index.html) +|diptest|0.77-1|[https://cran.r-project.org/src/contrib/diptest_0.77-1.tar.gz] (https://cran.r-project.org/src/contrib/diptest_0.77-1.tar.gz) +|distcrete|1.0.3|[https://cran.r-project.org/src/contrib/distcrete_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/distcrete_1.0.3.tar.gz) +|distributional|0.4.0|[https://cran.r-project.org/web/packages/distributional/index.html] (https://cran.r-project.org/web/packages/distributional/index.html) +|DistributionUtils|0.6-1|[https://cran.r-project.org/src/contrib/DistributionUtils_0.6-1.tar.gz] (https://cran.r-project.org/src/contrib/DistributionUtils_0.6-1.tar.gz) +|distrom|1.0.1|[https://cran.r-project.org/src/contrib/distrom_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/distrom_1.0.1.tar.gz) +|dlm|1.1-6|[https://cran.r-project.org/web/packages/dlm/index.html] (https://cran.r-project.org/web/packages/dlm/index.html) +|DMwR|0.4.1|[https://cran.r-project.org/web/packages/DMwR/index.html] (https://cran.r-project.org/web/packages/DMwR/index.html) +|doBy|4.6.22|[https://cran.r-project.org/web/packages/doBy/index.html] (https://cran.r-project.org/web/packages/doBy/index.html) +|doFuture|1.0.1|[https://cran.r-project.org/src/contrib/doFuture_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/doFuture_1.0.1.tar.gz) +|doParallel|1.0.17|[https://cran.r-project.org/src/contrib/doParallel_1.0.17.tar.gz] (https://cran.r-project.org/src/contrib/doParallel_1.0.17.tar.gz) +|doSNOW|1.0.20|[https://cran.r-project.org/src/contrib/doSNOW_1.0.20.tar.gz] (https://cran.r-project.org/src/contrib/doSNOW_1.0.20.tar.gz) +|dotCall64|1.1-1|[https://cran.r-project.org/web/packages/dotCall64/index.html] (https://cran.r-project.org/web/packages/dotCall64/index.html) +|downlit|0.4.4|[https://cran.r-project.org/src/contrib/downlit_0.4.4.tar.gz] (https://cran.r-project.org/src/contrib/downlit_0.4.4.tar.gz) +|downloader|0.4|[https://cran.r-project.org/src/contrib/downloader_0.4.tar.gz] (https://cran.r-project.org/src/contrib/downloader_0.4.tar.gz) +|dplyr|1.1.4|[https://cran.r-project.org/src/contrib/dplyr_1.1.4.tar.gz] (https://cran.r-project.org/src/contrib/dplyr_1.1.4.tar.gz) +|DRR|0.0.4|[https://cran.r-project.org/src/contrib/DRR_0.0.4.tar.gz] (https://cran.r-project.org/src/contrib/DRR_0.0.4.tar.gz) +|dse|2020.2-1|[https://cran.r-project.org/web/packages/dse/index.html] (https://cran.r-project.org/web/packages/dse/index.html) +|DT|0.33|[https://cran.r-project.org/src/contrib/DT_0.33.tar.gz] (https://cran.r-project.org/src/contrib/DT_0.33.tar.gz) +|dtplyr|1.3.1|[https://cran.r-project.org/src/contrib/dtplyr_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/dtplyr_1.3.1.tar.gz) +|dtt|0.1-2|[https://cran.r-project.org/src/contrib/dtt_0.1-2.tar.gz] (https://cran.r-project.org/src/contrib/dtt_0.1-2.tar.gz) +|dtw|1.23-1|[https://cran.r-project.org/src/contrib/dtw_1.23-1.tar.gz] (https://cran.r-project.org/src/contrib/dtw_1.23-1.tar.gz) +|dygraphs|1.1.1.6|[https://cran.r-project.org/src/contrib/dygraphs_1.1.1.6.tar.gz] (https://cran.r-project.org/src/contrib/dygraphs_1.1.1.6.tar.gz) +|dynlm|0.3-6|[https://cran.r-project.org/src/contrib/dynlm_0.3-6.tar.gz] (https://cran.r-project.org/src/contrib/dynlm_0.3-6.tar.gz) +|e1071|1.7-14|[https://cran.r-project.org/web/packages/e1071/index.html] (https://cran.r-project.org/web/packages/e1071/index.html) +|earth|5.3.3|[https://cran.r-project.org/web/packages/earth/index.html] (https://cran.r-project.org/web/packages/earth/index.html) +|EbayesThresh|1.4-12|[https://cran.r-project.org/src/contrib/EbayesThresh_1.4-12.tar.gz] (https://cran.r-project.org/src/contrib/EbayesThresh_1.4-12.tar.gz) +|ebdbNet|1.2.8|[https://cran.r-project.org/src/contrib/ebdbNet_1.2.8.tar.gz] (https://cran.r-project.org/src/contrib/ebdbNet_1.2.8.tar.gz) +|ecm|7.2.0|[https://cran.r-project.org/src/contrib/ecm_7.2.0.tar.gz] (https://cran.r-project.org/src/contrib/ecm_7.2.0.tar.gz) +|edeaR|0.9.4|[https://cran.r-project.org/src/contrib/edeaR_0.9.4.tar.gz] (https://cran.r-project.org/src/contrib/edeaR_0.9.4.tar.gz) +|effects|4.2-2|[https://cran.r-project.org/src/contrib/effects_4.2-2.tar.gz] (https://cran.r-project.org/src/contrib/effects_4.2-2.tar.gz) +|effectsize|0.8.9|[https://cran.r-project.org/web/packages/effectsize/index.html] (https://cran.r-project.org/web/packages/effectsize/index.html) +|egg|0.4.5|[https://cran.r-project.org/src/contrib/egg_0.4.5.tar.gz] (https://cran.r-project.org/src/contrib/egg_0.4.5.tar.gz) +|ellipse|0.5.0|[https://cran.r-project.org/src/contrib/ellipse_0.5.0.tar.gz] (https://cran.r-project.org/src/contrib/ellipse_0.5.0.tar.gz) +|ellipsis|0.3.2|[https://cran.r-project.org/src/contrib/ellipsis_0.3.2.tar.gz] (https://cran.r-project.org/src/contrib/ellipsis_0.3.2.tar.gz) +|elliptic|1.4-0|[https://cran.r-project.org/src/contrib/elliptic_1.4-0.tar.gz] (https://cran.r-project.org/src/contrib/elliptic_1.4-0.tar.gz) +|emmeans|1.10.4|[https://cran.r-project.org/web/packages/emmeans/index.html] (https://cran.r-project.org/web/packages/emmeans/index.html) +|emulator|1.2-24|[https://cran.r-project.org/src/contrib/emulator_1.2-24.tar.gz] (https://cran.r-project.org/src/contrib/emulator_1.2-24.tar.gz) +|energy|1.7-12|[https://cran.r-project.org/src/contrib/energy_1.7-12.tar.gz] (https://cran.r-project.org/src/contrib/energy_1.7-12.tar.gz) +|english|1.2-6|[https://cran.r-project.org/src/contrib/english_1.2-6.tar.gz] (https://cran.r-project.org/src/contrib/english_1.2-6.tar.gz) +|ensembleBMA|5.1.8|[https://cran.r-project.org/src/contrib/ensembleBMA_5.1.8.tar.gz] (https://cran.r-project.org/src/contrib/ensembleBMA_5.1.8.tar.gz) +|entropy|1.3.1|[https://cran.r-project.org/src/contrib/entropy_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/entropy_1.3.1.tar.gz) +|epitools|0.5-10.1|[https://cran.r-project.org/src/contrib/epitools_0.5-10.1.tar.gz] (https://cran.r-project.org/src/contrib/epitools_0.5-10.1.tar.gz) +|epitrix|0.4.0|[https://cran.r-project.org/src/contrib/epitrix_0.4.0.tar.gz] (https://cran.r-project.org/src/contrib/epitrix_0.4.0.tar.gz) +|estimability|1.5|[https://cran.r-project.org/web/packages/estimability/index.html] (https://cran.r-project.org/web/packages/estimability/index.html) +|eulerr|7.0.2|[https://cran.r-project.org/src/contrib/eulerr_7.0.2.tar.gz] (https://cran.r-project.org/src/contrib/eulerr_7.0.2.tar.gz) +|evaluate|0.22|[https://cran.r-project.org/web/packages/evaluate/index.html] (https://cran.r-project.org/web/packages/evaluate/index.html) +|evd|2.3-7|[https://cran.r-project.org/web/packages/evd/index.html] (https://cran.r-project.org/web/packages/evd/index.html) +|evdbayes|1.1-3|[https://cran.r-project.org/src/contrib/evdbayes_1.1-3.tar.gz] (https://cran.r-project.org/src/contrib/evdbayes_1.1-3.tar.gz) +|eventdataR|0.3.1|[https://cran.r-project.org/src/contrib/eventdataR_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/eventdataR_0.3.1.tar.gz) +|exactRankTests|0.8-35|[https://cran.r-project.org/src/contrib/exactRankTests_0.8-35.tar.gz] (https://cran.r-project.org/src/contrib/exactRankTests_0.8-35.tar.gz) +|expint|0.1-8|[https://cran.r-project.org/src/contrib/expint_0.1-8.tar.gz] (https://cran.r-project.org/src/contrib/expint_0.1-8.tar.gz) +|expm|1.0-0|[https://cran.r-project.org/src/contrib/expm_1.0-0.tar.gz] (https://cran.r-project.org/src/contrib/expm_1.0-0.tar.gz) +|extraDistr|1.10.0|[https://cran.r-project.org/src/contrib/extraDistr_1.10.0.tar.gz] (https://cran.r-project.org/src/contrib/extraDistr_1.10.0.tar.gz) +|extrafont|0.19|[https://cran.r-project.org/src/contrib/extrafont_0.19.tar.gz] (https://cran.r-project.org/src/contrib/extrafont_0.19.tar.gz) +|extrafontdb|1.0|[https://cran.r-project.org/src/contrib/extrafontdb_1.0.tar.gz] (https://cran.r-project.org/src/contrib/extrafontdb_1.0.tar.gz) +|extremevalues|2.3.4|[https://cran.r-project.org/web/packages/extremevalues/index.html] (https://cran.r-project.org/web/packages/extremevalues/index.html) +|ez|4.4-0|[https://cran.r-project.org/src/contrib/ez_4.4-0.tar.gz] (https://cran.r-project.org/src/contrib/ez_4.4-0.tar.gz) +|factoextra|1.0.7|[https://cran.r-project.org/src/contrib/factoextra_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/factoextra_1.0.7.tar.gz) +|FactoMineR|2.11|[https://cran.r-project.org/src/contrib/FactoMineR_2.11.tar.gz] (https://cran.r-project.org/src/contrib/FactoMineR_2.11.tar.gz) +|fansi|1.0.5|[https://cran.r-project.org/web/packages/fansi/index.html] (https://cran.r-project.org/web/packages/fansi/index.html) +|faoutlier|0.7.6|[https://cran.r-project.org/src/contrib/faoutlier_0.7.6.tar.gz] (https://cran.r-project.org/src/contrib/faoutlier_0.7.6.tar.gz) +|farver|2.1.2|[https://cran.r-project.org/src/contrib/farver_2.1.2.tar.gz] (https://cran.r-project.org/src/contrib/farver_2.1.2.tar.gz) +|fastICA|1.2-5.1|[https://cran.r-project.org/web/packages/fastICA/index.html] (https://cran.r-project.org/web/packages/fastICA/index.html) +|fastmap|1.2.0|[https://cran.r-project.org/src/contrib/fastmap_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/fastmap_1.2.0.tar.gz) +|fastmatch|1.1-4|[https://cran.r-project.org/web/packages/fastmatch/index.html] (https://cran.r-project.org/web/packages/fastmatch/index.html) +|fBasics|4041.97|[https://cran.r-project.org/src/contrib/fBasics_4041.97.tar.gz] (https://cran.r-project.org/src/contrib/fBasics_4041.97.tar.gz) +|fda|6.1.8|[https://cran.r-project.org/web/packages/fda/index.html] (https://cran.r-project.org/web/packages/fda/index.html) +|fdrtool|1.2.18|[https://cran.r-project.org/src/contrib/fdrtool_1.2.18.tar.gz] (https://cran.r-project.org/src/contrib/fdrtool_1.2.18.tar.gz) +|fds|1.8|[https://cran.r-project.org/src/contrib/fds_1.8.tar.gz] (https://cran.r-project.org/src/contrib/fds_1.8.tar.gz) +|fGarch|4033.92|[https://cran.r-project.org/src/contrib/fGarch_4033.92.tar.gz] (https://cran.r-project.org/src/contrib/fGarch_4033.92.tar.gz) +|fields|16.2|[https://cran.r-project.org/web/packages/fields/index.html] (https://cran.r-project.org/web/packages/fields/index.html) +|filehash|2.4-6|[https://cran.r-project.org/src/contrib/filehash_2.4-6.tar.gz] (https://cran.r-project.org/src/contrib/filehash_2.4-6.tar.gz) +|filelock|1.0.3|[https://cran.r-project.org/src/contrib/filelock_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/filelock_1.0.3.tar.gz) +|FinCal|0.6.3|[https://cran.r-project.org/src/contrib/FinCal_0.6.3.tar.gz] (https://cran.r-project.org/src/contrib/FinCal_0.6.3.tar.gz) +|fitdistrplus|1.2-1|[https://cran.r-project.org/web/packages/fitdistrplus/index.html] (https://cran.r-project.org/web/packages/fitdistrplus/index.html) +|flashClust|1.01-2|[https://cran.r-project.org/src/contrib/flashClust_1.01-2.tar.gz] (https://cran.r-project.org/src/contrib/flashClust_1.01-2.tar.gz) +|flexclust|1.4-2|[https://cran.r-project.org/src/contrib/flexclust_1.4-2.tar.gz] (https://cran.r-project.org/src/contrib/flexclust_1.4-2.tar.gz) +|flexmix|2.3-19|[https://cran.r-project.org/src/contrib/flexmix_2.3-19.tar.gz] (https://cran.r-project.org/src/contrib/flexmix_2.3-19.tar.gz) +|float|0.3-2|[https://cran.r-project.org/src/contrib/float_0.3-2.tar.gz] (https://cran.r-project.org/src/contrib/float_0.3-2.tar.gz) +|FME|1.3.6.3|[https://cran.r-project.org/src/contrib/FME_1.3.6.3.tar.gz] (https://cran.r-project.org/src/contrib/FME_1.3.6.3.tar.gz) +|fmsb|0.7.6|[https://cran.r-project.org/src/contrib/fmsb_0.7.6.tar.gz] (https://cran.r-project.org/src/contrib/fmsb_0.7.6.tar.gz) +|FNN|1.1.4|[https://cran.r-project.org/web/packages/FNN/index.html] (https://cran.r-project.org/web/packages/FNN/index.html) +|fontawesome|0.5.2|[https://cran.r-project.org/web/packages/fontawesome/index.html] (https://cran.r-project.org/web/packages/fontawesome/index.html) +|fontBitstreamVera|0.1.1|[https://cran.r-project.org/src/contrib/fontBitstreamVera_0.1.1.tar.gz] (https://cran.r-project.org/src/contrib/fontBitstreamVera_0.1.1.tar.gz) +|fontLiberation|0.1.0|[https://cran.r-project.org/src/contrib/fontLiberation_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/fontLiberation_0.1.0.tar.gz) +|fontquiver|0.2.1|[https://cran.r-project.org/src/contrib/fontquiver_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/fontquiver_0.2.1.tar.gz) +|forcats|1.0.0|[https://cran.r-project.org/src/contrib/forcats_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/forcats_1.0.0.tar.gz) +|foreach|1.5.2|[https://cran.r-project.org/src/contrib/foreach_1.5.2.tar.gz] (https://cran.r-project.org/src/contrib/foreach_1.5.2.tar.gz) +|forecast|8.23.0|[https://cran.r-project.org/src/contrib/forecast_8.23.0.tar.gz] (https://cran.r-project.org/src/contrib/forecast_8.23.0.tar.gz) +|forecastHybrid|5.0.19|[https://cran.r-project.org/src/contrib/forecastHybrid_5.0.19.tar.gz] (https://cran.r-project.org/src/contrib/forecastHybrid_5.0.19.tar.gz) +|foreign|0.8-87|[https://cran.r-project.org/web/packages/foreign/index.html] (https://cran.r-project.org/web/packages/foreign/index.html) +|formatR|1.14|[https://cran.r-project.org/src/contrib/formatR_1.14.tar.gz] (https://cran.r-project.org/src/contrib/formatR_1.14.tar.gz) +|formattable|0.2.1|[https://cran.r-project.org/src/contrib/formattable_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/formattable_0.2.1.tar.gz) +|Formula|1.2-5|[https://cran.r-project.org/src/contrib/Formula_1.2-5.tar.gz] (https://cran.r-project.org/src/contrib/Formula_1.2-5.tar.gz) +|fpc|2.2-12|[https://cran.r-project.org/web/packages/fpc/index.html] (https://cran.r-project.org/web/packages/fpc/index.html) +|fracdiff|1.5-3|[https://cran.r-project.org/src/contrib/fracdiff_1.5-3.tar.gz] (https://cran.r-project.org/src/contrib/fracdiff_1.5-3.tar.gz) +|fs|1.6.4|[https://cran.r-project.org/web/packages/fs/index.html] (https://cran.r-project.org/web/packages/fs/index.html) +|fTrading|3042.79|[https://cran.r-project.org/src/contrib/fTrading_3042.79.tar.gz] (https://cran.r-project.org/src/contrib/fTrading_3042.79.tar.gz) +|fUnitRoots|4040.81|[https://cran.r-project.org/src/contrib/fUnitRoots_4040.81.tar.gz] (https://cran.r-project.org/src/contrib/fUnitRoots_4040.81.tar.gz) +|furrr|0.3.1|[https://cran.r-project.org/src/contrib/furrr_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/furrr_0.3.1.tar.gz) +|futile.logger|1.4.3|[https://cran.r-project.org/src/contrib/futile.logger_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/futile.logger_1.4.3.tar.gz) +|futile.options|1.0.1|[https://cran.r-project.org/src/contrib/futile.options_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/futile.options_1.0.1.tar.gz) +|future|1.34.0|[https://cran.r-project.org/src/contrib/future_1.34.0.tar.gz] (https://cran.r-project.org/src/contrib/future_1.34.0.tar.gz) +|future.apply|1.11.2|[https://cran.r-project.org/web/packages/future.apply/index.html] (https://cran.r-project.org/web/packages/future.apply/index.html) +|gam|1.22-4|[https://cran.r-project.org/web/packages/gam/index.html] (https://cran.r-project.org/web/packages/gam/index.html) +|gamlr|1.13-8|[https://cran.r-project.org/src/contrib/gamlr_1.13-8.tar.gz] (https://cran.r-project.org/src/contrib/gamlr_1.13-8.tar.gz) +|gamlss|5.4-22|[https://cran.r-project.org/src/contrib/gamlss_5.4-22.tar.gz] (https://cran.r-project.org/src/contrib/gamlss_5.4-22.tar.gz) +|gamlss.data|6.0-6|[https://cran.r-project.org/src/contrib/gamlss.data_6.0-6.tar.gz] (https://cran.r-project.org/src/contrib/gamlss.data_6.0-6.tar.gz) +|gamlss.dist|6.1-1|[https://cran.r-project.org/src/contrib/gamlss.dist_6.1-1.tar.gz] (https://cran.r-project.org/src/contrib/gamlss.dist_6.1-1.tar.gz) +|gargle|1.5.2|[https://cran.r-project.org/src/contrib/gargle_1.5.2.tar.gz] (https://cran.r-project.org/src/contrib/gargle_1.5.2.tar.gz) +|gbm|2.2.2|[https://cran.r-project.org/src/contrib/gbm_2.2.2.tar.gz] (https://cran.r-project.org/src/contrib/gbm_2.2.2.tar.gz) +|gbRd|0.4.12|[https://cran.r-project.org/src/contrib/gbRd_0.4.12.tar.gz] (https://cran.r-project.org/src/contrib/gbRd_0.4.12.tar.gz) +|gbutils|0.5|[https://cran.r-project.org/src/contrib/gbutils_0.5.tar.gz] (https://cran.r-project.org/src/contrib/gbutils_0.5.tar.gz) +|gclus|1.3.2|[https://cran.r-project.org/src/contrib/gclus_1.3.2.tar.gz] (https://cran.r-project.org/src/contrib/gclus_1.3.2.tar.gz) +|gdalUtils|2.0.3.2|[https://cran.r-project.org/web/packages/gdalUtils/index.html] (https://cran.r-project.org/web/packages/gdalUtils/index.html) +|gdata|3.0.0|[https://cran.r-project.org/web/packages/gdata/index.html] (https://cran.r-project.org/web/packages/gdata/index.html) +|gdtools|0.4.0|[https://cran.r-project.org/web/packages/gdtools/index.html] (https://cran.r-project.org/web/packages/gdtools/index.html) +|gee|4.13-27|[https://cran.r-project.org/web/packages/gee/index.html] (https://cran.r-project.org/web/packages/gee/index.html) +|genalg|0.2.1|[https://cran.r-project.org/src/contrib/genalg_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/genalg_0.2.1.tar.gz) +|generics|0.1.3|[https://cran.r-project.org/src/contrib/generics_0.1.3.tar.gz] (https://cran.r-project.org/src/contrib/generics_0.1.3.tar.gz) +|genetics|1.3.8.1.3|[https://cran.r-project.org/src/contrib/genetics_1.3.8.1.3.tar.gz] (https://cran.r-project.org/src/contrib/genetics_1.3.8.1.3.tar.gz) +|GenSA|1.1.14|[https://cran.r-project.org/web/packages/GenSA/index.html] (https://cran.r-project.org/web/packages/GenSA/index.html) +|geojson|0.3.5|[https://cran.r-project.org/src/contrib/geojson_0.3.5.tar.gz] (https://cran.r-project.org/src/contrib/geojson_0.3.5.tar.gz) +|geojsonio|0.11.3|[https://cran.r-project.org/src/contrib/geojsonio_0.11.3.tar.gz] (https://cran.r-project.org/src/contrib/geojsonio_0.11.3.tar.gz) +|geojsonlint|0.4.0|[https://cran.r-project.org/web/packages/geojsonlint/index.html] (https://cran.r-project.org/web/packages/geojsonlint/index.html) +|geojsonsf|2.0.3|[https://cran.r-project.org/src/contrib/geojsonsf_2.0.3.tar.gz] (https://cran.r-project.org/src/contrib/geojsonsf_2.0.3.tar.gz) +|geometries|0.2.4|[https://cran.r-project.org/src/contrib/geometries_0.2.4.tar.gz] (https://cran.r-project.org/src/contrib/geometries_0.2.4.tar.gz) +|geometry|0.4.7|[https://cran.r-project.org/web/packages/geometry/index.html] (https://cran.r-project.org/web/packages/geometry/index.html) +|geoR|1.9-4|[https://cran.r-project.org/src/contrib/geoR_1.9-4.tar.gz] (https://cran.r-project.org/src/contrib/geoR_1.9-4.tar.gz) +|geosphere|1.5-18|[https://cran.r-project.org/web/packages/geosphere/index.html] (https://cran.r-project.org/web/packages/geosphere/index.html) +|gert|2.1.1|[https://cran.r-project.org/web/packages/gert/index.html] (https://cran.r-project.org/web/packages/gert/index.html) +|gfonts|0.2.0|[https://cran.r-project.org/src/contrib/gfonts_0.2.0.tar.gz] (https://cran.r-project.org/src/contrib/gfonts_0.2.0.tar.gz) +|GGally|2.2.1|[https://cran.r-project.org/src/contrib/GGally_2.2.1.tar.gz] (https://cran.r-project.org/src/contrib/GGally_2.2.1.tar.gz) +|ggalt|0.4.0|[https://cran.r-project.org/src/contrib/ggalt_0.4.0.tar.gz] (https://cran.r-project.org/src/contrib/ggalt_0.4.0.tar.gz) +|gganimate|1.0.9|[https://cran.r-project.org/src/contrib/gganimate_1.0.9.tar.gz] (https://cran.r-project.org/src/contrib/gganimate_1.0.9.tar.gz) +|ggcorrplot|0.1.4.1|[https://cran.r-project.org/src/contrib/ggcorrplot_0.1.4.1.tar.gz] (https://cran.r-project.org/src/contrib/ggcorrplot_0.1.4.1.tar.gz) +|ggdendro|0.2.0|[https://cran.r-project.org/src/contrib/ggdendro_0.2.0.tar.gz] (https://cran.r-project.org/src/contrib/ggdendro_0.2.0.tar.gz) +|ggeffects|1.7.1|[https://cran.r-project.org/web/packages/ggeffects/index.html] (https://cran.r-project.org/web/packages/ggeffects/index.html) +|ggExtra|0.10.1|[https://cran.r-project.org/src/contrib/ggExtra_0.10.1.tar.gz] (https://cran.r-project.org/src/contrib/ggExtra_0.10.1.tar.gz) +|ggfittext|0.10.2|[https://cran.r-project.org/src/contrib/ggfittext_0.10.2.tar.gz] (https://cran.r-project.org/src/contrib/ggfittext_0.10.2.tar.gz) +|ggforce|0.4.2|[https://cran.r-project.org/src/contrib/ggforce_0.4.2.tar.gz] (https://cran.r-project.org/src/contrib/ggforce_0.4.2.tar.gz) +|ggformula|0.12.0|[https://cran.r-project.org/src/contrib/ggformula_0.12.0.tar.gz] (https://cran.r-project.org/src/contrib/ggformula_0.12.0.tar.gz) +|ggfortify|0.4.17|[https://cran.r-project.org/src/contrib/ggfortify_0.4.17.tar.gz] (https://cran.r-project.org/src/contrib/ggfortify_0.4.17.tar.gz) +|ggfun|0.1.6|[https://cran.r-project.org/web/packages/ggfun/index.html] (https://cran.r-project.org/web/packages/ggfun/index.html) +|gghighlight|0.4.1|[https://cran.r-project.org/src/contrib/gghighlight_0.4.1.tar.gz] (https://cran.r-project.org/src/contrib/gghighlight_0.4.1.tar.gz) +|ggimage|0.3.3|[https://cran.r-project.org/src/contrib/ggimage_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/ggimage_0.3.3.tar.gz) +|ggiraph|0.8.10|[https://cran.r-project.org/web/packages/ggiraph/index.html] (https://cran.r-project.org/web/packages/ggiraph/index.html) +|ggjoy|0.4.1|[https://cran.r-project.org/src/contrib/ggjoy_0.4.1.tar.gz] (https://cran.r-project.org/src/contrib/ggjoy_0.4.1.tar.gz) +|ggm|2.3|[https://cran.r-project.org/web/packages/ggm/index.html] (https://cran.r-project.org/web/packages/ggm/index.html) +|ggmap|4.0.0|[https://cran.r-project.org/src/contrib/ggmap_4.0.0.tar.gz] (https://cran.r-project.org/src/contrib/ggmap_4.0.0.tar.gz) +|ggmcmc|1.5.1.1|[https://cran.r-project.org/src/contrib/ggmcmc_1.5.1.1.tar.gz] (https://cran.r-project.org/src/contrib/ggmcmc_1.5.1.1.tar.gz) +|ggplot2|3.5.1|[https://cran.r-project.org/src/contrib/ggplot2_3.5.1.tar.gz] (https://cran.r-project.org/src/contrib/ggplot2_3.5.1.tar.gz) +|ggplot2movies|0.0.1|[https://cran.r-project.org/src/contrib/ggplot2movies_0.0.1.tar.gz] (https://cran.r-project.org/src/contrib/ggplot2movies_0.0.1.tar.gz) +|ggplotify|0.1.2|[https://cran.r-project.org/src/contrib/ggplotify_0.1.2.tar.gz] (https://cran.r-project.org/src/contrib/ggplotify_0.1.2.tar.gz) +|ggpmisc|0.6.0|[https://cran.r-project.org/web/packages/ggpmisc/index.html] (https://cran.r-project.org/web/packages/ggpmisc/index.html) +|ggpp|0.5.8-1|[https://cran.r-project.org/src/contrib/ggpp_0.5.8-1.tar.gz] (https://cran.r-project.org/src/contrib/ggpp_0.5.8-1.tar.gz) +|ggpubr|0.6.0|[https://cran.r-project.org/src/contrib/ggpubr_0.6.0.tar.gz] (https://cran.r-project.org/src/contrib/ggpubr_0.6.0.tar.gz) +|ggQC|0.0.31|[https://cran.r-project.org/src/contrib/ggQC_0.0.31.tar.gz] (https://cran.r-project.org/src/contrib/ggQC_0.0.31.tar.gz) +|ggRandomForests|2.2.1|[https://cran.r-project.org/src/contrib/ggRandomForests_2.2.1.tar.gz] (https://cran.r-project.org/src/contrib/ggRandomForests_2.2.1.tar.gz) +|ggraph|2.2.1|[https://cran.r-project.org/src/contrib/ggraph_2.2.1.tar.gz] (https://cran.r-project.org/src/contrib/ggraph_2.2.1.tar.gz) +|ggrepel|0.9.5|[https://cran.r-project.org/web/packages/ggrepel/index.html] (https://cran.r-project.org/web/packages/ggrepel/index.html) +|ggridges|0.5.6|[https://cran.r-project.org/src/contrib/ggridges_0.5.6.tar.gz] (https://cran.r-project.org/src/contrib/ggridges_0.5.6.tar.gz) +|ggsci|3.2.0|[https://cran.r-project.org/src/contrib/ggsci_3.2.0.tar.gz] (https://cran.r-project.org/src/contrib/ggsci_3.2.0.tar.gz) +|ggsignif|0.6.4|[https://cran.r-project.org/src/contrib/ggsignif_0.6.4.tar.gz] (https://cran.r-project.org/src/contrib/ggsignif_0.6.4.tar.gz) +|ggsoccer|0.1.7|[https://cran.r-project.org/web/packages/ggsoccer/index.html] (https://cran.r-project.org/web/packages/ggsoccer/index.html) +|ggstance|0.3.7|[https://cran.r-project.org/src/contrib/ggstance_0.3.7.tar.gz] (https://cran.r-project.org/src/contrib/ggstance_0.3.7.tar.gz) +|ggstats|0.6.0|[https://cran.r-project.org/web/packages/ggstats/index.html] (https://cran.r-project.org/web/packages/ggstats/index.html) +|ggtern|3.5.0|[https://cran.r-project.org/src/contrib/ggtern_3.5.0.tar.gz] (https://cran.r-project.org/src/contrib/ggtern_3.5.0.tar.gz) +|ggtext|0.1.2|[https://cran.r-project.org/src/contrib/ggtext_0.1.2.tar.gz] (https://cran.r-project.org/src/contrib/ggtext_0.1.2.tar.gz) +|ggthemes|5.1.0|[https://cran.r-project.org/src/contrib/ggthemes_5.1.0.tar.gz] (https://cran.r-project.org/src/contrib/ggthemes_5.1.0.tar.gz) +|gh|1.4.1|[https://cran.r-project.org/src/contrib/gh_1.4.1.tar.gz] (https://cran.r-project.org/src/contrib/gh_1.4.1.tar.gz) +|gistr|0.9.0|[https://cran.r-project.org/src/contrib/gistr_0.9.0.tar.gz] (https://cran.r-project.org/src/contrib/gistr_0.9.0.tar.gz) +|git2r|0.33.0|[https://cran.r-project.org/web/packages/git2r/index.html] (https://cran.r-project.org/web/packages/git2r/index.html) +|gitcreds|0.1.2|[https://cran.r-project.org/src/contrib/gitcreds_0.1.2.tar.gz] (https://cran.r-project.org/src/contrib/gitcreds_0.1.2.tar.gz) +|glasso|1.11|[https://cran.r-project.org/src/contrib/glasso_1.11.tar.gz] (https://cran.r-project.org/src/contrib/glasso_1.11.tar.gz) +|glmmTMB|1.1.9|[https://cran.r-project.org/web/packages/glmmTMB/index.html] (https://cran.r-project.org/web/packages/glmmTMB/index.html) +|glmnet|4.1-8|[https://cran.r-project.org/src/contrib/glmnet_4.1-8.tar.gz] (https://cran.r-project.org/src/contrib/glmnet_4.1-8.tar.gz) +|GlobalOptions|0.1.2|[https://cran.r-project.org/src/contrib/GlobalOptions_0.1.2.tar.gz] (https://cran.r-project.org/src/contrib/GlobalOptions_0.1.2.tar.gz) +|globals|0.16.3|[https://cran.r-project.org/src/contrib/globals_0.16.3.tar.gz] (https://cran.r-project.org/src/contrib/globals_0.16.3.tar.gz) +|glue|1.6.2|[https://cran.r-project.org/web/packages/glue/index.html] (https://cran.r-project.org/web/packages/glue/index.html) +|gmodels|2.19.1|[https://cran.r-project.org/src/contrib/gmodels_2.19.1.tar.gz] (https://cran.r-project.org/src/contrib/gmodels_2.19.1.tar.gz) +|gmp|0.7-5|[https://cran.r-project.org/src/contrib/gmp_0.7-5.tar.gz] (https://cran.r-project.org/src/contrib/gmp_0.7-5.tar.gz) +|gnm|1.1-5|[https://cran.r-project.org/src/contrib/gnm_1.1-5.tar.gz] (https://cran.r-project.org/src/contrib/gnm_1.1-5.tar.gz) +|goftest|1.2-3|[https://cran.r-project.org/src/contrib/goftest_1.2-3.tar.gz] (https://cran.r-project.org/src/contrib/goftest_1.2-3.tar.gz) +|googledrive|2.1.1|[https://cran.r-project.org/src/contrib/googledrive_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/googledrive_2.1.1.tar.gz) +|googlePolylines|0.8.4|[https://cran.r-project.org/web/packages/googlePolylines/index.html] (https://cran.r-project.org/web/packages/googlePolylines/index.html) +|googlesheets4|1.1.1|[https://cran.r-project.org/src/contrib/googlesheets4_1.1.1.tar.gz] (https://cran.r-project.org/src/contrib/googlesheets4_1.1.1.tar.gz) +|googleVis|0.7.3|[https://cran.r-project.org/src/contrib/googleVis_0.7.3.tar.gz] (https://cran.r-project.org/src/contrib/googleVis_0.7.3.tar.gz) +|gower|1.0.1|[https://cran.r-project.org/web/packages/gower/index.html] (https://cran.r-project.org/web/packages/gower/index.html) +|GPArotation|2024.3-1|[https://cran.r-project.org/src/contrib/GPArotation_2024.3-1.tar.gz] (https://cran.r-project.org/src/contrib/GPArotation_2024.3-1.tar.gz) +|GPfit|1.0-8|[https://cran.r-project.org/src/contrib/GPfit_1.0-8.tar.gz] (https://cran.r-project.org/src/contrib/GPfit_1.0-8.tar.gz) +|gplots|3.1.3.1|[https://cran.r-project.org/web/packages/gplots/index.html] (https://cran.r-project.org/web/packages/gplots/index.html) +|graphlayouts|1.1.1|[https://cran.r-project.org/web/packages/graphlayouts/index.html] (https://cran.r-project.org/web/packages/graphlayouts/index.html) +|greybox|2.0.2|[https://cran.r-project.org/web/packages/greybox/index.html] (https://cran.r-project.org/web/packages/greybox/index.html) +|grid|4.3.3|[https://cran.r-project.org/web/packages/grid/index.html] (https://cran.r-project.org/web/packages/grid/index.html) +|gridBase|0.4-7|[https://cran.r-project.org/src/contrib/gridBase_0.4-7.tar.gz] (https://cran.r-project.org/src/contrib/gridBase_0.4-7.tar.gz) +|gridExtra|2.3|[https://cran.r-project.org/src/contrib/gridExtra_2.3.tar.gz] (https://cran.r-project.org/src/contrib/gridExtra_2.3.tar.gz) +|gridGraphics|0.5-1|[https://cran.r-project.org/src/contrib/gridGraphics_0.5-1.tar.gz] (https://cran.r-project.org/src/contrib/gridGraphics_0.5-1.tar.gz) +|gridSVG|1.7-5|[https://cran.r-project.org/src/contrib/gridSVG_1.7-5.tar.gz] (https://cran.r-project.org/src/contrib/gridSVG_1.7-5.tar.gz) +|gridtext|0.1.5|[https://cran.r-project.org/src/contrib/gridtext_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/gridtext_0.1.5.tar.gz) +|grImport|0.9-7|[https://cran.r-project.org/src/contrib/grImport_0.9-7.tar.gz] (https://cran.r-project.org/src/contrib/grImport_0.9-7.tar.gz) +|grImport2|0.3-3|[https://cran.r-project.org/src/contrib/grImport2_0.3-3.tar.gz] (https://cran.r-project.org/src/contrib/grImport2_0.3-3.tar.gz) +|grpreg|3.5.0|[https://cran.r-project.org/src/contrib/grpreg_3.5.0.tar.gz] (https://cran.r-project.org/src/contrib/grpreg_3.5.0.tar.gz) +|gsl|2.1-8|[https://cran.r-project.org/src/contrib/gsl_2.1-8.tar.gz] (https://cran.r-project.org/src/contrib/gsl_2.1-8.tar.gz) +|gss|2.2-7|[https://cran.r-project.org/web/packages/gss/index.html] (https://cran.r-project.org/web/packages/gss/index.html) +|gstat|2.1-2|[https://cran.r-project.org/src/contrib/gstat_2.1-2.tar.gz] (https://cran.r-project.org/src/contrib/gstat_2.1-2.tar.gz) +|gsubfn|0.7|[https://cran.r-project.org/src/contrib/gsubfn_0.7.tar.gz] (https://cran.r-project.org/src/contrib/gsubfn_0.7.tar.gz) +|gtable|0.3.5|[https://cran.r-project.org/web/packages/gtable/index.html] (https://cran.r-project.org/web/packages/gtable/index.html) +|gtools|3.9.5|[https://cran.r-project.org/src/contrib/gtools_3.9.5.tar.gz] (https://cran.r-project.org/src/contrib/gtools_3.9.5.tar.gz) +|gtrendsR|1.5.1|[https://cran.r-project.org/src/contrib/gtrendsR_1.5.1.tar.gz] (https://cran.r-project.org/src/contrib/gtrendsR_1.5.1.tar.gz) +|gWidgets|0.0-54.2|[https://cran.r-project.org/web/packages/gWidgets/index.html] (https://cran.r-project.org/web/packages/gWidgets/index.html) +|gWidgets2|1.0-9|[https://cran.r-project.org/web/packages/gWidgets2/index.html] (https://cran.r-project.org/web/packages/gWidgets2/index.html) +|gWidgets2tcltk|1.0-8|[https://cran.r-project.org/src/contrib/gWidgets2tcltk_1.0-8.tar.gz] (https://cran.r-project.org/src/contrib/gWidgets2tcltk_1.0-8.tar.gz) +|gWidgetsRGtk2|0.0-86.1|[https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html] (https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html) +|gWidgetstcltk|0.0-55.1|[https://cran.r-project.org/web/packages/gWidgetstcltk/index.html] (https://cran.r-project.org/web/packages/gWidgetstcltk/index.html) +|haplo.stats|1.9.5.1|[https://cran.r-project.org/web/packages/haplo.stats/index.html] (https://cran.r-project.org/web/packages/haplo.stats/index.html) +|hardhat|1.4.0|[https://cran.r-project.org/src/contrib/hardhat_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/hardhat_1.4.0.tar.gz) +|hash|2.2.6.3|[https://cran.r-project.org/src/contrib/hash_2.2.6.3.tar.gz] (https://cran.r-project.org/src/contrib/hash_2.2.6.3.tar.gz) +|haven|2.5.4|[https://cran.r-project.org/src/contrib/haven_2.5.4.tar.gz] (https://cran.r-project.org/src/contrib/haven_2.5.4.tar.gz) +|hbsae|1.2|[https://cran.r-project.org/src/contrib/hbsae_1.2.tar.gz] (https://cran.r-project.org/src/contrib/hbsae_1.2.tar.gz) +|HDInterval|0.2.4|[https://cran.r-project.org/src/contrib/HDInterval_0.2.4.tar.gz] (https://cran.r-project.org/src/contrib/HDInterval_0.2.4.tar.gz) +|hdrcde|3.4|[https://cran.r-project.org/src/contrib/hdrcde_3.4.tar.gz] (https://cran.r-project.org/src/contrib/hdrcde_3.4.tar.gz) +|heatmaply|1.5.0|[https://cran.r-project.org/src/contrib/heatmaply_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/heatmaply_1.5.0.tar.gz) +|here|1.0.1|[https://cran.r-project.org/src/contrib/here_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/here_1.0.1.tar.gz) +|hexbin|1.28.4|[https://cran.r-project.org/web/packages/hexbin/index.html] (https://cran.r-project.org/web/packages/hexbin/index.html) +|hflights|0.1|[https://cran.r-project.org/src/contrib/hflights_0.1.tar.gz] (https://cran.r-project.org/src/contrib/hflights_0.1.tar.gz) +|HH|3.1-52|[https://cran.r-project.org/src/contrib/HH_3.1-52.tar.gz] (https://cran.r-project.org/src/contrib/HH_3.1-52.tar.gz) +|highcharter|0.9.4|[https://cran.r-project.org/src/contrib/highcharter_0.9.4.tar.gz] (https://cran.r-project.org/src/contrib/highcharter_0.9.4.tar.gz) +|highr|0.11|[https://cran.r-project.org/src/contrib/highr_0.11.tar.gz] (https://cran.r-project.org/src/contrib/highr_0.11.tar.gz) +|HistData|0.9-1|[https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz] (https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz) +|Hmisc|5.1-3|[https://cran.r-project.org/web/packages/Hmisc/index.html] (https://cran.r-project.org/web/packages/Hmisc/index.html) +|hms|1.1.3|[https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz] (https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz) +|hoardr|0.5.4|[https://cran.r-project.org/src/contrib/hoardr_0.5.4.tar.gz] (https://cran.r-project.org/src/contrib/hoardr_0.5.4.tar.gz) +|hrbrthemes|0.8.7|[https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz] (https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz) +|HSAUR|1.3-10|[https://cran.r-project.org/src/contrib/HSAUR_1.3-10.tar.gz] (https://cran.r-project.org/src/contrib/HSAUR_1.3-10.tar.gz) +|htmlTable|2.4.3|[https://cran.r-project.org/src/contrib/htmlTable_2.4.3.tar.gz] (https://cran.r-project.org/src/contrib/htmlTable_2.4.3.tar.gz) +|htmltools|0.5.8.1|[https://cran.r-project.org/src/contrib/htmltools_0.5.8.1.tar.gz] (https://cran.r-project.org/src/contrib/htmltools_0.5.8.1.tar.gz) +|htmlwidgets|1.6.4|[https://cran.r-project.org/src/contrib/htmlwidgets_1.6.4.tar.gz] (https://cran.r-project.org/src/contrib/htmlwidgets_1.6.4.tar.gz) +|hts|6.0.3|[https://cran.r-project.org/src/contrib/hts_6.0.3.tar.gz] (https://cran.r-project.org/src/contrib/hts_6.0.3.tar.gz) +|httpcode|0.3.0|[https://cran.r-project.org/src/contrib/httpcode_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/httpcode_0.3.0.tar.gz) +|httpuv|1.6.15|[https://cran.r-project.org/src/contrib/httpuv_1.6.15.tar.gz] (https://cran.r-project.org/src/contrib/httpuv_1.6.15.tar.gz) +|httr|1.4.7|[https://cran.r-project.org/src/contrib/httr_1.4.7.tar.gz] (https://cran.r-project.org/src/contrib/httr_1.4.7.tar.gz) +|httr2|1.0.3|[https://cran.r-project.org/web/packages/httr2/index.html] (https://cran.r-project.org/web/packages/httr2/index.html) +|huge|1.3.5|[https://cran.r-project.org/src/contrib/huge_1.3.5.tar.gz] (https://cran.r-project.org/src/contrib/huge_1.3.5.tar.gz) +|hunspell|3.0.4|[https://cran.r-project.org/web/packages/hunspell/index.html] (https://cran.r-project.org/web/packages/hunspell/index.html) +|hydroTSM|0.7-0|[https://cran.r-project.org/web/packages/hydroTSM/index.html] (https://cran.r-project.org/web/packages/hydroTSM/index.html) +|hypergeo|1.2-13|[https://cran.r-project.org/src/contrib/hypergeo_1.2-13.tar.gz] (https://cran.r-project.org/src/contrib/hypergeo_1.2-13.tar.gz) +|IBrokers|0.10-2|[https://cran.r-project.org/src/contrib/IBrokers_0.10-2.tar.gz] (https://cran.r-project.org/src/contrib/IBrokers_0.10-2.tar.gz) +|ids|1.0.1|[https://cran.r-project.org/src/contrib/ids_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/ids_1.0.1.tar.gz) +|ifultools|2.0-26|[https://cran.r-project.org/web/packages/ifultools/index.html] (https://cran.r-project.org/web/packages/ifultools/index.html) +|igraph|2.0.3|[https://cran.r-project.org/web/packages/igraph/index.html] (https://cran.r-project.org/web/packages/igraph/index.html) +|imager|1.0.2|[https://cran.r-project.org/src/contrib/imager_1.0.2.tar.gz] (https://cran.r-project.org/src/contrib/imager_1.0.2.tar.gz) +|imputeTS|3.3|[https://cran.r-project.org/src/contrib/imputeTS_3.3.tar.gz] (https://cran.r-project.org/src/contrib/imputeTS_3.3.tar.gz) +|incidence|1.7.5|[https://cran.r-project.org/src/contrib/incidence_1.7.5.tar.gz] (https://cran.r-project.org/src/contrib/incidence_1.7.5.tar.gz) +|infer|1.0.7|[https://cran.r-project.org/src/contrib/infer_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/infer_1.0.7.tar.gz) +|influenceR|0.1.5|[https://cran.r-project.org/src/contrib/influenceR_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/influenceR_0.1.5.tar.gz) +|ini|0.3.1|[https://cran.r-project.org/src/contrib/ini_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/ini_0.3.1.tar.gz) +|inline|0.3.19|[https://cran.r-project.org/web/packages/inline/index.html] (https://cran.r-project.org/web/packages/inline/index.html) +|insight|0.20.4|[https://cran.r-project.org/web/packages/insight/index.html] (https://cran.r-project.org/web/packages/insight/index.html) +|interp|1.1-6|[https://cran.r-project.org/src/contrib/interp_1.1-6.tar.gz] (https://cran.r-project.org/src/contrib/interp_1.1-6.tar.gz) +|intervals|0.15.5|[https://cran.r-project.org/src/contrib/intervals_0.15.5.tar.gz] (https://cran.r-project.org/src/contrib/intervals_0.15.5.tar.gz) +|inum|1.0-5|[https://cran.r-project.org/src/contrib/inum_1.0-5.tar.gz] (https://cran.r-project.org/src/contrib/inum_1.0-5.tar.gz) +|investr|1.4.2|[https://cran.r-project.org/src/contrib/investr_1.4.2.tar.gz] (https://cran.r-project.org/src/contrib/investr_1.4.2.tar.gz) +|ipred|0.9-15|[https://cran.r-project.org/src/contrib/ipred_0.9-15.tar.gz] (https://cran.r-project.org/src/contrib/ipred_0.9-15.tar.gz) +|IRdisplay|1.1|[https://cran.r-project.org/src/contrib/IRdisplay_1.1.tar.gz] (https://cran.r-project.org/src/contrib/IRdisplay_1.1.tar.gz) +|IRkernel|1.3.2|[https://cran.r-project.org/src/contrib/IRkernel_1.3.2.tar.gz] (https://cran.r-project.org/src/contrib/IRkernel_1.3.2.tar.gz) +|irlba|2.3.5.1|[https://cran.r-project.org/src/contrib/irlba_2.3.5.1.tar.gz] (https://cran.r-project.org/src/contrib/irlba_2.3.5.1.tar.gz) +|irr|0.84.1|[https://cran.r-project.org/src/contrib/irr_0.84.1.tar.gz] (https://cran.r-project.org/src/contrib/irr_0.84.1.tar.gz) +|isoband|0.2.7|[https://cran.r-project.org/src/contrib/isoband_0.2.7.tar.gz] (https://cran.r-project.org/src/contrib/isoband_0.2.7.tar.gz) +|ISOcodes|2024.02.12|[https://cran.r-project.org/src/contrib/ISOcodes_2024.02.12.tar.gz] (https://cran.r-project.org/src/contrib/ISOcodes_2024.02.12.tar.gz) +|iterators|1.0.14|[https://cran.r-project.org/src/contrib/iterators_1.0.14.tar.gz] (https://cran.r-project.org/src/contrib/iterators_1.0.14.tar.gz) +|janeaustenr|1.0.0|[https://cran.r-project.org/src/contrib/janeaustenr_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/janeaustenr_1.0.0.tar.gz) +|janitor|2.2.0|[https://cran.r-project.org/web/packages/janitor/index.html] (https://cran.r-project.org/web/packages/janitor/index.html) +|jmvcore|2.4.7|[https://cran.r-project.org/web/packages/jmvcore/index.html] (https://cran.r-project.org/web/packages/jmvcore/index.html) +|jomo|2.7-6|[https://cran.r-project.org/src/contrib/jomo_2.7-6.tar.gz] (https://cran.r-project.org/src/contrib/jomo_2.7-6.tar.gz) +|jpeg|0.1-10|[https://cran.r-project.org/src/contrib/jpeg_0.1-10.tar.gz] (https://cran.r-project.org/src/contrib/jpeg_0.1-10.tar.gz) +|jqr|1.3.4|[https://cran.r-project.org/web/packages/jqr/index.html] (https://cran.r-project.org/web/packages/jqr/index.html) +|jquerylib|0.1.4|[https://cran.r-project.org/src/contrib/jquerylib_0.1.4.tar.gz] (https://cran.r-project.org/src/contrib/jquerylib_0.1.4.tar.gz) +|jsonify|1.2.2|[https://cran.r-project.org/src/contrib/jsonify_1.2.2.tar.gz] (https://cran.r-project.org/src/contrib/jsonify_1.2.2.tar.gz) +|jsonlite|1.8.7|[https://cran.r-project.org/web/packages/jsonlite/index.html] (https://cran.r-project.org/web/packages/jsonlite/index.html) +|jsonvalidate|1.3.2|[https://cran.r-project.org/src/contrib/jsonvalidate_1.3.2.tar.gz] (https://cran.r-project.org/src/contrib/jsonvalidate_1.3.2.tar.gz) +|jtools|2.3.0|[https://cran.r-project.org/src/contrib/jtools_2.3.0.tar.gz] (https://cran.r-project.org/src/contrib/jtools_2.3.0.tar.gz) +|kableExtra|1.4.0|[https://cran.r-project.org/src/contrib/kableExtra_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/kableExtra_1.4.0.tar.gz) +|Kendall|2.2.1|[https://cran.r-project.org/src/contrib/Kendall_2.2.1.tar.gz] (https://cran.r-project.org/src/contrib/Kendall_2.2.1.tar.gz) +|kernlab|0.9-33|[https://cran.r-project.org/src/contrib/kernlab_0.9-33.tar.gz] (https://cran.r-project.org/src/contrib/kernlab_0.9-33.tar.gz) +|KernSmooth|2.23-24|[https://cran.r-project.org/web/packages/KernSmooth/index.html] (https://cran.r-project.org/web/packages/KernSmooth/index.html) +|kinship2|1.9.6.1|[https://cran.r-project.org/src/contrib/kinship2_1.9.6.1.tar.gz] (https://cran.r-project.org/src/contrib/kinship2_1.9.6.1.tar.gz) +|kknn|1.3.1|[https://cran.r-project.org/src/contrib/kknn_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/kknn_1.3.1.tar.gz) +|klaR|1.7-3|[https://cran.r-project.org/src/contrib/klaR_1.7-3.tar.gz] (https://cran.r-project.org/src/contrib/klaR_1.7-3.tar.gz) +|km.ci|0.5-6|[https://cran.r-project.org/src/contrib/km.ci_0.5-6.tar.gz] (https://cran.r-project.org/src/contrib/km.ci_0.5-6.tar.gz) +|KMsurv|0.1-5|[https://cran.r-project.org/src/contrib/KMsurv_0.1-5.tar.gz] (https://cran.r-project.org/src/contrib/KMsurv_0.1-5.tar.gz) +|knitr|1.48|[https://cran.r-project.org/web/packages/knitr/index.html] (https://cran.r-project.org/web/packages/knitr/index.html) +|ks|1.14.2|[https://cran.r-project.org/web/packages/ks/index.html] (https://cran.r-project.org/web/packages/ks/index.html) +|labeling|0.4.3|[https://cran.r-project.org/src/contrib/labeling_0.4.3.tar.gz] (https://cran.r-project.org/src/contrib/labeling_0.4.3.tar.gz) +|labelled|2.13.0|[https://cran.r-project.org/web/packages/labelled/index.html] (https://cran.r-project.org/web/packages/labelled/index.html) +|laeken|0.5.3|[https://cran.r-project.org/src/contrib/laeken_0.5.3.tar.gz] (https://cran.r-project.org/src/contrib/laeken_0.5.3.tar.gz) +|Lahman|11.0-0|[https://cran.r-project.org/web/packages/Lahman/index.html] (https://cran.r-project.org/web/packages/Lahman/index.html) +|lambda.r|1.2.4|[https://cran.r-project.org/src/contrib/lambda.r_1.2.4.tar.gz] (https://cran.r-project.org/src/contrib/lambda.r_1.2.4.tar.gz) +|lars|1.3|[https://cran.r-project.org/src/contrib/lars_1.3.tar.gz] (https://cran.r-project.org/src/contrib/lars_1.3.tar.gz) +|later|1.3.2|[https://cran.r-project.org/web/packages/later/index.html] (https://cran.r-project.org/web/packages/later/index.html) +|latex2exp|0.9.6|[https://cran.r-project.org/src/contrib/latex2exp_0.9.6.tar.gz] (https://cran.r-project.org/src/contrib/latex2exp_0.9.6.tar.gz) +|lattice|0.22-6|[https://cran.r-project.org/src/contrib/lattice_0.22-6.tar.gz] (https://cran.r-project.org/src/contrib/lattice_0.22-6.tar.gz) +|latticeExtra|0.6-30|[https://cran.r-project.org/src/contrib/latticeExtra_0.6-30.tar.gz] (https://cran.r-project.org/src/contrib/latticeExtra_0.6-30.tar.gz) +|lava|1.8.0|[https://cran.r-project.org/web/packages/lava/index.html] (https://cran.r-project.org/web/packages/lava/index.html) +|lavaan|0.6-18|[https://cran.r-project.org/web/packages/lavaan/index.html] (https://cran.r-project.org/web/packages/lavaan/index.html) +|lazyeval|0.2.2|[https://cran.r-project.org/src/contrib/lazyeval_0.2.2.tar.gz] (https://cran.r-project.org/src/contrib/lazyeval_0.2.2.tar.gz) +|lda|1.5.2|[https://cran.r-project.org/src/contrib/lda_1.5.2.tar.gz] (https://cran.r-project.org/src/contrib/lda_1.5.2.tar.gz) +|leafem|0.2.3|[https://cran.r-project.org/src/contrib/leafem_0.2.3.tar.gz] (https://cran.r-project.org/src/contrib/leafem_0.2.3.tar.gz) +|leaflet|2.2.2|[https://cran.r-project.org/src/contrib/leaflet_2.2.2.tar.gz] (https://cran.r-project.org/src/contrib/leaflet_2.2.2.tar.gz) +|leaflet.esri|1.0.0|[https://cran.r-project.org/src/contrib/leaflet.esri_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/leaflet.esri_1.0.0.tar.gz) +|leaflet.extras|2.0.1|[https://cran.r-project.org/src/contrib/leaflet.extras_2.0.1.tar.gz] (https://cran.r-project.org/src/contrib/leaflet.extras_2.0.1.tar.gz) +|leaflet.providers|2.0.0|[https://cran.r-project.org/src/contrib/leaflet.providers_2.0.0.tar.gz] (https://cran.r-project.org/src/contrib/leaflet.providers_2.0.0.tar.gz) +|leafpop|0.1.0|[https://cran.r-project.org/src/contrib/leafpop_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/leafpop_0.1.0.tar.gz) +|leafsync|0.1.0|[https://cran.r-project.org/src/contrib/leafsync_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/leafsync_0.1.0.tar.gz) +|leaps|3.2|[https://cran.r-project.org/src/contrib/leaps_3.2.tar.gz] (https://cran.r-project.org/src/contrib/leaps_3.2.tar.gz) +|LearnBayes|2.15.1|[https://cran.r-project.org/src/contrib/LearnBayes_2.15.1.tar.gz] (https://cran.r-project.org/src/contrib/LearnBayes_2.15.1.tar.gz) +|lexicon|1.2.1|[https://cran.r-project.org/src/contrib/lexicon_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/lexicon_1.2.1.tar.gz) +|lgr|0.4.4|[https://cran.r-project.org/src/contrib/lgr_0.4.4.tar.gz] (https://cran.r-project.org/src/contrib/lgr_0.4.4.tar.gz) +|lhs|1.2.0|[https://cran.r-project.org/src/contrib/lhs_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/lhs_1.2.0.tar.gz) +|libcoin|1.0-10|[https://cran.r-project.org/src/contrib/libcoin_1.0-10.tar.gz] (https://cran.r-project.org/src/contrib/libcoin_1.0-10.tar.gz) +|LiblineaR|2.10-23|[https://cran.r-project.org/web/packages/LiblineaR/index.html] (https://cran.r-project.org/web/packages/LiblineaR/index.html) +|LICORS|0.2.0|[https://cran.r-project.org/web/packages/LICORS/index.html] (https://cran.r-project.org/web/packages/LICORS/index.html) +|lifecycle|1.0.3|[https://cran.r-project.org/web/packages/lifecycle/index.html] (https://cran.r-project.org/web/packages/lifecycle/index.html) +|likert|1.3.5|[https://cran.r-project.org/src/contrib/likert_1.3.5.tar.gz] (https://cran.r-project.org/src/contrib/likert_1.3.5.tar.gz) +|limSolve|1.5.7.1|[https://cran.r-project.org/src/contrib/limSolve_1.5.7.1.tar.gz] (https://cran.r-project.org/src/contrib/limSolve_1.5.7.1.tar.gz) +|linelist|1.1.4|[https://cran.r-project.org/src/contrib/linelist_1.1.4.tar.gz] (https://cran.r-project.org/src/contrib/linelist_1.1.4.tar.gz) +|linprog|0.9-4|[https://cran.r-project.org/src/contrib/linprog_0.9-4.tar.gz] (https://cran.r-project.org/src/contrib/linprog_0.9-4.tar.gz) +|listenv|0.9.1|[https://cran.r-project.org/src/contrib/listenv_0.9.1.tar.gz] (https://cran.r-project.org/src/contrib/listenv_0.9.1.tar.gz) +|lm.beta|1.7-2|[https://cran.r-project.org/src/contrib/lm.beta_1.7-2.tar.gz] (https://cran.r-project.org/src/contrib/lm.beta_1.7-2.tar.gz) +|lme4|1.1-35.5|[https://cran.r-project.org/web/packages/lme4/index.html] (https://cran.r-project.org/web/packages/lme4/index.html) +|lmm|1.4|[https://cran.r-project.org/src/contrib/lmm_1.4.tar.gz] (https://cran.r-project.org/src/contrib/lmm_1.4.tar.gz) +|lmodel2|1.7-3|[https://cran.r-project.org/web/packages/lmodel2/index.html] (https://cran.r-project.org/web/packages/lmodel2/index.html) +|lmtest|0.9-40|[https://cran.r-project.org/src/contrib/lmtest_0.9-40.tar.gz] (https://cran.r-project.org/src/contrib/lmtest_0.9-40.tar.gz) +|lobstr|1.1.2|[https://cran.r-project.org/src/contrib/lobstr_1.1.2.tar.gz] (https://cran.r-project.org/src/contrib/lobstr_1.1.2.tar.gz) +|locfit|1.5-9.9|[https://cran.r-project.org/web/packages/locfit/index.html] (https://cran.r-project.org/web/packages/locfit/index.html) +|locpol|0.8.0|[https://cran.r-project.org/src/contrib/locpol_0.8.0.tar.gz] (https://cran.r-project.org/src/contrib/locpol_0.8.0.tar.gz) +|LogicReg|1.6.6|[https://cran.r-project.org/src/contrib/LogicReg_1.6.6.tar.gz] (https://cran.r-project.org/src/contrib/LogicReg_1.6.6.tar.gz) +|loo|2.8.0|[https://cran.r-project.org/src/contrib/loo_2.8.0.tar.gz] (https://cran.r-project.org/src/contrib/loo_2.8.0.tar.gz) +|lpSolve|5.6.20|[https://cran.r-project.org/web/packages/lpSolve/index.html] (https://cran.r-project.org/web/packages/lpSolve/index.html) +|lsa|0.73.3|[https://cran.r-project.org/src/contrib/lsa_0.73.3.tar.gz] (https://cran.r-project.org/src/contrib/lsa_0.73.3.tar.gz) +|lsmeans|2.30-0|[https://cran.r-project.org/src/contrib/lsmeans_2.30-0.tar.gz] (https://cran.r-project.org/src/contrib/lsmeans_2.30-0.tar.gz) +|lubridate|1.9.3|[https://cran.r-project.org/web/packages/lubridate/index.html] (https://cran.r-project.org/web/packages/lubridate/index.html) +|lwgeom|0.2-14|[https://cran.r-project.org/src/contrib/lwgeom_0.2-14.tar.gz] (https://cran.r-project.org/src/contrib/lwgeom_0.2-14.tar.gz) +|magic|1.6-1|[https://cran.r-project.org/src/contrib/magic_1.6-1.tar.gz] (https://cran.r-project.org/src/contrib/magic_1.6-1.tar.gz) +|magick|2.8.4|[https://cran.r-project.org/web/packages/magick/index.html] (https://cran.r-project.org/web/packages/magick/index.html) +|magrittr|2.0.3|[https://cran.r-project.org/src/contrib/magrittr_2.0.3.tar.gz] (https://cran.r-project.org/src/contrib/magrittr_2.0.3.tar.gz) +|manipulateWidget|0.11.1|[https://cran.r-project.org/src/contrib/manipulateWidget_0.11.1.tar.gz] (https://cran.r-project.org/src/contrib/manipulateWidget_0.11.1.tar.gz) +|MAPA|2.0.7|[https://cran.r-project.org/src/contrib/MAPA_2.0.7.tar.gz] (https://cran.r-project.org/src/contrib/MAPA_2.0.7.tar.gz) +|mapdata|2.3.1|[https://cran.r-project.org/src/contrib/mapdata_2.3.1.tar.gz] (https://cran.r-project.org/src/contrib/mapdata_2.3.1.tar.gz) +|mapdeck|0.3.5|[https://cran.r-project.org/src/contrib/mapdeck_0.3.5.tar.gz] (https://cran.r-project.org/src/contrib/mapdeck_0.3.5.tar.gz) +|mapproj|1.2.11|[https://cran.r-project.org/src/contrib/mapproj_1.2.11.tar.gz] (https://cran.r-project.org/src/contrib/mapproj_1.2.11.tar.gz) +|maps|3.4.2|[https://cran.r-project.org/web/packages/maps/index.html] (https://cran.r-project.org/web/packages/maps/index.html) +|maptools|1.1-8|[https://cran.r-project.org/web/packages/maptools/index.html] (https://cran.r-project.org/web/packages/maptools/index.html) +|maptree|1.4-8|[https://cran.r-project.org/src/contrib/maptree_1.4-8.tar.gz] (https://cran.r-project.org/src/contrib/maptree_1.4-8.tar.gz) +|mapview|2.11.2|[https://cran.r-project.org/src/contrib/mapview_2.11.2.tar.gz] (https://cran.r-project.org/src/contrib/mapview_2.11.2.tar.gz) +|marima|2.2|[https://cran.r-project.org/src/contrib/marima_2.2.tar.gz] (https://cran.r-project.org/src/contrib/marima_2.2.tar.gz) +|markdown|1.13|[https://cran.r-project.org/src/contrib/markdown_1.13.tar.gz] (https://cran.r-project.org/src/contrib/markdown_1.13.tar.gz) +|MASS|7.3-60.0.1|[https://cran.r-project.org/web/packages/MASS/index.html] (https://cran.r-project.org/web/packages/MASS/index.html) +|Matching|4.10-14|[https://cran.r-project.org/web/packages/Matching/index.html] (https://cran.r-project.org/web/packages/Matching/index.html) +|MatchIt|4.5.5|[https://cran.r-project.org/web/packages/MatchIt/index.html] (https://cran.r-project.org/web/packages/MatchIt/index.html) +|matchmaker|0.1.1|[https://cran.r-project.org/src/contrib/matchmaker_0.1.1.tar.gz] (https://cran.r-project.org/src/contrib/matchmaker_0.1.1.tar.gz) +|mathjaxr|1.6-0|[https://cran.r-project.org/src/contrib/mathjaxr_1.6-0.tar.gz] (https://cran.r-project.org/src/contrib/mathjaxr_1.6-0.tar.gz) +|Matrix|1.6-5|[https://cran.r-project.org/web/packages/Matrix/index.html] (https://cran.r-project.org/web/packages/Matrix/index.html) +|matrixcalc|1.0-6|[https://cran.r-project.org/src/contrib/matrixcalc_1.0-6.tar.gz] (https://cran.r-project.org/src/contrib/matrixcalc_1.0-6.tar.gz) +|MatrixExtra|0.1.15|[https://cran.r-project.org/src/contrib/MatrixExtra_0.1.15.tar.gz] (https://cran.r-project.org/src/contrib/MatrixExtra_0.1.15.tar.gz) +|MatrixModels|0.5-3|[https://cran.r-project.org/src/contrib/MatrixModels_0.5-3.tar.gz] (https://cran.r-project.org/src/contrib/MatrixModels_0.5-3.tar.gz) +|matrixStats|1.4.0|[https://cran.r-project.org/web/packages/matrixStats/index.html] (https://cran.r-project.org/web/packages/matrixStats/index.html) +|maxLik|1.5-2.1|[https://cran.r-project.org/src/contrib/maxLik_1.5-2.1.tar.gz] (https://cran.r-project.org/src/contrib/maxLik_1.5-2.1.tar.gz) +|maxstat|0.7-25|[https://cran.r-project.org/src/contrib/maxstat_0.7-25.tar.gz] (https://cran.r-project.org/src/contrib/maxstat_0.7-25.tar.gz) +|mboost|2.9-11|[https://cran.r-project.org/src/contrib/mboost_2.9-11.tar.gz] (https://cran.r-project.org/src/contrib/mboost_2.9-11.tar.gz) +|mclust|6.1.1|[https://cran.r-project.org/src/contrib/mclust_6.1.1.tar.gz] (https://cran.r-project.org/src/contrib/mclust_6.1.1.tar.gz) +|mcmc|0.9-8|[https://cran.r-project.org/src/contrib/mcmc_0.9-8.tar.gz] (https://cran.r-project.org/src/contrib/mcmc_0.9-8.tar.gz) +|MCMCglmm|2.36|[https://cran.r-project.org/src/contrib/MCMCglmm_2.36.tar.gz] (https://cran.r-project.org/src/contrib/MCMCglmm_2.36.tar.gz) +|MCMCpack|1.7-1|[https://cran.r-project.org/src/contrib/MCMCpack_1.7-1.tar.gz] (https://cran.r-project.org/src/contrib/MCMCpack_1.7-1.tar.gz) +|mda|0.5-4|[https://cran.r-project.org/web/packages/mda/index.html] (https://cran.r-project.org/web/packages/mda/index.html) +|memoise|2.0.1|[https://cran.r-project.org/src/contrib/memoise_2.0.1.tar.gz] (https://cran.r-project.org/src/contrib/memoise_2.0.1.tar.gz) +|merTools|0.6.2|[https://cran.r-project.org/src/contrib/merTools_0.6.2.tar.gz] (https://cran.r-project.org/src/contrib/merTools_0.6.2.tar.gz) +|meta|7.0-0|[https://cran.r-project.org/web/packages/meta/index.html] (https://cran.r-project.org/web/packages/meta/index.html) +|metadat|1.2-0|[https://cran.r-project.org/src/contrib/metadat_1.2-0.tar.gz] (https://cran.r-project.org/src/contrib/metadat_1.2-0.tar.gz) +|metafor|4.6-0|[https://cran.r-project.org/src/contrib/metafor_4.6-0.tar.gz] (https://cran.r-project.org/src/contrib/metafor_4.6-0.tar.gz) +|mgcv|1.9-1|[https://cran.r-project.org/src/contrib/mgcv_1.9-1.tar.gz] (https://cran.r-project.org/src/contrib/mgcv_1.9-1.tar.gz) +|mgsub|1.7.3|[https://cran.r-project.org/src/contrib/mgsub_1.7.3.tar.gz] (https://cran.r-project.org/src/contrib/mgsub_1.7.3.tar.gz) +|mi|1.1|[https://cran.r-project.org/src/contrib/mi_1.1.tar.gz] (https://cran.r-project.org/src/contrib/mi_1.1.tar.gz) +|mice|3.16.0|[https://cran.r-project.org/web/packages/mice/index.html] (https://cran.r-project.org/web/packages/mice/index.html) +|microbenchmark|1.5.0|[https://cran.r-project.org/src/contrib/microbenchmark_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/microbenchmark_1.5.0.tar.gz) +|mime|0.12|[https://cran.r-project.org/src/contrib/mime_0.12.tar.gz] (https://cran.r-project.org/src/contrib/mime_0.12.tar.gz) +|miniCRAN|0.3.0|[https://cran.r-project.org/src/contrib/miniCRAN_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/miniCRAN_0.3.0.tar.gz) +|miniUI|0.1.1.1|[https://cran.r-project.org/src/contrib/miniUI_0.1.1.1.tar.gz] (https://cran.r-project.org/src/contrib/miniUI_0.1.1.1.tar.gz) +|minpack.lm|1.2-4|[https://cran.r-project.org/src/contrib/minpack.lm_1.2-4.tar.gz] (https://cran.r-project.org/src/contrib/minpack.lm_1.2-4.tar.gz) +|minqa|1.2.8|[https://cran.r-project.org/src/contrib/minqa_1.2.8.tar.gz] (https://cran.r-project.org/src/contrib/minqa_1.2.8.tar.gz) +|mirt|1.41|[https://cran.r-project.org/web/packages/mirt/index.html] (https://cran.r-project.org/web/packages/mirt/index.html) +|misc3d|0.9-1|[https://cran.r-project.org/src/contrib/misc3d_0.9-1.tar.gz] (https://cran.r-project.org/src/contrib/misc3d_0.9-1.tar.gz) +|miscTools|0.6-28|[https://cran.r-project.org/src/contrib/miscTools_0.6-28.tar.gz] (https://cran.r-project.org/src/contrib/miscTools_0.6-28.tar.gz) +|mitml|0.4-5|[https://cran.r-project.org/src/contrib/mitml_0.4-5.tar.gz] (https://cran.r-project.org/src/contrib/mitml_0.4-5.tar.gz) +|mitools|2.4|[https://cran.r-project.org/src/contrib/mitools_2.4.tar.gz] (https://cran.r-project.org/src/contrib/mitools_2.4.tar.gz) +|mixtools|2.0.0|[https://cran.r-project.org/src/contrib/mixtools_2.0.0.tar.gz] (https://cran.r-project.org/src/contrib/mixtools_2.0.0.tar.gz) +|mlapi|0.1.1|[https://cran.r-project.org/src/contrib/mlapi_0.1.1.tar.gz] (https://cran.r-project.org/src/contrib/mlapi_0.1.1.tar.gz) +|mlbench|2.1-5|[https://cran.r-project.org/web/packages/mlbench/index.html] (https://cran.r-project.org/web/packages/mlbench/index.html) +|mlogitBMA|0.1-7|[https://cran.r-project.org/web/packages/mlogitBMA/index.html] (https://cran.r-project.org/web/packages/mlogitBMA/index.html) +|mnormt|2.1.1|[https://cran.r-project.org/src/contrib/mnormt_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/mnormt_2.1.1.tar.gz) +|MNP|3.1-5|[https://cran.r-project.org/src/contrib/MNP_3.1-5.tar.gz] (https://cran.r-project.org/src/contrib/MNP_3.1-5.tar.gz) +|modeldata|1.4.0|[https://cran.r-project.org/src/contrib/modeldata_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/modeldata_1.4.0.tar.gz) +|modelenv|0.1.1|[https://cran.r-project.org/web/packages/modelenv/index.html] (https://cran.r-project.org/web/packages/modelenv/index.html) +|ModelMetrics|1.2.2.2|[https://cran.r-project.org/src/contrib/ModelMetrics_1.2.2.2.tar.gz] (https://cran.r-project.org/src/contrib/ModelMetrics_1.2.2.2.tar.gz) +|modelr|0.1.11|[https://cran.r-project.org/src/contrib/modelr_0.1.11.tar.gz] (https://cran.r-project.org/src/contrib/modelr_0.1.11.tar.gz) +|modeltools|0.2-23|[https://cran.r-project.org/src/contrib/modeltools_0.2-23.tar.gz] (https://cran.r-project.org/src/contrib/modeltools_0.2-23.tar.gz) +|mombf|3.5.4|[https://cran.r-project.org/src/contrib/mombf_3.5.4.tar.gz] (https://cran.r-project.org/src/contrib/mombf_3.5.4.tar.gz) +|moments|0.14.1|[https://cran.r-project.org/src/contrib/moments_0.14.1.tar.gz] (https://cran.r-project.org/src/contrib/moments_0.14.1.tar.gz) +|monomvn|1.9-20|[https://cran.r-project.org/web/packages/monomvn/index.html] (https://cran.r-project.org/web/packages/monomvn/index.html) +|monreg|0.1.4.1|[https://cran.r-project.org/src/contrib/monreg_0.1.4.1.tar.gz] (https://cran.r-project.org/src/contrib/monreg_0.1.4.1.tar.gz) +|mosaic|1.9.1|[https://cran.r-project.org/src/contrib/mosaic_1.9.1.tar.gz] (https://cran.r-project.org/src/contrib/mosaic_1.9.1.tar.gz) +|mosaicCore|0.9.4.0|[https://cran.r-project.org/src/contrib/mosaicCore_0.9.4.0.tar.gz] (https://cran.r-project.org/src/contrib/mosaicCore_0.9.4.0.tar.gz) +|mosaicData|0.20.4|[https://cran.r-project.org/src/contrib/mosaicData_0.20.4.tar.gz] (https://cran.r-project.org/src/contrib/mosaicData_0.20.4.tar.gz) +|msir|1.3.3|[https://cran.r-project.org/src/contrib/msir_1.3.3.tar.gz] (https://cran.r-project.org/src/contrib/msir_1.3.3.tar.gz) +|msm|1.7.1|[https://cran.r-project.org/web/packages/msm/index.html] (https://cran.r-project.org/web/packages/msm/index.html) +|multcomp|1.4-26|[https://cran.r-project.org/src/contrib/multcomp_1.4-26.tar.gz] (https://cran.r-project.org/src/contrib/multcomp_1.4-26.tar.gz) +|multcompView|0.1-10|[https://cran.r-project.org/src/contrib/multcompView_0.1-10.tar.gz] (https://cran.r-project.org/src/contrib/multcompView_0.1-10.tar.gz) +|multicool|1.0.1|[https://cran.r-project.org/src/contrib/multicool_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/multicool_1.0.1.tar.gz) +|munsell|0.5.1|[https://cran.r-project.org/src/contrib/munsell_0.5.1.tar.gz] (https://cran.r-project.org/src/contrib/munsell_0.5.1.tar.gz) +|mvoutlier|2.1.1|[https://cran.r-project.org/src/contrib/mvoutlier_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/mvoutlier_2.1.1.tar.gz) +|mvtnorm|1.3-1|[https://cran.r-project.org/web/packages/mvtnorm/index.html] (https://cran.r-project.org/web/packages/mvtnorm/index.html) +|NADA|1.6-1.1|[https://cran.r-project.org/src/contrib/NADA_1.6-1.1.tar.gz] (https://cran.r-project.org/src/contrib/NADA_1.6-1.1.tar.gz) +|nanoparquet|0.3.1|[https://cran.r-project.org/src/contrib/nanoparquet_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/nanoparquet_0.3.1.tar.gz) +|NbClust|3.0.1|[https://cran.r-project.org/src/contrib/NbClust_3.0.1.tar.gz] (https://cran.r-project.org/src/contrib/NbClust_3.0.1.tar.gz) +|ncvreg|3.14.3|[https://cran.r-project.org/src/contrib/ncvreg_3.14.3.tar.gz] (https://cran.r-project.org/src/contrib/ncvreg_3.14.3.tar.gz) +|network|1.18.2|[https://cran.r-project.org/web/packages/network/index.html] (https://cran.r-project.org/web/packages/network/index.html) +|networkD3|0.4|[https://cran.r-project.org/src/contrib/networkD3_0.4.tar.gz] (https://cran.r-project.org/src/contrib/networkD3_0.4.tar.gz) +|neuralnet|1.44.2|[https://cran.r-project.org/src/contrib/neuralnet_1.44.2.tar.gz] (https://cran.r-project.org/src/contrib/neuralnet_1.44.2.tar.gz) +|ngram|3.2.3|[https://cran.r-project.org/src/contrib/ngram_3.2.3.tar.gz] (https://cran.r-project.org/src/contrib/ngram_3.2.3.tar.gz) +|nlme|3.1-165|[https://cran.r-project.org/web/packages/nlme/index.html] (https://cran.r-project.org/web/packages/nlme/index.html) +|nloptr|2.1.1|[https://cran.r-project.org/src/contrib/nloptr_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/nloptr_2.1.1.tar.gz) +|NLP|0.3-0|[https://cran.r-project.org/web/packages/NLP/index.html] (https://cran.r-project.org/web/packages/NLP/index.html) +|nls.multstart|1.3.0|[https://cran.r-project.org/web/packages/nls.multstart/index.html] (https://cran.r-project.org/web/packages/nls.multstart/index.html) +|NMF|0.21.0|[https://cran.r-project.org/web/packages/NMF/index.html] (https://cran.r-project.org/web/packages/NMF/index.html) +|nnet|7.3-19|[https://cran.r-project.org/web/packages/nnet/index.html] (https://cran.r-project.org/web/packages/nnet/index.html) +|nnls|1.5|[https://cran.r-project.org/web/packages/nnls/index.html] (https://cran.r-project.org/web/packages/nnls/index.html) +|nortest|1.0-4|[https://cran.r-project.org/src/contrib/nortest_1.0-4.tar.gz] (https://cran.r-project.org/src/contrib/nortest_1.0-4.tar.gz) +|numbers|0.8-5|[https://cran.r-project.org/src/contrib/numbers_0.8-5.tar.gz] (https://cran.r-project.org/src/contrib/numbers_0.8-5.tar.gz) +|numDeriv|2016.8-1.1|[https://cran.r-project.org/src/contrib/numDeriv_2016.8-1.1.tar.gz] (https://cran.r-project.org/src/contrib/numDeriv_2016.8-1.1.tar.gz) +|numform|0.7.0|[https://cran.r-project.org/src/contrib/numform_0.7.0.tar.gz] (https://cran.r-project.org/src/contrib/numform_0.7.0.tar.gz) +|OceanView|1.0.7|[https://cran.r-project.org/src/contrib/OceanView_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/OceanView_1.0.7.tar.gz) +|openair|2.18-2|[https://cran.r-project.org/src/contrib/openair_2.18-2.tar.gz] (https://cran.r-project.org/src/contrib/openair_2.18-2.tar.gz) +|openssl|2.2.1|[https://cran.r-project.org/web/packages/openssl/index.html] (https://cran.r-project.org/web/packages/openssl/index.html) +|ordinal|2023.12-4.1|[https://cran.r-project.org/src/contrib/ordinal_2023.12-4.1.tar.gz] (https://cran.r-project.org/src/contrib/ordinal_2023.12-4.1.tar.gz) +|osmar|1.1-7|[https://cran.r-project.org/web/packages/osmar/index.html] (https://cran.r-project.org/web/packages/osmar/index.html) +|outbreaks|1.9.0|[https://cran.r-project.org/src/contrib/outbreaks_1.9.0.tar.gz] (https://cran.r-project.org/src/contrib/outbreaks_1.9.0.tar.gz) +|outliers|0.15|[https://cran.r-project.org/src/contrib/outliers_0.15.tar.gz] (https://cran.r-project.org/src/contrib/outliers_0.15.tar.gz) +|packcircles|0.3.6|[https://cran.r-project.org/web/packages/packcircles/index.html] (https://cran.r-project.org/web/packages/packcircles/index.html) +|padr|0.6.2|[https://cran.r-project.org/web/packages/padr/index.html] (https://cran.r-project.org/web/packages/padr/index.html) +|pan|1.9|[https://cran.r-project.org/src/contrib/pan_1.9.tar.gz] (https://cran.r-project.org/src/contrib/pan_1.9.tar.gz) +|pander|0.6.5|[https://cran.r-project.org/src/contrib/pander_0.6.5.tar.gz] (https://cran.r-project.org/src/contrib/pander_0.6.5.tar.gz) +|parallelly|1.38.0|[https://cran.r-project.org/web/packages/parallelly/index.html] (https://cran.r-project.org/web/packages/parallelly/index.html) +|parameters|0.22.2|[https://cran.r-project.org/web/packages/parameters/index.html] (https://cran.r-project.org/web/packages/parameters/index.html) +|parsnip|1.2.1|[https://cran.r-project.org/src/contrib/parsnip_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/parsnip_1.2.1.tar.gz) +|partitions|1.10-7|[https://cran.r-project.org/src/contrib/partitions_1.10-7.tar.gz] (https://cran.r-project.org/src/contrib/partitions_1.10-7.tar.gz) +|party|1.3-17|[https://cran.r-project.org/src/contrib/party_1.3-17.tar.gz] (https://cran.r-project.org/src/contrib/party_1.3-17.tar.gz) +|partykit|1.2-22|[https://cran.r-project.org/web/packages/partykit/index.html] (https://cran.r-project.org/web/packages/partykit/index.html) +|patchwork|1.2.0|[https://cran.r-project.org/web/packages/patchwork/index.html] (https://cran.r-project.org/web/packages/patchwork/index.html) +|pbapply|1.7-2|[https://cran.r-project.org/src/contrib/pbapply_1.7-2.tar.gz] (https://cran.r-project.org/src/contrib/pbapply_1.7-2.tar.gz) +|pbdZMQ|0.3-10|[https://cran.r-project.org/web/packages/pbdZMQ/index.html] (https://cran.r-project.org/web/packages/pbdZMQ/index.html) +|pbivnorm|0.6.0|[https://cran.r-project.org/src/contrib/pbivnorm_0.6.0.tar.gz] (https://cran.r-project.org/src/contrib/pbivnorm_0.6.0.tar.gz) +|pbkrtest|0.5.3|[https://cran.r-project.org/src/contrib/pbkrtest_0.5.3.tar.gz] (https://cran.r-project.org/src/contrib/pbkrtest_0.5.3.tar.gz) +|PCAmixdata|3.1|[https://cran.r-project.org/src/contrib/PCAmixdata_3.1.tar.gz] (https://cran.r-project.org/src/contrib/PCAmixdata_3.1.tar.gz) +|pcaPP|2.0-5|[https://cran.r-project.org/src/contrib/pcaPP_2.0-5.tar.gz] (https://cran.r-project.org/src/contrib/pcaPP_2.0-5.tar.gz) +|pdc|1.0.3|[https://cran.r-project.org/src/contrib/pdc_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/pdc_1.0.3.tar.gz) +|pegas|1.3|[https://cran.r-project.org/src/contrib/pegas_1.3.tar.gz] (https://cran.r-project.org/src/contrib/pegas_1.3.tar.gz) +|performance|0.12.3|[https://cran.r-project.org/web/packages/performance/index.html] (https://cran.r-project.org/web/packages/performance/index.html) +|PerformanceAnalytics|2.0.4|[https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html] (https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html) +|permute|0.9-7|[https://cran.r-project.org/src/contrib/permute_0.9-7.tar.gz] (https://cran.r-project.org/src/contrib/permute_0.9-7.tar.gz) +|perry|0.3.1|[https://cran.r-project.org/src/contrib/perry_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/perry_0.3.1.tar.gz) +|petrinetR|0.3.0|[https://cran.r-project.org/src/contrib/petrinetR_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/petrinetR_0.3.0.tar.gz) +|pheatmap|1.0.12|[https://cran.r-project.org/src/contrib/pheatmap_1.0.12.tar.gz] (https://cran.r-project.org/src/contrib/pheatmap_1.0.12.tar.gz) +|pillar|1.9.0|[https://cran.r-project.org/web/packages/pillar/index.html] (https://cran.r-project.org/web/packages/pillar/index.html) +|pixmap|0.4-13|[https://cran.r-project.org/src/contrib/pixmap_0.4-13.tar.gz] (https://cran.r-project.org/src/contrib/pixmap_0.4-13.tar.gz) +|pkgbuild|1.4.4|[https://cran.r-project.org/web/packages/pkgbuild/index.html] (https://cran.r-project.org/web/packages/pkgbuild/index.html) +|pkgcache|2.2.2|[https://cran.r-project.org/web/packages/pkgcache/index.html] (https://cran.r-project.org/web/packages/pkgcache/index.html) +|pkgconfig|2.0.3|[https://cran.r-project.org/src/contrib/pkgconfig_2.0.3.tar.gz] (https://cran.r-project.org/src/contrib/pkgconfig_2.0.3.tar.gz) +|pkgdepends|0.7.2|[https://cran.r-project.org/web/packages/pkgdepends/index.html] (https://cran.r-project.org/web/packages/pkgdepends/index.html) +|pkgdown|2.1.0|[https://cran.r-project.org/web/packages/pkgdown/index.html] (https://cran.r-project.org/web/packages/pkgdown/index.html) +|pkgload|1.4.0|[https://cran.r-project.org/src/contrib/pkgload_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/pkgload_1.4.0.tar.gz) +|pkgmaker|0.32.10|[https://cran.r-project.org/web/packages/pkgmaker/index.html] (https://cran.r-project.org/web/packages/pkgmaker/index.html) +|platetools|0.1.7|[https://cran.r-project.org/src/contrib/platetools_0.1.7.tar.gz] (https://cran.r-project.org/src/contrib/platetools_0.1.7.tar.gz) +|plogr|0.2.0|[https://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz] (https://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz) +|plot3D|1.4.1|[https://cran.r-project.org/src/contrib/plot3D_1.4.1.tar.gz] (https://cran.r-project.org/src/contrib/plot3D_1.4.1.tar.gz) +|plot3Drgl|1.0.4|[https://cran.r-project.org/src/contrib/plot3Drgl_1.0.4.tar.gz] (https://cran.r-project.org/src/contrib/plot3Drgl_1.0.4.tar.gz) +|plotly|4.10.4|[https://cran.r-project.org/src/contrib/plotly_4.10.4.tar.gz] (https://cran.r-project.org/src/contrib/plotly_4.10.4.tar.gz) +|plotmo|3.6.4|[https://cran.r-project.org/src/contrib/plotmo_3.6.4.tar.gz] (https://cran.r-project.org/src/contrib/plotmo_3.6.4.tar.gz) +|plotrix|3.8-4|[https://cran.r-project.org/src/contrib/plotrix_3.8-4.tar.gz] (https://cran.r-project.org/src/contrib/plotrix_3.8-4.tar.gz) +|pls|2.8-4|[https://cran.r-project.org/web/packages/pls/index.html] (https://cran.r-project.org/web/packages/pls/index.html) +|plyr|1.8.9|[https://cran.r-project.org/src/contrib/plyr_1.8.9.tar.gz] (https://cran.r-project.org/src/contrib/plyr_1.8.9.tar.gz) +|png|0.1-8|[https://cran.r-project.org/src/contrib/png_0.1-8.tar.gz] (https://cran.r-project.org/src/contrib/png_0.1-8.tar.gz) +|polspline|1.1.25|[https://cran.r-project.org/src/contrib/polspline_1.1.25.tar.gz] (https://cran.r-project.org/src/contrib/polspline_1.1.25.tar.gz) +|polyclip|1.10-7|[https://cran.r-project.org/src/contrib/polyclip_1.10-7.tar.gz] (https://cran.r-project.org/src/contrib/polyclip_1.10-7.tar.gz) +|polylabelr|0.2.0|[https://cran.r-project.org/web/packages/polylabelr/index.html] (https://cran.r-project.org/web/packages/polylabelr/index.html) +|polynom|1.4-1|[https://cran.r-project.org/src/contrib/polynom_1.4-1.tar.gz] (https://cran.r-project.org/src/contrib/polynom_1.4-1.tar.gz) +|posterior|1.6.0|[https://cran.r-project.org/src/contrib/posterior_1.6.0.tar.gz] (https://cran.r-project.org/src/contrib/posterior_1.6.0.tar.gz) +|ppcor|1.1|[https://cran.r-project.org/src/contrib/ppcor_1.1.tar.gz] (https://cran.r-project.org/src/contrib/ppcor_1.1.tar.gz) +|prabclus|2.3-3|[https://cran.r-project.org/web/packages/prabclus/index.html] (https://cran.r-project.org/web/packages/prabclus/index.html) +|pracma|2.4.4|[https://cran.r-project.org/src/contrib/pracma_2.4.4.tar.gz] (https://cran.r-project.org/src/contrib/pracma_2.4.4.tar.gz) +|praise|1.0.0|[https://cran.r-project.org/src/contrib/praise_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/praise_1.0.0.tar.gz) +|precrec|0.14.4|[https://cran.r-project.org/src/contrib/precrec_0.14.4.tar.gz] (https://cran.r-project.org/src/contrib/precrec_0.14.4.tar.gz) +|prediction|0.3.18|[https://cran.r-project.org/src/contrib/prediction_0.3.18.tar.gz] (https://cran.r-project.org/src/contrib/prediction_0.3.18.tar.gz) +|PresenceAbsence|1.1.11|[https://cran.r-project.org/src/contrib/PresenceAbsence_1.1.11.tar.gz] (https://cran.r-project.org/src/contrib/PresenceAbsence_1.1.11.tar.gz) +|prettyunits|1.2.0|[https://cran.r-project.org/src/contrib/prettyunits_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/prettyunits_1.2.0.tar.gz) +|pROC|1.18.5|[https://cran.r-project.org/src/contrib/pROC_1.18.5.tar.gz] (https://cran.r-project.org/src/contrib/pROC_1.18.5.tar.gz) +|processmapR|0.5.5|[https://cran.r-project.org/web/packages/processmapR/index.html] (https://cran.r-project.org/web/packages/processmapR/index.html) +|processmonitR|0.1.0|[https://cran.r-project.org/src/contrib/processmonitR_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/processmonitR_0.1.0.tar.gz) +|processx|3.8.4|[https://cran.r-project.org/web/packages/processx/index.html] (https://cran.r-project.org/web/packages/processx/index.html) +|prodlim|2024.06.25|[https://cran.r-project.org/src/contrib/prodlim_2024.06.25.tar.gz] (https://cran.r-project.org/src/contrib/prodlim_2024.06.25.tar.gz) +|profileModel|0.6.1|[https://cran.r-project.org/src/contrib/profileModel_0.6.1.tar.gz] (https://cran.r-project.org/src/contrib/profileModel_0.6.1.tar.gz) +|profvis|0.3.8|[https://cran.r-project.org/web/packages/profvis/index.html] (https://cran.r-project.org/web/packages/profvis/index.html) +|progress|1.2.3|[https://cran.r-project.org/src/contrib/progress_1.2.3.tar.gz] (https://cran.r-project.org/src/contrib/progress_1.2.3.tar.gz) +|progressr|0.14.0|[https://cran.r-project.org/web/packages/progressr/index.html] (https://cran.r-project.org/web/packages/progressr/index.html) +|proj4|1.0-14|[https://cran.r-project.org/src/contrib/proj4_1.0-14.tar.gz] (https://cran.r-project.org/src/contrib/proj4_1.0-14.tar.gz) +|promises|1.3.0|[https://cran.r-project.org/web/packages/promises/index.html] (https://cran.r-project.org/web/packages/promises/index.html) +|prophet|1.0|[https://cran.r-project.org/src/contrib/prophet_1.0.tar.gz] (https://cran.r-project.org/src/contrib/prophet_1.0.tar.gz) +|proto|1.0.0|[https://cran.r-project.org/src/contrib/proto_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/proto_1.0.0.tar.gz) +|protolite|2.3.0|[https://cran.r-project.org/web/packages/protolite/index.html] (https://cran.r-project.org/web/packages/protolite/index.html) +|proxy|0.4-27|[https://cran.r-project.org/src/contrib/proxy_0.4-27.tar.gz] (https://cran.r-project.org/src/contrib/proxy_0.4-27.tar.gz) +|pryr|0.1.6|[https://cran.r-project.org/src/contrib/pryr_0.1.6.tar.gz] (https://cran.r-project.org/src/contrib/pryr_0.1.6.tar.gz) +|ps|1.7.7|[https://cran.r-project.org/web/packages/ps/index.html] (https://cran.r-project.org/web/packages/ps/index.html) +|pscl|1.5.9|[https://cran.r-project.org/src/contrib/pscl_1.5.9.tar.gz] (https://cran.r-project.org/src/contrib/pscl_1.5.9.tar.gz) +|psych|2.4.3|[https://cran.r-project.org/web/packages/psych/index.html] (https://cran.r-project.org/web/packages/psych/index.html) +|purrr|1.0.2|[https://cran.r-project.org/src/contrib/purrr_1.0.2.tar.gz] (https://cran.r-project.org/src/contrib/purrr_1.0.2.tar.gz) +|pwr|1.3-0|[https://cran.r-project.org/src/contrib/pwr_1.3-0.tar.gz] (https://cran.r-project.org/src/contrib/pwr_1.3-0.tar.gz) +|qap|0.1-2|[https://cran.r-project.org/src/contrib/qap_0.1-2.tar.gz] (https://cran.r-project.org/src/contrib/qap_0.1-2.tar.gz) +|qcc|2.7|[https://cran.r-project.org/src/contrib/qcc_2.7.tar.gz] (https://cran.r-project.org/src/contrib/qcc_2.7.tar.gz) +|qdapDictionaries|1.0.7|[https://cran.r-project.org/src/contrib/qdapDictionaries_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/qdapDictionaries_1.0.7.tar.gz) +|qdapRegex|0.7.8|[https://cran.r-project.org/src/contrib/qdapRegex_0.7.8.tar.gz] (https://cran.r-project.org/src/contrib/qdapRegex_0.7.8.tar.gz) +|qdapTools|1.3.7|[https://cran.r-project.org/src/contrib/qdapTools_1.3.7.tar.gz] (https://cran.r-project.org/src/contrib/qdapTools_1.3.7.tar.gz) +|qgraph|1.9.8|[https://cran.r-project.org/src/contrib/qgraph_1.9.8.tar.gz] (https://cran.r-project.org/src/contrib/qgraph_1.9.8.tar.gz) +|qicharts|0.5.8|[https://cran.r-project.org/src/contrib/qicharts_0.5.8.tar.gz] (https://cran.r-project.org/src/contrib/qicharts_0.5.8.tar.gz) +|qicharts2|0.7.5|[https://cran.r-project.org/src/contrib/qicharts2_0.7.5.tar.gz] (https://cran.r-project.org/src/contrib/qicharts2_0.7.5.tar.gz) +|quadprog|1.5-8|[https://cran.r-project.org/src/contrib/quadprog_1.5-8.tar.gz] (https://cran.r-project.org/src/contrib/quadprog_1.5-8.tar.gz) +|quanteda|3.3.1|[https://cran.r-project.org/web/packages/quanteda/index.html] (https://cran.r-project.org/web/packages/quanteda/index.html) +|quantmod|0.4.26|[https://cran.r-project.org/src/contrib/quantmod_0.4.26.tar.gz] (https://cran.r-project.org/src/contrib/quantmod_0.4.26.tar.gz) +|quantreg|5.98|[https://cran.r-project.org/web/packages/quantreg/index.html] (https://cran.r-project.org/web/packages/quantreg/index.html) +|questionr|0.7.8|[https://cran.r-project.org/src/contrib/questionr_0.7.8.tar.gz] (https://cran.r-project.org/src/contrib/questionr_0.7.8.tar.gz) +|QuickJSR|1.3.1|[https://cran.r-project.org/web/packages/QuickJSR/index.html] (https://cran.r-project.org/web/packages/QuickJSR/index.html) +|qvcalc|1.0.3|[https://cran.r-project.org/src/contrib/qvcalc_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/qvcalc_1.0.3.tar.gz) +|R.cache|0.16.0|[https://cran.r-project.org/src/contrib/R.cache_0.16.0.tar.gz] (https://cran.r-project.org/src/contrib/R.cache_0.16.0.tar.gz) +|R.matlab|3.7.0|[https://cran.r-project.org/src/contrib/R.matlab_3.7.0.tar.gz] (https://cran.r-project.org/src/contrib/R.matlab_3.7.0.tar.gz) +|R.methodsS3|1.8.2|[https://cran.r-project.org/src/contrib/R.methodsS3_1.8.2.tar.gz] (https://cran.r-project.org/src/contrib/R.methodsS3_1.8.2.tar.gz) +|R.oo|1.26.0|[https://cran.r-project.org/web/packages/R.oo/index.html] (https://cran.r-project.org/web/packages/R.oo/index.html) +|R.utils|2.12.3|[https://cran.r-project.org/src/contrib/R.utils_2.12.3.tar.gz] (https://cran.r-project.org/src/contrib/R.utils_2.12.3.tar.gz) +|r2d3|0.2.6|[https://cran.r-project.org/src/contrib/r2d3_0.2.6.tar.gz] (https://cran.r-project.org/src/contrib/r2d3_0.2.6.tar.gz) +|R2HTML|2.3.4|[https://cran.r-project.org/src/contrib/R2HTML_2.3.4.tar.gz] (https://cran.r-project.org/src/contrib/R2HTML_2.3.4.tar.gz) +|R2jags|0.8-5|[https://cran.r-project.org/web/packages/R2jags/index.html] (https://cran.r-project.org/web/packages/R2jags/index.html) +|R2OpenBUGS|3.2-3.2.1|[https://cran.r-project.org/src/contrib/R2OpenBUGS_3.2-3.2.1.tar.gz] (https://cran.r-project.org/src/contrib/R2OpenBUGS_3.2-3.2.1.tar.gz) +|R2WinBUGS|2.1-22.1|[https://cran.r-project.org/src/contrib/R2WinBUGS_2.1-22.1.tar.gz] (https://cran.r-project.org/src/contrib/R2WinBUGS_2.1-22.1.tar.gz) +|R6|2.5.1|[https://cran.r-project.org/src/contrib/R6_2.5.1.tar.gz] (https://cran.r-project.org/src/contrib/R6_2.5.1.tar.gz) +|ragg|1.3.2|[https://cran.r-project.org/web/packages/ragg/index.html] (https://cran.r-project.org/web/packages/ragg/index.html) +|rainbow|3.8|[https://cran.r-project.org/src/contrib/rainbow_3.8.tar.gz] (https://cran.r-project.org/src/contrib/rainbow_3.8.tar.gz) +|ramps|0.6.18|[https://cran.r-project.org/src/contrib/ramps_0.6.18.tar.gz] (https://cran.r-project.org/src/contrib/ramps_0.6.18.tar.gz) +|RandomFields|3.3.14|[https://cran.r-project.org/web/packages/RandomFields/index.html] (https://cran.r-project.org/web/packages/RandomFields/index.html) +|RandomFieldsUtils|1.2.5|[https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html] (https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html) +|randomForest|4.7-1.1|[https://cran.r-project.org/web/packages/randomForest/index.html] (https://cran.r-project.org/web/packages/randomForest/index.html) +|randomForestSRC|3.3.1|[https://cran.r-project.org/web/packages/randomForestSRC/index.html] (https://cran.r-project.org/web/packages/randomForestSRC/index.html) +|ranger|0.16.0|[https://cran.r-project.org/web/packages/ranger/index.html] (https://cran.r-project.org/web/packages/ranger/index.html) +|RApiDatetime|0.0.9|[https://cran.r-project.org/src/contrib/RApiDatetime_0.0.9.tar.gz] (https://cran.r-project.org/src/contrib/RApiDatetime_0.0.9.tar.gz) +|rapidjsonr|1.2.0|[https://cran.r-project.org/src/contrib/rapidjsonr_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/rapidjsonr_1.2.0.tar.gz) +|rappdirs|0.3.3|[https://cran.r-project.org/src/contrib/rappdirs_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/rappdirs_0.3.3.tar.gz) +|raster|3.6-26|[https://cran.r-project.org/web/packages/raster/index.html] (https://cran.r-project.org/web/packages/raster/index.html) +|rattle|5.5.1|[https://cran.r-project.org/src/contrib/rattle_5.5.1.tar.gz] (https://cran.r-project.org/src/contrib/rattle_5.5.1.tar.gz) +|rayimage|0.10.0|[https://cran.r-project.org/web/packages/rayimage/index.html] (https://cran.r-project.org/web/packages/rayimage/index.html) +|rayshader|0.24.10|[https://cran.r-project.org/web/packages/rayshader/index.html] (https://cran.r-project.org/web/packages/rayshader/index.html) +|rayvertex|0.11.4|[https://cran.r-project.org/src/contrib/rayvertex_0.11.4.tar.gz] (https://cran.r-project.org/src/contrib/rayvertex_0.11.4.tar.gz) +|rbenchmark|1.0.0|[https://cran.r-project.org/src/contrib/rbenchmark_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/rbenchmark_1.0.0.tar.gz) +|rbibutils|2.2.16|[https://cran.r-project.org/web/packages/rbibutils/index.html] (https://cran.r-project.org/web/packages/rbibutils/index.html) +|Rblpapi|0.3.14|[https://cran.r-project.org/web/packages/Rblpapi/index.html] (https://cran.r-project.org/web/packages/Rblpapi/index.html) +|rbokeh|0.5.2|[https://cran.r-project.org/web/packages/rbokeh/index.html] (https://cran.r-project.org/web/packages/rbokeh/index.html) +|rcmdcheck|1.4.0|[https://cran.r-project.org/src/contrib/rcmdcheck_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/rcmdcheck_1.4.0.tar.gz) +|RColorBrewer|1.1-3|[https://cran.r-project.org/src/contrib/RColorBrewer_1.1-3.tar.gz] (https://cran.r-project.org/src/contrib/RColorBrewer_1.1-3.tar.gz) +|Rcpp|1.0.13|[https://cran.r-project.org/web/packages/Rcpp/index.html] (https://cran.r-project.org/web/packages/Rcpp/index.html) +|RcppArmadillo|14.0.0-1|[https://cran.r-project.org/web/packages/RcppArmadillo/index.html] (https://cran.r-project.org/web/packages/RcppArmadillo/index.html) +|RcppDE|0.1.7|[https://cran.r-project.org/src/contrib/RcppDE_0.1.7.tar.gz] (https://cran.r-project.org/src/contrib/RcppDE_0.1.7.tar.gz) +|RcppEigen|0.3.4.0.2|[https://cran.r-project.org/src/contrib/RcppEigen_0.3.4.0.2.tar.gz] (https://cran.r-project.org/src/contrib/RcppEigen_0.3.4.0.2.tar.gz) +|RcppExamples|0.1.9|[https://cran.r-project.org/src/contrib/RcppExamples_0.1.9.tar.gz] (https://cran.r-project.org/src/contrib/RcppExamples_0.1.9.tar.gz) +|RcppParallel|5.1.9|[https://cran.r-project.org/src/contrib/RcppParallel_5.1.9.tar.gz] (https://cran.r-project.org/src/contrib/RcppParallel_5.1.9.tar.gz) +|RcppProgress|0.4.2|[https://cran.r-project.org/src/contrib/RcppProgress_0.4.2.tar.gz] (https://cran.r-project.org/src/contrib/RcppProgress_0.4.2.tar.gz) +|RcppRoll|0.3.1|[https://cran.r-project.org/src/contrib/RcppRoll_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/RcppRoll_0.3.1.tar.gz) +|RcppThread|2.1.7|[https://cran.r-project.org/web/packages/RcppThread/index.html] (https://cran.r-project.org/web/packages/RcppThread/index.html) +|RcppTOML|0.2.2|[https://cran.r-project.org/src/contrib/RcppTOML_0.2.2.tar.gz] (https://cran.r-project.org/src/contrib/RcppTOML_0.2.2.tar.gz) +|RCurl|1.98-1.16|[https://cran.r-project.org/src/contrib/RCurl_1.98-1.16.tar.gz] (https://cran.r-project.org/src/contrib/RCurl_1.98-1.16.tar.gz) +|Rdpack|2.6.1|[https://cran.r-project.org/web/packages/Rdpack/index.html] (https://cran.r-project.org/web/packages/Rdpack/index.html) +|readbitmap|0.1.5|[https://cran.r-project.org/src/contrib/readbitmap_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/readbitmap_0.1.5.tar.gz) +|readr|2.1.5|[https://cran.r-project.org/src/contrib/readr_2.1.5.tar.gz] (https://cran.r-project.org/src/contrib/readr_2.1.5.tar.gz) +|readxl|1.4.3|[https://cran.r-project.org/src/contrib/readxl_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/readxl_1.4.3.tar.gz) +|recipes|1.1.0|[https://cran.r-project.org/src/contrib/recipes_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/recipes_1.1.0.tar.gz) +|Redmonder|0.2.0|[https://cran.r-project.org/src/contrib/Redmonder_0.2.0.tar.gz] (https://cran.r-project.org/src/contrib/Redmonder_0.2.0.tar.gz) +|registry|0.5-1|[https://cran.r-project.org/src/contrib/registry_0.5-1.tar.gz] (https://cran.r-project.org/src/contrib/registry_0.5-1.tar.gz) +|relaimpo|2.2-7|[https://cran.r-project.org/src/contrib/relaimpo_2.2-7.tar.gz] (https://cran.r-project.org/src/contrib/relaimpo_2.2-7.tar.gz) +|relimp|1.0-5|[https://cran.r-project.org/src/contrib/relimp_1.0-5.tar.gz] (https://cran.r-project.org/src/contrib/relimp_1.0-5.tar.gz) +|rematch|2.0.0|[https://cran.r-project.org/src/contrib/rematch_2.0.0.tar.gz] (https://cran.r-project.org/src/contrib/rematch_2.0.0.tar.gz) +|rematch2|2.1.2|[https://cran.r-project.org/src/contrib/rematch2_2.1.2.tar.gz] (https://cran.r-project.org/src/contrib/rematch2_2.1.2.tar.gz) +|remotes|2.5.0|[https://cran.r-project.org/src/contrib/remotes_2.5.0.tar.gz] (https://cran.r-project.org/src/contrib/remotes_2.5.0.tar.gz) +|Renext|3.1-4|[https://cran.r-project.org/src/contrib/Renext_3.1-4.tar.gz] (https://cran.r-project.org/src/contrib/Renext_3.1-4.tar.gz) +|repr|1.1.6|[https://cran.r-project.org/web/packages/repr/index.html] (https://cran.r-project.org/web/packages/repr/index.html) +|reprex|2.1.1|[https://cran.r-project.org/src/contrib/reprex_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/reprex_2.1.1.tar.gz) +|reshape|0.8.9|[https://cran.r-project.org/src/contrib/reshape_0.8.9.tar.gz] (https://cran.r-project.org/src/contrib/reshape_0.8.9.tar.gz) +|reshape2|1.4.4|[https://cran.r-project.org/src/contrib/reshape2_1.4.4.tar.gz] (https://cran.r-project.org/src/contrib/reshape2_1.4.4.tar.gz) +|reticulate|1.39.0|[https://cran.r-project.org/web/packages/reticulate/index.html] (https://cran.r-project.org/web/packages/reticulate/index.html) +|rex|1.2.1|[https://cran.r-project.org/src/contrib/rex_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/rex_1.2.1.tar.gz) +|rFerns|5.0.0|[https://cran.r-project.org/src/contrib/rFerns_5.0.0.tar.gz] (https://cran.r-project.org/src/contrib/rFerns_5.0.0.tar.gz) +|rfm|0.3.0|[https://cran.r-project.org/src/contrib/rfm_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/rfm_0.3.0.tar.gz) +|rgdal|1.6-7|[https://cran.r-project.org/web/packages/rgdal/index.html] (https://cran.r-project.org/web/packages/rgdal/index.html) +|rgeos|0.6-4|[https://cran.r-project.org/web/packages/rgeos/index.html] (https://cran.r-project.org/web/packages/rgeos/index.html) +|rgexf|0.16.3|[https://cran.r-project.org/src/contrib/rgexf_0.16.3.tar.gz] (https://cran.r-project.org/src/contrib/rgexf_0.16.3.tar.gz) +|rgl|1.3.1|[https://cran.r-project.org/web/packages/rgl/index.html] (https://cran.r-project.org/web/packages/rgl/index.html) +|RgoogleMaps|1.5.1|[https://cran.r-project.org/src/contrib/RgoogleMaps_1.5.1.tar.gz] (https://cran.r-project.org/src/contrib/RgoogleMaps_1.5.1.tar.gz) +|RGraphics|3.0-2|[https://cran.r-project.org/src/contrib/RGraphics_3.0-2.tar.gz] (https://cran.r-project.org/src/contrib/RGraphics_3.0-2.tar.gz) +|RGtk2|2.20.36.3|[https://cran.r-project.org/web/packages/RGtk2/index.html] (https://cran.r-project.org/web/packages/RGtk2/index.html) +|RhpcBLASctl|0.23-42|[https://cran.r-project.org/src/contrib/RhpcBLASctl_0.23-42.tar.gz] (https://cran.r-project.org/src/contrib/RhpcBLASctl_0.23-42.tar.gz) +|RInside|0.2.18|[https://cran.r-project.org/src/contrib/RInside_0.2.18.tar.gz] (https://cran.r-project.org/src/contrib/RInside_0.2.18.tar.gz) +|rio|1.2.2|[https://cran.r-project.org/web/packages/rio/index.html] (https://cran.r-project.org/web/packages/rio/index.html) +|rjags|4-16|[https://cran.r-project.org/src/contrib/rjags_4-16.tar.gz] (https://cran.r-project.org/src/contrib/rjags_4-16.tar.gz) +|rjson|0.2.21|[https://cran.r-project.org/web/packages/rjson/index.html] (https://cran.r-project.org/web/packages/rjson/index.html) +|RJSONIO|1.3-1.9|[https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz] (https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz) +|rlang|1.1.4|[https://cran.r-project.org/src/contrib/rlang_1.1.4.tar.gz] (https://cran.r-project.org/src/contrib/rlang_1.1.4.tar.gz) +|rlecuyer|0.3-8|[https://cran.r-project.org/src/contrib/rlecuyer_0.3-8.tar.gz] (https://cran.r-project.org/src/contrib/rlecuyer_0.3-8.tar.gz) +|rlist|0.4.6.2|[https://cran.r-project.org/src/contrib/rlist_0.4.6.2.tar.gz] (https://cran.r-project.org/src/contrib/rlist_0.4.6.2.tar.gz) +|rmapshaper|0.5.0|[https://cran.r-project.org/src/contrib/rmapshaper_0.5.0.tar.gz] (https://cran.r-project.org/src/contrib/rmapshaper_0.5.0.tar.gz) +|rmarkdown|2.28|[https://cran.r-project.org/web/packages/rmarkdown/index.html] (https://cran.r-project.org/web/packages/rmarkdown/index.html) +|Rmisc|1.5.1|[https://cran.r-project.org/src/contrib/Rmisc_1.5.1.tar.gz] (https://cran.r-project.org/src/contrib/Rmisc_1.5.1.tar.gz) +|Rmpfr|0.9-5|[https://cran.r-project.org/web/packages/Rmpfr/index.html] (https://cran.r-project.org/web/packages/Rmpfr/index.html) +|rms|6.8-1|[https://cran.r-project.org/web/packages/rms/index.html] (https://cran.r-project.org/web/packages/rms/index.html) +|RMySQL|0.10.28|[https://cran.r-project.org/web/packages/RMySQL/index.html] (https://cran.r-project.org/web/packages/RMySQL/index.html) +|rngtools|1.5.2|[https://cran.r-project.org/src/contrib/rngtools_1.5.2.tar.gz] (https://cran.r-project.org/src/contrib/rngtools_1.5.2.tar.gz) +|robCompositions|2.4.1|[https://cran.r-project.org/src/contrib/robCompositions_2.4.1.tar.gz] (https://cran.r-project.org/src/contrib/robCompositions_2.4.1.tar.gz) +|robfilter|4.1.5|[https://cran.r-project.org/src/contrib/robfilter_4.1.5.tar.gz] (https://cran.r-project.org/src/contrib/robfilter_4.1.5.tar.gz) +|robustbase|0.99-4|[https://cran.r-project.org/web/packages/robustbase/index.html] (https://cran.r-project.org/web/packages/robustbase/index.html) +|robustHD|0.8.1|[https://cran.r-project.org/src/contrib/robustHD_0.8.1.tar.gz] (https://cran.r-project.org/src/contrib/robustHD_0.8.1.tar.gz) +|ROCR|1.0-11|[https://cran.r-project.org/src/contrib/ROCR_1.0-11.tar.gz] (https://cran.r-project.org/src/contrib/ROCR_1.0-11.tar.gz) +|RODBC|1.3-23|[https://cran.r-project.org/web/packages/RODBC/index.html] (https://cran.r-project.org/web/packages/RODBC/index.html) +|Rook|1.2|[https://cran.r-project.org/src/contrib/Rook_1.2.tar.gz] (https://cran.r-project.org/src/contrib/Rook_1.2.tar.gz) +|rootSolve|1.8.2.4|[https://cran.r-project.org/src/contrib/rootSolve_1.8.2.4.tar.gz] (https://cran.r-project.org/src/contrib/rootSolve_1.8.2.4.tar.gz) +|roxygen2|7.3.2|[https://cran.r-project.org/src/contrib/roxygen2_7.3.2.tar.gz] (https://cran.r-project.org/src/contrib/roxygen2_7.3.2.tar.gz) +|rpart|4.1.23|[https://cran.r-project.org/web/packages/rpart/index.html] (https://cran.r-project.org/web/packages/rpart/index.html) +|rpart.plot|3.1.2|[https://cran.r-project.org/src/contrib/rpart.plot_3.1.2.tar.gz] (https://cran.r-project.org/src/contrib/rpart.plot_3.1.2.tar.gz) +|rpivotTable|0.3.0|[https://cran.r-project.org/src/contrib/rpivotTable_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/rpivotTable_0.3.0.tar.gz) +|rprojroot|2.0.4|[https://cran.r-project.org/src/contrib/rprojroot_2.0.4.tar.gz] (https://cran.r-project.org/src/contrib/rprojroot_2.0.4.tar.gz) +|RPushbullet|0.3.4|[https://cran.r-project.org/src/contrib/RPushbullet_0.3.4.tar.gz] (https://cran.r-project.org/src/contrib/RPushbullet_0.3.4.tar.gz) +|rrcov|1.7-6|[https://cran.r-project.org/src/contrib/rrcov_1.7-6.tar.gz] (https://cran.r-project.org/src/contrib/rrcov_1.7-6.tar.gz) +|rsample|1.2.1|[https://cran.r-project.org/src/contrib/rsample_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/rsample_1.2.1.tar.gz) +|rsdmx|0.6-3|[https://cran.r-project.org/web/packages/rsdmx/index.html] (https://cran.r-project.org/web/packages/rsdmx/index.html) +|RSGHB|1.2.2|[https://cran.r-project.org/src/contrib/RSGHB_1.2.2.tar.gz] (https://cran.r-project.org/src/contrib/RSGHB_1.2.2.tar.gz) +|RSNNS|0.4-17|[https://cran.r-project.org/src/contrib/RSNNS_0.4-17.tar.gz] (https://cran.r-project.org/src/contrib/RSNNS_0.4-17.tar.gz) +|Rsolnp|1.16|[https://cran.r-project.org/src/contrib/Rsolnp_1.16.tar.gz] (https://cran.r-project.org/src/contrib/Rsolnp_1.16.tar.gz) +|rsparse|0.5.2|[https://cran.r-project.org/src/contrib/rsparse_0.5.2.tar.gz] (https://cran.r-project.org/src/contrib/rsparse_0.5.2.tar.gz) +|RSpectra|0.16-2|[https://cran.r-project.org/src/contrib/RSpectra_0.16-2.tar.gz] (https://cran.r-project.org/src/contrib/RSpectra_0.16-2.tar.gz) +|RSQLite|2.3.7|[https://cran.r-project.org/web/packages/RSQLite/index.html] (https://cran.r-project.org/web/packages/RSQLite/index.html) +|rstan|2.32.6|[https://cran.r-project.org/src/contrib/rstan_2.32.6.tar.gz] (https://cran.r-project.org/src/contrib/rstan_2.32.6.tar.gz) +|rstantools|2.4.0|[https://cran.r-project.org/src/contrib/rstantools_2.4.0.tar.gz] (https://cran.r-project.org/src/contrib/rstantools_2.4.0.tar.gz) +|rstatix|0.7.2|[https://cran.r-project.org/src/contrib/rstatix_0.7.2.tar.gz] (https://cran.r-project.org/src/contrib/rstatix_0.7.2.tar.gz) +|rstudioapi|0.16.0|[https://cran.r-project.org/web/packages/rstudioapi/index.html] (https://cran.r-project.org/web/packages/rstudioapi/index.html) +|rsvg|2.6.0|[https://cran.r-project.org/web/packages/rsvg/index.html] (https://cran.r-project.org/web/packages/rsvg/index.html) +|RTextTools|1.4.3|[https://cran.r-project.org/src/contrib/RTextTools_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/RTextTools_1.4.3.tar.gz) +|Rttf2pt1|1.3.12|[https://cran.r-project.org/src/contrib/Rttf2pt1_1.3.12.tar.gz] (https://cran.r-project.org/src/contrib/Rttf2pt1_1.3.12.tar.gz) +|RUnit|0.4.33|[https://cran.r-project.org/src/contrib/RUnit_0.4.33.tar.gz] (https://cran.r-project.org/src/contrib/RUnit_0.4.33.tar.gz) +|runjags|2.2.2-4|[https://cran.r-project.org/src/contrib/runjags_2.2.2-4.tar.gz] (https://cran.r-project.org/src/contrib/runjags_2.2.2-4.tar.gz) +|Runuran|0.38|[https://cran.r-project.org/web/packages/Runuran/index.html] (https://cran.r-project.org/web/packages/Runuran/index.html) +|rvcheck|0.2.1|[https://cran.r-project.org/src/contrib/rvcheck_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/rvcheck_0.2.1.tar.gz) +|rversions|2.1.2|[https://cran.r-project.org/src/contrib/rversions_2.1.2.tar.gz] (https://cran.r-project.org/src/contrib/rversions_2.1.2.tar.gz) +|rvest|1.0.4|[https://cran.r-project.org/src/contrib/rvest_1.0.4.tar.gz] (https://cran.r-project.org/src/contrib/rvest_1.0.4.tar.gz) +|rworldmap|1.3-8|[https://cran.r-project.org/src/contrib/rworldmap_1.3-8.tar.gz] (https://cran.r-project.org/src/contrib/rworldmap_1.3-8.tar.gz) +|rworldxtra|1.01|[https://cran.r-project.org/src/contrib/rworldxtra_1.01.tar.gz] (https://cran.r-project.org/src/contrib/rworldxtra_1.01.tar.gz) +|s2|1.1.7|[https://cran.r-project.org/src/contrib/s2_1.1.7.tar.gz] (https://cran.r-project.org/src/contrib/s2_1.1.7.tar.gz) +|SampleSizeMeans|1.2.3|[https://cran.r-project.org/src/contrib/SampleSizeMeans_1.2.3.tar.gz] (https://cran.r-project.org/src/contrib/SampleSizeMeans_1.2.3.tar.gz) +|SampleSizeProportions|1.1.3|[https://cran.r-project.org/src/contrib/SampleSizeProportions_1.1.3.tar.gz] (https://cran.r-project.org/src/contrib/SampleSizeProportions_1.1.3.tar.gz) +|sandwich|3.1-0|[https://cran.r-project.org/web/packages/sandwich/index.html] (https://cran.r-project.org/web/packages/sandwich/index.html) +|sas7bdat|0.8|[https://cran.r-project.org/src/contrib/sas7bdat_0.8.tar.gz] (https://cran.r-project.org/src/contrib/sas7bdat_0.8.tar.gz) +|sass|0.4.9|[https://cran.r-project.org/src/contrib/sass_0.4.9.tar.gz] (https://cran.r-project.org/src/contrib/sass_0.4.9.tar.gz) +|satellite|1.0.5|[https://cran.r-project.org/src/contrib/satellite_1.0.5.tar.gz] (https://cran.r-project.org/src/contrib/satellite_1.0.5.tar.gz) +|sbgcop|0.980|[https://cran.r-project.org/src/contrib/sbgcop_0.980.tar.gz] (https://cran.r-project.org/src/contrib/sbgcop_0.980.tar.gz) +|scales|1.3.0|[https://cran.r-project.org/src/contrib/scales_1.3.0.tar.gz] (https://cran.r-project.org/src/contrib/scales_1.3.0.tar.gz) +|scatterplot3d|0.3-44|[https://cran.r-project.org/src/contrib/scatterplot3d_0.3-44.tar.gz] (https://cran.r-project.org/src/contrib/scatterplot3d_0.3-44.tar.gz) +|sciplot|1.2-0|[https://cran.r-project.org/src/contrib/sciplot_1.2-0.tar.gz] (https://cran.r-project.org/src/contrib/sciplot_1.2-0.tar.gz) +|segmented|2.1-2|[https://cran.r-project.org/web/packages/segmented/index.html] (https://cran.r-project.org/web/packages/segmented/index.html) +|selectr|0.4-2|[https://cran.r-project.org/src/contrib/selectr_0.4-2.tar.gz] (https://cran.r-project.org/src/contrib/selectr_0.4-2.tar.gz) +|sem|3.1-16|[https://cran.r-project.org/src/contrib/sem_3.1-16.tar.gz] (https://cran.r-project.org/src/contrib/sem_3.1-16.tar.gz) +|sentimentr|2.9.0|[https://cran.r-project.org/src/contrib/sentimentr_2.9.0.tar.gz] (https://cran.r-project.org/src/contrib/sentimentr_2.9.0.tar.gz) +|seqinr|4.2-36|[https://cran.r-project.org/src/contrib/seqinr_4.2-36.tar.gz] (https://cran.r-project.org/src/contrib/seqinr_4.2-36.tar.gz) +|seriation|1.5.6|[https://cran.r-project.org/web/packages/seriation/index.html] (https://cran.r-project.org/web/packages/seriation/index.html) +|servr|0.31|[https://cran.r-project.org/web/packages/servr/index.html] (https://cran.r-project.org/web/packages/servr/index.html) +|sessioninfo|1.2.2|[https://cran.r-project.org/src/contrib/sessioninfo_1.2.2.tar.gz] (https://cran.r-project.org/src/contrib/sessioninfo_1.2.2.tar.gz) +|setRNG|2024.2-1|[https://cran.r-project.org/src/contrib/setRNG_2024.2-1.tar.gz] (https://cran.r-project.org/src/contrib/setRNG_2024.2-1.tar.gz) +|sets|1.0-25|[https://cran.r-project.org/src/contrib/sets_1.0-25.tar.gz] (https://cran.r-project.org/src/contrib/sets_1.0-25.tar.gz) +|sf|1.0-16|[https://cran.r-project.org/web/packages/sf/index.html] (https://cran.r-project.org/web/packages/sf/index.html) +|sfd|0.1.0|[https://cran.r-project.org/src/contrib/sfd_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/sfd_0.1.0.tar.gz) +|sfheaders|0.4.4|[https://cran.r-project.org/src/contrib/sfheaders_0.4.4.tar.gz] (https://cran.r-project.org/src/contrib/sfheaders_0.4.4.tar.gz) +|sfsmisc|1.1-19|[https://cran.r-project.org/web/packages/sfsmisc/index.html] (https://cran.r-project.org/web/packages/sfsmisc/index.html) +|sftime|0.2-0|[https://cran.r-project.org/web/packages/sftime/index.html] (https://cran.r-project.org/web/packages/sftime/index.html) +|sgeostat|1.0-27|[https://cran.r-project.org/src/contrib/sgeostat_1.0-27.tar.gz] (https://cran.r-project.org/src/contrib/sgeostat_1.0-27.tar.gz) +|shades|1.4.0|[https://cran.r-project.org/src/contrib/shades_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/shades_1.4.0.tar.gz) +|shape|1.4.6.1|[https://cran.r-project.org/src/contrib/shape_1.4.6.1.tar.gz] (https://cran.r-project.org/src/contrib/shape_1.4.6.1.tar.gz) +|shapefiles|0.7.2|[https://cran.r-project.org/src/contrib/shapefiles_0.7.2.tar.gz] (https://cran.r-project.org/src/contrib/shapefiles_0.7.2.tar.gz) +|shiny|1.9.1|[https://cran.r-project.org/web/packages/shiny/index.html] (https://cran.r-project.org/web/packages/shiny/index.html) +|shinyBS|0.61.1|[https://cran.r-project.org/src/contrib/shinyBS_0.61.1.tar.gz] (https://cran.r-project.org/src/contrib/shinyBS_0.61.1.tar.gz) +|shinycssloaders|1.1.0|[https://cran.r-project.org/src/contrib/shinycssloaders_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/shinycssloaders_1.1.0.tar.gz) +|shinyjs|2.1.0|[https://cran.r-project.org/src/contrib/shinyjs_2.1.0.tar.gz] (https://cran.r-project.org/src/contrib/shinyjs_2.1.0.tar.gz) +|shinyTime|1.0.3|[https://cran.r-project.org/src/contrib/shinyTime_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/shinyTime_1.0.3.tar.gz) +|showtext|0.9-7|[https://cran.r-project.org/src/contrib/showtext_0.9-7.tar.gz] (https://cran.r-project.org/src/contrib/showtext_0.9-7.tar.gz) +|showtextdb|3.0|[https://cran.r-project.org/src/contrib/showtextdb_3.0.tar.gz] (https://cran.r-project.org/src/contrib/showtextdb_3.0.tar.gz) +|SimDesign|2.17.1|[https://cran.r-project.org/web/packages/SimDesign/index.html] (https://cran.r-project.org/web/packages/SimDesign/index.html) +|SIS|0.8-8|[https://cran.r-project.org/src/contrib/SIS_0.8-8.tar.gz] (https://cran.r-project.org/src/contrib/SIS_0.8-8.tar.gz) +|SixSigma|0.11.1|[https://cran.r-project.org/src/contrib/SixSigma_0.11.1.tar.gz] (https://cran.r-project.org/src/contrib/SixSigma_0.11.1.tar.gz) +|sjlabelled|1.2.0|[https://cran.r-project.org/src/contrib/sjlabelled_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/sjlabelled_1.2.0.tar.gz) +|sjmisc|2.8.10|[https://cran.r-project.org/src/contrib/sjmisc_2.8.10.tar.gz] (https://cran.r-project.org/src/contrib/sjmisc_2.8.10.tar.gz) +|sjPlot|2.8.16|[https://cran.r-project.org/web/packages/sjPlot/index.html] (https://cran.r-project.org/web/packages/sjPlot/index.html) +|sjstats|0.19.0|[https://cran.r-project.org/src/contrib/sjstats_0.19.0.tar.gz] (https://cran.r-project.org/src/contrib/sjstats_0.19.0.tar.gz) +|skmeans|0.2-17|[https://cran.r-project.org/web/packages/skmeans/index.html] (https://cran.r-project.org/web/packages/skmeans/index.html) +|slam|0.1-53|[https://cran.r-project.org/web/packages/slam/index.html] (https://cran.r-project.org/web/packages/slam/index.html) +|slider|0.3.1|[https://cran.r-project.org/web/packages/slider/index.html] (https://cran.r-project.org/web/packages/slider/index.html) +|sm|2.2-6.0|[https://cran.r-project.org/src/contrib/sm_2.2-6.0.tar.gz] (https://cran.r-project.org/src/contrib/sm_2.2-6.0.tar.gz) +|smooth|4.0.2|[https://cran.r-project.org/web/packages/smooth/index.html] (https://cran.r-project.org/web/packages/smooth/index.html) +|smoothSurv|2.6|[https://cran.r-project.org/src/contrib/smoothSurv_2.6.tar.gz] (https://cran.r-project.org/src/contrib/smoothSurv_2.6.tar.gz) +|sna|2.7-2|[https://cran.r-project.org/web/packages/sna/index.html] (https://cran.r-project.org/web/packages/sna/index.html) +|snakecase|0.11.1|[https://cran.r-project.org/src/contrib/snakecase_0.11.1.tar.gz] (https://cran.r-project.org/src/contrib/snakecase_0.11.1.tar.gz) +|snow|0.4-4|[https://cran.r-project.org/src/contrib/snow_0.4-4.tar.gz] (https://cran.r-project.org/src/contrib/snow_0.4-4.tar.gz) +|SnowballC|0.7.1|[https://cran.r-project.org/src/contrib/SnowballC_0.7.1.tar.gz] (https://cran.r-project.org/src/contrib/SnowballC_0.7.1.tar.gz) +|snowFT|1.6-1|[https://cran.r-project.org/src/contrib/snowFT_1.6-1.tar.gz] (https://cran.r-project.org/src/contrib/snowFT_1.6-1.tar.gz) +|sodium|1.3.1|[https://cran.r-project.org/web/packages/sodium/index.html] (https://cran.r-project.org/web/packages/sodium/index.html) +|sourcetools|0.1.7-1|[https://cran.r-project.org/src/contrib/sourcetools_0.1.7-1.tar.gz] (https://cran.r-project.org/src/contrib/sourcetools_0.1.7-1.tar.gz) +|sp|2.1-4|[https://cran.r-project.org/src/contrib/sp_2.1-4.tar.gz] (https://cran.r-project.org/src/contrib/sp_2.1-4.tar.gz) +|spacefillr|0.3.3|[https://cran.r-project.org/src/contrib/spacefillr_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/spacefillr_0.3.3.tar.gz) +|spacetime|1.3-2|[https://cran.r-project.org/src/contrib/spacetime_1.3-2.tar.gz] (https://cran.r-project.org/src/contrib/spacetime_1.3-2.tar.gz) +|spacyr|1.3.0|[https://cran.r-project.org/src/contrib/spacyr_1.3.0.tar.gz] (https://cran.r-project.org/src/contrib/spacyr_1.3.0.tar.gz) +|spam|2.10-0|[https://cran.r-project.org/web/packages/spam/index.html] (https://cran.r-project.org/web/packages/spam/index.html) +|SparseM|1.84-2|[https://cran.r-project.org/src/contrib/SparseM_1.84-2.tar.gz] (https://cran.r-project.org/src/contrib/SparseM_1.84-2.tar.gz) +|sparsepp|1.22|[https://cran.r-project.org/src/contrib/sparsepp_1.22.tar.gz] (https://cran.r-project.org/src/contrib/sparsepp_1.22.tar.gz) +|spatial|7.3-17|[https://cran.r-project.org/web/packages/spatial/index.html] (https://cran.r-project.org/web/packages/spatial/index.html) +|spatstat|3.0-7|[https://cran.r-project.org/web/packages/spatstat/index.html] (https://cran.r-project.org/web/packages/spatstat/index.html) +|spatstat.data|3.1-2|[https://cran.r-project.org/web/packages/spatstat.data/index.html] (https://cran.r-project.org/web/packages/spatstat.data/index.html) +|spatstat.explore|3.2-6|[https://cran.r-project.org/web/packages/spatstat.explore/index.html] (https://cran.r-project.org/web/packages/spatstat.explore/index.html) +|spatstat.geom|3.2-9|[https://cran.r-project.org/web/packages/spatstat.geom/index.html] (https://cran.r-project.org/web/packages/spatstat.geom/index.html) +|spatstat.linnet|3.1-4|[https://cran.r-project.org/web/packages/spatstat.linnet/index.html] (https://cran.r-project.org/web/packages/spatstat.linnet/index.html) +|spatstat.model|3.2-10|[https://cran.r-project.org/web/packages/spatstat.model/index.html] (https://cran.r-project.org/web/packages/spatstat.model/index.html) +|spatstat.random|3.2-3|[https://cran.r-project.org/web/packages/spatstat.random/index.html] (https://cran.r-project.org/web/packages/spatstat.random/index.html) +|spatstat.sparse|3.1-0|[https://cran.r-project.org/src/contrib/spatstat.sparse_3.1-0.tar.gz] (https://cran.r-project.org/src/contrib/spatstat.sparse_3.1-0.tar.gz) +|spatstat.univar|3.0-1|[https://cran.r-project.org/web/packages/spatstat.univar/index.html] (https://cran.r-project.org/web/packages/spatstat.univar/index.html) +|spatstat.utils|3.1-0|[https://cran.r-project.org/web/packages/spatstat.utils/index.html] (https://cran.r-project.org/web/packages/spatstat.utils/index.html) +|spBayes|0.4-7|[https://cran.r-project.org/web/packages/spBayes/index.html] (https://cran.r-project.org/web/packages/spBayes/index.html) +|spData|2.3.3|[https://cran.r-project.org/web/packages/spData/index.html] (https://cran.r-project.org/web/packages/spData/index.html) +|spdep|1.3-5|[https://cran.r-project.org/web/packages/spdep/index.html] (https://cran.r-project.org/web/packages/spdep/index.html) +|spikeslab|1.1.6|[https://cran.r-project.org/src/contrib/spikeslab_1.1.6.tar.gz] (https://cran.r-project.org/src/contrib/spikeslab_1.1.6.tar.gz) +|splancs|2.01-45|[https://cran.r-project.org/src/contrib/splancs_2.01-45.tar.gz] (https://cran.r-project.org/src/contrib/splancs_2.01-45.tar.gz) +|splines|4.3.3|[https://cran.r-project.org/web/packages/splines/index.html] (https://cran.r-project.org/web/packages/splines/index.html) +|spls|2.2-3|[https://cran.r-project.org/src/contrib/spls_2.2-3.tar.gz] (https://cran.r-project.org/src/contrib/spls_2.2-3.tar.gz) +|splus2R|1.3-5|[https://cran.r-project.org/src/contrib/splus2R_1.3-5.tar.gz] (https://cran.r-project.org/src/contrib/splus2R_1.3-5.tar.gz) +|spTimer|3.3.2|[https://cran.r-project.org/web/packages/spTimer/index.html] (https://cran.r-project.org/web/packages/spTimer/index.html) +|sqldf|0.4-11|[https://cran.r-project.org/src/contrib/sqldf_0.4-11.tar.gz] (https://cran.r-project.org/src/contrib/sqldf_0.4-11.tar.gz) +|SQUAREM|2021.1|[https://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz] (https://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz) +|sROC|0.1-2|[https://cran.r-project.org/web/packages/sROC/index.html] (https://cran.r-project.org/web/packages/sROC/index.html) +|stabledist|0.7-2|[https://cran.r-project.org/src/contrib/stabledist_0.7-2.tar.gz] (https://cran.r-project.org/src/contrib/stabledist_0.7-2.tar.gz) +|stabs|0.6-4|[https://cran.r-project.org/src/contrib/stabs_0.6-4.tar.gz] (https://cran.r-project.org/src/contrib/stabs_0.6-4.tar.gz) +|StanHeaders|2.32.10|[https://cran.r-project.org/src/contrib/StanHeaders_2.32.10.tar.gz] (https://cran.r-project.org/src/contrib/StanHeaders_2.32.10.tar.gz) +|stars|0.6-6|[https://cran.r-project.org/web/packages/stars/index.html] (https://cran.r-project.org/web/packages/stars/index.html) +|statmod|1.5.0|[https://cran.r-project.org/src/contrib/statmod_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/statmod_1.5.0.tar.gz) +|statnet.common|4.9.0|[https://cran.r-project.org/web/packages/statnet.common/index.html] (https://cran.r-project.org/web/packages/statnet.common/index.html) +|stepPlr|0.93|[https://cran.r-project.org/src/contrib/stepPlr_0.93.tar.gz] (https://cran.r-project.org/src/contrib/stepPlr_0.93.tar.gz) +|stinepack|1.5|[https://cran.r-project.org/src/contrib/stinepack_1.5.tar.gz] (https://cran.r-project.org/src/contrib/stinepack_1.5.tar.gz) +|stochvol|3.2.4|[https://cran.r-project.org/web/packages/stochvol/index.html] (https://cran.r-project.org/web/packages/stochvol/index.html) +|stopwords|2.3|[https://cran.r-project.org/src/contrib/stopwords_2.3.tar.gz] (https://cran.r-project.org/src/contrib/stopwords_2.3.tar.gz) +|stringdist|0.9.12|[https://cran.r-project.org/web/packages/stringdist/index.html] (https://cran.r-project.org/web/packages/stringdist/index.html) +|stringi|1.8.4|[https://cran.r-project.org/src/contrib/stringi_1.8.4.tar.gz] (https://cran.r-project.org/src/contrib/stringi_1.8.4.tar.gz) +|stringr|1.5.1|[https://cran.r-project.org/src/contrib/stringr_1.5.1.tar.gz] (https://cran.r-project.org/src/contrib/stringr_1.5.1.tar.gz) +|strucchange|1.5-4|[https://cran.r-project.org/src/contrib/strucchange_1.5-4.tar.gz] (https://cran.r-project.org/src/contrib/strucchange_1.5-4.tar.gz) +|styler|1.10.3|[https://cran.r-project.org/src/contrib/styler_1.10.3.tar.gz] (https://cran.r-project.org/src/contrib/styler_1.10.3.tar.gz) +|sugrrants|0.2.9|[https://cran.r-project.org/src/contrib/sugrrants_0.2.9.tar.gz] (https://cran.r-project.org/src/contrib/sugrrants_0.2.9.tar.gz) +|sunburstR|2.1.8|[https://cran.r-project.org/src/contrib/sunburstR_2.1.8.tar.gz] (https://cran.r-project.org/src/contrib/sunburstR_2.1.8.tar.gz) +|SuppDists|1.1-9.8|[https://cran.r-project.org/src/contrib/SuppDists_1.1-9.8.tar.gz] (https://cran.r-project.org/src/contrib/SuppDists_1.1-9.8.tar.gz) +|survey|4.4-2|[https://cran.r-project.org/src/contrib/survey_4.4-2.tar.gz] (https://cran.r-project.org/src/contrib/survey_4.4-2.tar.gz) +|survival|3.7-0|[https://cran.r-project.org/web/packages/survival/index.html] (https://cran.r-project.org/web/packages/survival/index.html) +|survminer|0.4.9|[https://cran.r-project.org/web/packages/survminer/index.html] (https://cran.r-project.org/web/packages/survminer/index.html) +|survMisc|0.5.6|[https://cran.r-project.org/src/contrib/survMisc_0.5.6.tar.gz] (https://cran.r-project.org/src/contrib/survMisc_0.5.6.tar.gz) +|svglite|2.1.3|[https://cran.r-project.org/src/contrib/svglite_2.1.3.tar.gz] (https://cran.r-project.org/src/contrib/svglite_2.1.3.tar.gz) +|svmpath|0.970|[https://cran.r-project.org/src/contrib/svmpath_0.970.tar.gz] (https://cran.r-project.org/src/contrib/svmpath_0.970.tar.gz) +|svUnit|1.0.6|[https://cran.r-project.org/src/contrib/svUnit_1.0.6.tar.gz] (https://cran.r-project.org/src/contrib/svUnit_1.0.6.tar.gz) +|sweep|0.2.5|[https://cran.r-project.org/src/contrib/sweep_0.2.5.tar.gz] (https://cran.r-project.org/src/contrib/sweep_0.2.5.tar.gz) +|sys|3.4.2|[https://cran.r-project.org/web/packages/sys/index.html] (https://cran.r-project.org/web/packages/sys/index.html) +|sysfonts|0.8.9|[https://cran.r-project.org/src/contrib/sysfonts_0.8.9.tar.gz] (https://cran.r-project.org/src/contrib/sysfonts_0.8.9.tar.gz) +|systemfit|1.1-30|[https://cran.r-project.org/src/contrib/systemfit_1.1-30.tar.gz] (https://cran.r-project.org/src/contrib/systemfit_1.1-30.tar.gz) +|systemfonts|1.1.0|[https://cran.r-project.org/src/contrib/systemfonts_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/systemfonts_1.1.0.tar.gz) +|syuzhet|1.0.7|[https://cran.r-project.org/src/contrib/syuzhet_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/syuzhet_1.0.7.tar.gz) +|tau|0.0-25|[https://cran.r-project.org/web/packages/tau/index.html] (https://cran.r-project.org/web/packages/tau/index.html) +|tcltk|4.3.3|[https://cran.r-project.org/web/packages/tcltk/index.html] (https://cran.r-project.org/web/packages/tcltk/index.html) +|tcltk2|1.2-11|[https://cran.r-project.org/src/contrib/tcltk2_1.2-11.tar.gz] (https://cran.r-project.org/src/contrib/tcltk2_1.2-11.tar.gz) +|TeachingDemos|2.13|[https://cran.r-project.org/src/contrib/TeachingDemos_2.13.tar.gz] (https://cran.r-project.org/src/contrib/TeachingDemos_2.13.tar.gz) +|tensor|1.5|[https://cran.r-project.org/src/contrib/tensor_1.5.tar.gz] (https://cran.r-project.org/src/contrib/tensor_1.5.tar.gz) +|tensorA|0.36.2.1|[https://cran.r-project.org/src/contrib/tensorA_0.36.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tensorA_0.36.2.1.tar.gz) +|terra|1.7-78|[https://cran.r-project.org/web/packages/terra/index.html] (https://cran.r-project.org/web/packages/terra/index.html) +|terrainmeshr|0.1.0|[https://cran.r-project.org/src/contrib/terrainmeshr_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/terrainmeshr_0.1.0.tar.gz) +|testthat|3.2.1.1|[https://cran.r-project.org/web/packages/testthat/index.html] (https://cran.r-project.org/web/packages/testthat/index.html) +|texreg|1.39.4|[https://cran.r-project.org/src/contrib/texreg_1.39.4.tar.gz] (https://cran.r-project.org/src/contrib/texreg_1.39.4.tar.gz) +|text2vec|0.6.4|[https://cran.r-project.org/src/contrib/text2vec_0.6.4.tar.gz] (https://cran.r-project.org/src/contrib/text2vec_0.6.4.tar.gz) +|textcat|1.0-8|[https://cran.r-project.org/web/packages/textcat/index.html] (https://cran.r-project.org/web/packages/textcat/index.html) +|textclean|0.9.3|[https://cran.r-project.org/src/contrib/textclean_0.9.3.tar.gz] (https://cran.r-project.org/src/contrib/textclean_0.9.3.tar.gz) +|textir|2.0-5|[https://cran.r-project.org/src/contrib/textir_2.0-5.tar.gz] (https://cran.r-project.org/src/contrib/textir_2.0-5.tar.gz) +|textmineR|3.0.5|[https://cran.r-project.org/src/contrib/textmineR_3.0.5.tar.gz] (https://cran.r-project.org/src/contrib/textmineR_3.0.5.tar.gz) +|textshape|1.7.5|[https://cran.r-project.org/src/contrib/textshape_1.7.5.tar.gz] (https://cran.r-project.org/src/contrib/textshape_1.7.5.tar.gz) +|textshaping|0.4.0|[https://cran.r-project.org/web/packages/textshaping/index.html] (https://cran.r-project.org/web/packages/textshaping/index.html) +|tfplot|2021.6-1|[https://cran.r-project.org/src/contrib/tfplot_2021.6-1.tar.gz] (https://cran.r-project.org/src/contrib/tfplot_2021.6-1.tar.gz) +|tframe|2015.12-1.1|[https://cran.r-project.org/src/contrib/tframe_2015.12-1.1.tar.gz] (https://cran.r-project.org/src/contrib/tframe_2015.12-1.1.tar.gz) +|tgp|2.4-23|[https://cran.r-project.org/src/contrib/tgp_2.4-23.tar.gz] (https://cran.r-project.org/src/contrib/tgp_2.4-23.tar.gz) +|TH.data|1.1-2|[https://cran.r-project.org/src/contrib/TH.data_1.1-2.tar.gz] (https://cran.r-project.org/src/contrib/TH.data_1.1-2.tar.gz) +|thief|0.3|[https://cran.r-project.org/src/contrib/thief_0.3.tar.gz] (https://cran.r-project.org/src/contrib/thief_0.3.tar.gz) +|threejs|0.3.3|[https://cran.r-project.org/src/contrib/threejs_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/threejs_0.3.3.tar.gz) +|tibble|3.2.1|[https://cran.r-project.org/src/contrib/tibble_3.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tibble_3.2.1.tar.gz) +|tibbletime|0.1.8|[https://cran.r-project.org/web/packages/tibbletime/index.html] (https://cran.r-project.org/web/packages/tibbletime/index.html) +|tidycensus|1.6.5|[https://cran.r-project.org/web/packages/tidycensus/index.html] (https://cran.r-project.org/web/packages/tidycensus/index.html) +|tidygraph|1.3.0|[https://cran.r-project.org/web/packages/tidygraph/index.html] (https://cran.r-project.org/web/packages/tidygraph/index.html) +|tidymodels|1.2.0|[https://cran.r-project.org/src/contrib/tidymodels_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/tidymodels_1.2.0.tar.gz) +|tidyquant|1.0.9|[https://cran.r-project.org/web/packages/tidyquant/index.html] (https://cran.r-project.org/web/packages/tidyquant/index.html) +|tidyr|1.3.1|[https://cran.r-project.org/src/contrib/tidyr_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/tidyr_1.3.1.tar.gz) +|tidyselect|1.2.1|[https://cran.r-project.org/src/contrib/tidyselect_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tidyselect_1.2.1.tar.gz) +|tidytext|0.4.2|[https://cran.r-project.org/src/contrib/tidytext_0.4.2.tar.gz] (https://cran.r-project.org/src/contrib/tidytext_0.4.2.tar.gz) +|tidyverse|2.0.0|[https://cran.r-project.org/src/contrib/tidyverse_2.0.0.tar.gz] (https://cran.r-project.org/src/contrib/tidyverse_2.0.0.tar.gz) +|tiff|0.1-12|[https://cran.r-project.org/src/contrib/tiff_0.1-12.tar.gz] (https://cran.r-project.org/src/contrib/tiff_0.1-12.tar.gz) +|tigris|2.1|[https://cran.r-project.org/src/contrib/tigris_2.1.tar.gz] (https://cran.r-project.org/src/contrib/tigris_2.1.tar.gz) +|timechange|0.3.0|[https://cran.r-project.org/src/contrib/timechange_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/timechange_0.3.0.tar.gz) +|timeDate|4032.109|[https://cran.r-project.org/web/packages/timeDate/index.html] (https://cran.r-project.org/web/packages/timeDate/index.html) +|timelineS|0.1.1|[https://cran.r-project.org/src/contrib/timelineS_0.1.1.tar.gz] (https://cran.r-project.org/src/contrib/timelineS_0.1.1.tar.gz) +|timeSeries|4032.109|[https://cran.r-project.org/web/packages/timeSeries/index.html] (https://cran.r-project.org/web/packages/timeSeries/index.html) +|timetk|2.9.0|[https://cran.r-project.org/src/contrib/timetk_2.9.0.tar.gz] (https://cran.r-project.org/src/contrib/timetk_2.9.0.tar.gz) +|timevis|2.1.0|[https://cran.r-project.org/src/contrib/timevis_2.1.0.tar.gz] (https://cran.r-project.org/src/contrib/timevis_2.1.0.tar.gz) +|tinytex|0.52|[https://cran.r-project.org/web/packages/tinytex/index.html] (https://cran.r-project.org/web/packages/tinytex/index.html) +|tm|0.7-14|[https://cran.r-project.org/web/packages/tm/index.html] (https://cran.r-project.org/web/packages/tm/index.html) +|tmap|3.3-4|[https://cran.r-project.org/src/contrib/tmap_3.3-4.tar.gz] (https://cran.r-project.org/src/contrib/tmap_3.3-4.tar.gz) +|tmaptools|3.1-1|[https://cran.r-project.org/web/packages/tmaptools/index.html] (https://cran.r-project.org/web/packages/tmaptools/index.html) +|TMB|1.9.14|[https://cran.r-project.org/web/packages/TMB/index.html] (https://cran.r-project.org/web/packages/TMB/index.html) +|tmvnsim|1.0-2|[https://cran.r-project.org/src/contrib/tmvnsim_1.0-2.tar.gz] (https://cran.r-project.org/src/contrib/tmvnsim_1.0-2.tar.gz) +|tokenizers|0.3.0|[https://cran.r-project.org/src/contrib/tokenizers_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/tokenizers_0.3.0.tar.gz) +|topicmodels|0.2-16|[https://cran.r-project.org/web/packages/topicmodels/index.html] (https://cran.r-project.org/web/packages/topicmodels/index.html) +|TraMineR|2.2-10|[https://cran.r-project.org/web/packages/TraMineR/index.html] (https://cran.r-project.org/web/packages/TraMineR/index.html) +|transformr|0.1.5|[https://cran.r-project.org/src/contrib/transformr_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/transformr_0.1.5.tar.gz) +|tree|1.0-43|[https://cran.r-project.org/web/packages/tree/index.html] (https://cran.r-project.org/web/packages/tree/index.html) +|treemap|2.4-4|[https://cran.r-project.org/src/contrib/treemap_2.4-4.tar.gz] (https://cran.r-project.org/src/contrib/treemap_2.4-4.tar.gz) +|treemapify|2.5.6|[https://cran.r-project.org/src/contrib/treemapify_2.5.6.tar.gz] (https://cran.r-project.org/src/contrib/treemapify_2.5.6.tar.gz) +|trelliscopejs|0.2.6|[https://cran.r-project.org/src/contrib/trelliscopejs_0.2.6.tar.gz] (https://cran.r-project.org/src/contrib/trelliscopejs_0.2.6.tar.gz) +|triebeard|0.4.1|[https://cran.r-project.org/src/contrib/triebeard_0.4.1.tar.gz] (https://cran.r-project.org/src/contrib/triebeard_0.4.1.tar.gz) +|trimcluster|0.1-5|[https://cran.r-project.org/src/contrib/trimcluster_0.1-5.tar.gz] (https://cran.r-project.org/src/contrib/trimcluster_0.1-5.tar.gz) +|truncnorm|1.0-9|[https://cran.r-project.org/src/contrib/truncnorm_1.0-9.tar.gz] (https://cran.r-project.org/src/contrib/truncnorm_1.0-9.tar.gz) +|TSA|1.3.1|[https://cran.r-project.org/src/contrib/TSA_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/TSA_1.3.1.tar.gz) +|tseries|0.10-57|[https://cran.r-project.org/web/packages/tseries/index.html] (https://cran.r-project.org/web/packages/tseries/index.html) +|tsfeatures|1.1.1|[https://cran.r-project.org/src/contrib/tsfeatures_1.1.1.tar.gz] (https://cran.r-project.org/src/contrib/tsfeatures_1.1.1.tar.gz) +|tsibble|1.1.5|[https://cran.r-project.org/src/contrib/tsibble_1.1.5.tar.gz] (https://cran.r-project.org/src/contrib/tsibble_1.1.5.tar.gz) +|tsintermittent|1.10|[https://cran.r-project.org/src/contrib/tsintermittent_1.10.tar.gz] (https://cran.r-project.org/src/contrib/tsintermittent_1.10.tar.gz) +|tsoutliers|0.6-10|[https://cran.r-project.org/src/contrib/tsoutliers_0.6-10.tar.gz] (https://cran.r-project.org/src/contrib/tsoutliers_0.6-10.tar.gz) +|TSP|1.2-4|[https://cran.r-project.org/src/contrib/TSP_1.2-4.tar.gz] (https://cran.r-project.org/src/contrib/TSP_1.2-4.tar.gz) +|TSstudio|0.1.7|[https://cran.r-project.org/src/contrib/TSstudio_0.1.7.tar.gz] (https://cran.r-project.org/src/contrib/TSstudio_0.1.7.tar.gz) +|TTR|0.24.4|[https://cran.r-project.org/src/contrib/TTR_0.24.4.tar.gz] (https://cran.r-project.org/src/contrib/TTR_0.24.4.tar.gz) +|tune|1.2.1|[https://cran.r-project.org/src/contrib/tune_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tune_1.2.1.tar.gz) +|tweedie|2.3.5|[https://cran.r-project.org/src/contrib/tweedie_2.3.5.tar.gz] (https://cran.r-project.org/src/contrib/tweedie_2.3.5.tar.gz) +|tweenr|2.0.3|[https://cran.r-project.org/src/contrib/tweenr_2.0.3.tar.gz] (https://cran.r-project.org/src/contrib/tweenr_2.0.3.tar.gz) +|twitteR|1.1.9|[https://cran.r-project.org/src/contrib/twitteR_1.1.9.tar.gz] (https://cran.r-project.org/src/contrib/twitteR_1.1.9.tar.gz) +|tzdb|0.4.0|[https://cran.r-project.org/src/contrib/tzdb_0.4.0.tar.gz] (https://cran.r-project.org/src/contrib/tzdb_0.4.0.tar.gz) +|ucminf|1.2.2|[https://cran.r-project.org/src/contrib/ucminf_1.2.2.tar.gz] (https://cran.r-project.org/src/contrib/ucminf_1.2.2.tar.gz) +|udpipe|0.8.11|[https://cran.r-project.org/src/contrib/udpipe_0.8.11.tar.gz] (https://cran.r-project.org/src/contrib/udpipe_0.8.11.tar.gz) +|udunits2|0.13.2.1|[https://cran.r-project.org/src/contrib/udunits2_0.13.2.1.tar.gz] (https://cran.r-project.org/src/contrib/udunits2_0.13.2.1.tar.gz) +|units|0.8-5|[https://cran.r-project.org/src/contrib/units_0.8-5.tar.gz] (https://cran.r-project.org/src/contrib/units_0.8-5.tar.gz) +|UpSetR|1.4.0|[https://cran.r-project.org/src/contrib/UpSetR_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/UpSetR_1.4.0.tar.gz) +|urca|1.3-4|[https://cran.r-project.org/src/contrib/urca_1.3-4.tar.gz] (https://cran.r-project.org/src/contrib/urca_1.3-4.tar.gz) +|urlchecker|1.0.1|[https://cran.r-project.org/src/contrib/urlchecker_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/urlchecker_1.0.1.tar.gz) +|urltools|1.7.3|[https://cran.r-project.org/src/contrib/urltools_1.7.3.tar.gz] (https://cran.r-project.org/src/contrib/urltools_1.7.3.tar.gz) +|useful|1.2.6.1|[https://cran.r-project.org/src/contrib/useful_1.2.6.1.tar.gz] (https://cran.r-project.org/src/contrib/useful_1.2.6.1.tar.gz) +|usethis|3.0.0|[https://cran.r-project.org/web/packages/usethis/index.html] (https://cran.r-project.org/web/packages/usethis/index.html) +|UsingR|2.0-7|[https://cran.r-project.org/src/contrib/UsingR_2.0-7.tar.gz] (https://cran.r-project.org/src/contrib/UsingR_2.0-7.tar.gz) +|usmap|0.7.1|[https://cran.r-project.org/src/contrib/usmap_0.7.1.tar.gz] (https://cran.r-project.org/src/contrib/usmap_0.7.1.tar.gz) +|usmapdata|0.3.0|[https://cran.r-project.org/src/contrib/usmapdata_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/usmapdata_0.3.0.tar.gz) +|utf8|1.2.4|[https://cran.r-project.org/src/contrib/utf8_1.2.4.tar.gz] (https://cran.r-project.org/src/contrib/utf8_1.2.4.tar.gz) +|uuid|1.1-1|[https://cran.r-project.org/web/packages/uuid/index.html] (https://cran.r-project.org/web/packages/uuid/index.html) +|V8|5.0.0|[https://cran.r-project.org/web/packages/V8/index.html] (https://cran.r-project.org/web/packages/V8/index.html) +|vars|1.6-1|[https://cran.r-project.org/src/contrib/vars_1.6-1.tar.gz] (https://cran.r-project.org/src/contrib/vars_1.6-1.tar.gz) +|vcd|1.4-12|[https://cran.r-project.org/web/packages/vcd/index.html] (https://cran.r-project.org/web/packages/vcd/index.html) +|vctrs|0.6.4|[https://cran.r-project.org/web/packages/vctrs/index.html] (https://cran.r-project.org/web/packages/vctrs/index.html) +|vdiffr|1.0.7|[https://cran.r-project.org/web/packages/vdiffr/index.html] (https://cran.r-project.org/web/packages/vdiffr/index.html) +|vegan|2.6-8|[https://cran.r-project.org/src/contrib/vegan_2.6-8.tar.gz] (https://cran.r-project.org/src/contrib/vegan_2.6-8.tar.gz) +|VennDiagram|1.7.3|[https://cran.r-project.org/src/contrib/VennDiagram_1.7.3.tar.gz] (https://cran.r-project.org/src/contrib/VennDiagram_1.7.3.tar.gz) +|VGAM|1.1-11|[https://cran.r-project.org/web/packages/VGAM/index.html] (https://cran.r-project.org/web/packages/VGAM/index.html) +|VIM|6.2.2|[https://cran.r-project.org/src/contrib/VIM_6.2.2.tar.gz] (https://cran.r-project.org/src/contrib/VIM_6.2.2.tar.gz) +|vioplot|0.5.0|[https://cran.r-project.org/src/contrib/vioplot_0.5.0.tar.gz] (https://cran.r-project.org/src/contrib/vioplot_0.5.0.tar.gz) +|viridis|0.6.5|[https://cran.r-project.org/src/contrib/viridis_0.6.5.tar.gz] (https://cran.r-project.org/src/contrib/viridis_0.6.5.tar.gz) +|viridisLite|0.4.2|[https://cran.r-project.org/src/contrib/viridisLite_0.4.2.tar.gz] (https://cran.r-project.org/src/contrib/viridisLite_0.4.2.tar.gz) +|visNetwork|2.1.2|[https://cran.r-project.org/src/contrib/visNetwork_2.1.2.tar.gz] (https://cran.r-project.org/src/contrib/visNetwork_2.1.2.tar.gz) +|vistime|1.2.4|[https://cran.r-project.org/src/contrib/vistime_1.2.4.tar.gz] (https://cran.r-project.org/src/contrib/vistime_1.2.4.tar.gz) +|vroom|1.6.5|[https://cran.r-project.org/src/contrib/vroom_1.6.5.tar.gz] (https://cran.r-project.org/src/contrib/vroom_1.6.5.tar.gz) +|waldo|0.5.3|[https://cran.r-project.org/web/packages/waldo/index.html] (https://cran.r-project.org/web/packages/waldo/index.html) +|warp|0.2.1|[https://cran.r-project.org/src/contrib/warp_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/warp_0.2.1.tar.gz) +|waterfalls|1.0.0|[https://cran.r-project.org/src/contrib/waterfalls_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/waterfalls_1.0.0.tar.gz) +|wavethresh|4.7.3|[https://cran.r-project.org/src/contrib/wavethresh_4.7.3.tar.gz] (https://cran.r-project.org/src/contrib/wavethresh_4.7.3.tar.gz) +|webshot|0.5.5|[https://cran.r-project.org/src/contrib/webshot_0.5.5.tar.gz] (https://cran.r-project.org/src/contrib/webshot_0.5.5.tar.gz) +|webutils|1.2.1|[https://cran.r-project.org/web/packages/webutils/index.html] (https://cran.r-project.org/web/packages/webutils/index.html) +|WeibullR|1.2.1|[https://cran.r-project.org/src/contrib/WeibullR_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/WeibullR_1.2.1.tar.gz) +|weights|1.0.4|[https://cran.r-project.org/src/contrib/weights_1.0.4.tar.gz] (https://cran.r-project.org/src/contrib/weights_1.0.4.tar.gz) +|whisker|0.4.1|[https://cran.r-project.org/src/contrib/whisker_0.4.1.tar.gz] (https://cran.r-project.org/src/contrib/whisker_0.4.1.tar.gz) +|widgetframe|0.3.1|[https://cran.r-project.org/src/contrib/widgetframe_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/widgetframe_0.3.1.tar.gz) +|withr|3.0.1|[https://cran.r-project.org/web/packages/withr/index.html] (https://cran.r-project.org/web/packages/withr/index.html) +|wk|0.9.2|[https://cran.r-project.org/web/packages/wk/index.html] (https://cran.r-project.org/web/packages/wk/index.html) +|wmtsa|2.0-3|[https://cran.r-project.org/web/packages/wmtsa/index.html] (https://cran.r-project.org/web/packages/wmtsa/index.html) +|wordcloud|2.6|[https://cran.r-project.org/src/contrib/wordcloud_2.6.tar.gz] (https://cran.r-project.org/src/contrib/wordcloud_2.6.tar.gz) +|wordcloud2|0.2.1|[https://cran.r-project.org/src/contrib/wordcloud2_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/wordcloud2_0.2.1.tar.gz) +|workflows|1.1.4|[https://cran.r-project.org/src/contrib/workflows_1.1.4.tar.gz] (https://cran.r-project.org/src/contrib/workflows_1.1.4.tar.gz) +|workflowsets|1.1.0|[https://cran.r-project.org/src/contrib/workflowsets_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/workflowsets_1.1.0.tar.gz) +|writexl|1.5.0|[https://cran.r-project.org/web/packages/writexl/index.html] (https://cran.r-project.org/web/packages/writexl/index.html) +|xesreadR|0.2.3|[https://cran.r-project.org/src/contrib/xesreadR_0.2.3.tar.gz] (https://cran.r-project.org/src/contrib/xesreadR_0.2.3.tar.gz) +|xfun|0.47|[https://cran.r-project.org/web/packages/xfun/index.html] (https://cran.r-project.org/web/packages/xfun/index.html) +|xgboost|2.1.1.1|[https://cran.r-project.org/web/packages/xgboost/index.html] (https://cran.r-project.org/web/packages/xgboost/index.html) +|XML|3.99-0.17|[https://cran.r-project.org/web/packages/XML/index.html] (https://cran.r-project.org/web/packages/XML/index.html) +|xml2|1.3.6|[https://cran.r-project.org/src/contrib/xml2_1.3.6.tar.gz] (https://cran.r-project.org/src/contrib/xml2_1.3.6.tar.gz) +|xopen|1.0.1|[https://cran.r-project.org/src/contrib/xopen_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/xopen_1.0.1.tar.gz) +|xplorerr|0.1.2|[https://cran.r-project.org/web/packages/xplorerr/index.html] (https://cran.r-project.org/web/packages/xplorerr/index.html) +|xtable|1.8-4|[https://cran.r-project.org/src/contrib/xtable_1.8-4.tar.gz] (https://cran.r-project.org/src/contrib/xtable_1.8-4.tar.gz) +|xts|0.14.0|[https://cran.r-project.org/web/packages/xts/index.html] (https://cran.r-project.org/web/packages/xts/index.html) +|yaml|2.3.10|[https://cran.r-project.org/src/contrib/yaml_2.3.10.tar.gz] (https://cran.r-project.org/src/contrib/yaml_2.3.10.tar.gz) +|yardstick|1.3.1|[https://cran.r-project.org/src/contrib/yardstick_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/yardstick_1.3.1.tar.gz) +|yarrr|0.1.5|[https://cran.r-project.org/src/contrib/yarrr_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/yarrr_0.1.5.tar.gz) +|YieldCurve|5.1|[https://cran.r-project.org/src/contrib/YieldCurve_5.1.tar.gz] (https://cran.r-project.org/src/contrib/YieldCurve_5.1.tar.gz) +|yulab.utils|0.1.7|[https://cran.r-project.org/web/packages/yulab.utils/index.html] (https://cran.r-project.org/web/packages/yulab.utils/index.html) +|zCompositions|1.5.0-4|[https://cran.r-project.org/src/contrib/zCompositions_1.5.0-4.tar.gz] (https://cran.r-project.org/src/contrib/zCompositions_1.5.0-4.tar.gz) +|zeallot|0.1.0|[https://cran.r-project.org/src/contrib/zeallot_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/zeallot_0.1.0.tar.gz) +|zic|0.9.1|[https://cran.r-project.org/src/contrib/zic_0.9.1.tar.gz] (https://cran.r-project.org/src/contrib/zic_0.9.1.tar.gz) +|zip|2.3.1|[https://cran.r-project.org/src/contrib/zip_2.3.1.tar.gz] (https://cran.r-project.org/src/contrib/zip_2.3.1.tar.gz) +|zipfR|0.6-70|[https://cran.r-project.org/src/contrib/zipfR_0.6-70.tar.gz] (https://cran.r-project.org/src/contrib/zipfR_0.6-70.tar.gz) +|zoo|1.8-12|[https://cran.r-project.org/src/contrib/zoo_1.8-12.tar.gz] (https://cran.r-project.org/src/contrib/zoo_1.8-12.tar.gz) +|base|4.3.3|Built-in|Package +|compiler|4.3.3|Built-in|Package +|datasets|4.3.3|Built-in|Package +|graphics|4.3.3|Built-in|Package +|grDevices|4.3.3|Built-in|Package +|MatrixGenerics|1.14.0|[https://bioconductor.org/packages/MatrixGenerics] (https://bioconductor.org/packages/MatrixGenerics) +|methods|4.3.3|Built-in|Package +|parallel|4.3.3|Built-in|Package +|sparseMatrixStats|1.14.0|[https://github.com/const-ae/sparseMatrixStats] (https://github.com/const-ae/sparseMatrixStats) +|stats|4.3.3|Built-in|Package +|stats4|4.3.3|Built-in|Package +|tools|4.3.3|Built-in|Package +|utils|4.3.3|Built-in|Package From 486caba2e2d42283928b094532fd4f130610c911 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:30:50 -0800 Subject: [PATCH 10/42] Update Hmisc package link in documentation --- powerbi-docs/connect-data/service-r-packages-support.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 3991c97d40..fc8dc96374 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -36,6 +36,7 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) + | Package | Version | Link | |-----------------------|-------------|--------------------------------------------------------------------------| |abc|2.2.1|[https://cran.r-project.org/web/packages/abc/index.html] (https://cran.r-project.org/web/packages/abc/index.html) @@ -470,7 +471,7 @@ The following sections provide an alphabetical table of which R packages are sup |highcharter|0.9.4|[https://cran.r-project.org/src/contrib/highcharter_0.9.4.tar.gz] (https://cran.r-project.org/src/contrib/highcharter_0.9.4.tar.gz) |highr|0.11|[https://cran.r-project.org/src/contrib/highr_0.11.tar.gz] (https://cran.r-project.org/src/contrib/highr_0.11.tar.gz) |HistData|0.9-1|[https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz] (https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz) -|Hmisc|5.1-3|[https://cran.r-project.org/web/packages/Hmisc/index.html] (https://cran.r-project.org/web/packages/Hmisc/index.html) +|Hmisc|5.1-3|[https://cran.r-project.org/web/packages/Hmisc/index.html] (https://cran.r-project.org/src/contrib/Hmisc_5.2-2.tar.gz) |hms|1.1.3|[https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz] (https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz) |hoardr|0.5.4|[https://cran.r-project.org/src/contrib/hoardr_0.5.4.tar.gz] (https://cran.r-project.org/src/contrib/hoardr_0.5.4.tar.gz) |hrbrthemes|0.8.7|[https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz] (https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz) From 71784bd03562466e58d50130ad2bc495d66f2148 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:46:09 -0800 Subject: [PATCH 11/42] Update powerbi-implementation-planning-integration-with-other-services.md Updated bookmark --- ...i-implementation-planning-integration-with-other-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md index ba875b70e7..d689664fb5 100644 --- a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md +++ b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md @@ -476,7 +476,7 @@ To refresh a published semantic model that uses Python or R integrated in Power You can integrate Python or R with Power BI reports in order to create custom visuals with Python libraries, like Seaborn or R packages like ggplot2. These visuals are fully customizable and support interactive features in Power BI like rendering a filtered result, cross-filtering, custom tooltips, drilldown, and drillthrough. -Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#python-packages-that-are-supported-in-power-bi) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. +Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#python-packages-that-are-supported-in-power-bi) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. While you can transform data and make calculations as part of a Python or R custom visual, it isn't recommended. Placing this logic in the Python or R visual can result in slower render durations, and greater difficulty to maintain the visual and achieve harmonization across visuals and reports in calculation logic. From 694b3619c9ab5c1ebd030319499fd9746f9cd200 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:55:49 -0800 Subject: [PATCH 12/42] Update service-r-packages-support.md Updated path for rland and hoardr --- powerbi-docs/connect-data/service-r-packages-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index fc8dc96374..ec4382293e 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -473,7 +473,7 @@ The following sections provide an alphabetical table of which R packages are sup |HistData|0.9-1|[https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz] (https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz) |Hmisc|5.1-3|[https://cran.r-project.org/web/packages/Hmisc/index.html] (https://cran.r-project.org/src/contrib/Hmisc_5.2-2.tar.gz) |hms|1.1.3|[https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz] (https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz) -|hoardr|0.5.4|[https://cran.r-project.org/src/contrib/hoardr_0.5.4.tar.gz] (https://cran.r-project.org/src/contrib/hoardr_0.5.4.tar.gz) +|hoardr|0.5.4| |hrbrthemes|0.8.7|[https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz] (https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz) |HSAUR|1.3-10|[https://cran.r-project.org/src/contrib/HSAUR_1.3-10.tar.gz] (https://cran.r-project.org/src/contrib/HSAUR_1.3-10.tar.gz) |htmlTable|2.4.3|[https://cran.r-project.org/src/contrib/htmlTable_2.4.3.tar.gz] (https://cran.r-project.org/src/contrib/htmlTable_2.4.3.tar.gz) @@ -859,7 +859,7 @@ The following sections provide an alphabetical table of which R packages are sup |rjags|4-16|[https://cran.r-project.org/src/contrib/rjags_4-16.tar.gz] (https://cran.r-project.org/src/contrib/rjags_4-16.tar.gz) |rjson|0.2.21|[https://cran.r-project.org/web/packages/rjson/index.html] (https://cran.r-project.org/web/packages/rjson/index.html) |RJSONIO|1.3-1.9|[https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz] (https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz) -|rlang|1.1.4|[https://cran.r-project.org/src/contrib/rlang_1.1.4.tar.gz] (https://cran.r-project.org/src/contrib/rlang_1.1.4.tar.gz) +|rlang|1.1.4| |rlecuyer|0.3-8|[https://cran.r-project.org/src/contrib/rlecuyer_0.3-8.tar.gz] (https://cran.r-project.org/src/contrib/rlecuyer_0.3-8.tar.gz) |rlist|0.4.6.2|[https://cran.r-project.org/src/contrib/rlist_0.4.6.2.tar.gz] (https://cran.r-project.org/src/contrib/rlist_0.4.6.2.tar.gz) |rmapshaper|0.5.0|[https://cran.r-project.org/src/contrib/rmapshaper_0.5.0.tar.gz] (https://cran.r-project.org/src/contrib/rmapshaper_0.5.0.tar.gz) From eda2b7ace2deffc49227b18d4f7cc66de4f73e73 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:02:27 -0800 Subject: [PATCH 13/42] Update service-r-packages-support.md --- powerbi-docs/connect-data/service-r-packages-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index ec4382293e..22c195a070 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -1023,7 +1023,7 @@ The following sections provide an alphabetical table of which R packages are sup |sys|3.4.2|[https://cran.r-project.org/web/packages/sys/index.html] (https://cran.r-project.org/web/packages/sys/index.html) |sysfonts|0.8.9|[https://cran.r-project.org/src/contrib/sysfonts_0.8.9.tar.gz] (https://cran.r-project.org/src/contrib/sysfonts_0.8.9.tar.gz) |systemfit|1.1-30|[https://cran.r-project.org/src/contrib/systemfit_1.1-30.tar.gz] (https://cran.r-project.org/src/contrib/systemfit_1.1-30.tar.gz) -|systemfonts|1.1.0|[https://cran.r-project.org/src/contrib/systemfonts_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/systemfonts_1.1.0.tar.gz) +|systemfonts|1.1.0| |syuzhet|1.0.7|[https://cran.r-project.org/src/contrib/syuzhet_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/syuzhet_1.0.7.tar.gz) |tau|0.0-25|[https://cran.r-project.org/web/packages/tau/index.html] (https://cran.r-project.org/web/packages/tau/index.html) |tcltk|4.3.3|[https://cran.r-project.org/web/packages/tcltk/index.html] (https://cran.r-project.org/web/packages/tcltk/index.html) @@ -1045,7 +1045,7 @@ The following sections provide an alphabetical table of which R packages are sup |tfplot|2021.6-1|[https://cran.r-project.org/src/contrib/tfplot_2021.6-1.tar.gz] (https://cran.r-project.org/src/contrib/tfplot_2021.6-1.tar.gz) |tframe|2015.12-1.1|[https://cran.r-project.org/src/contrib/tframe_2015.12-1.1.tar.gz] (https://cran.r-project.org/src/contrib/tframe_2015.12-1.1.tar.gz) |tgp|2.4-23|[https://cran.r-project.org/src/contrib/tgp_2.4-23.tar.gz] (https://cran.r-project.org/src/contrib/tgp_2.4-23.tar.gz) -|TH.data|1.1-2|[https://cran.r-project.org/src/contrib/TH.data_1.1-2.tar.gz] (https://cran.r-project.org/src/contrib/TH.data_1.1-2.tar.gz) +|TH.data|1.1-2| |thief|0.3|[https://cran.r-project.org/src/contrib/thief_0.3.tar.gz] (https://cran.r-project.org/src/contrib/thief_0.3.tar.gz) |threejs|0.3.3|[https://cran.r-project.org/src/contrib/threejs_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/threejs_0.3.3.tar.gz) |tibble|3.2.1|[https://cran.r-project.org/src/contrib/tibble_3.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tibble_3.2.1.tar.gz) From 98ff1a363d218849e58c4503a11514370d01f7c8 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:17:17 -0800 Subject: [PATCH 14/42] Update service-r-packages-support.md --- powerbi-docs/connect-data/service-r-packages-support.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 22c195a070..6b29c5fecd 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -31,10 +31,6 @@ The following sections provide an alphabetical table of which R packages are sup ### For reports in Premium/Fabric backed workspaces * Current R runtime: R 4.3.3 -### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China -* Current R runtime: Microsoft R 3.4.4 - - ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) | Package | Version | Link | @@ -1180,7 +1176,8 @@ The following sections provide an alphabetical table of which R packages are sup |utils|4.3.3|Built-in|Package - +### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China +* Current R runtime: Microsoft R 3.4.4 ## R packages that are supported in Power BI (non-Premium/Fabric backed workspaces/ Sov. Clouds/China) From 2decf074fb670ed650902914794b12a33ae53c8e Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:31:45 -0800 Subject: [PATCH 15/42] Update service-python-packages-support.md --- .../connect-data/service-python-packages-support.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 2433e3b1a2..5e15341f2b 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -30,10 +30,7 @@ There are a handful of requirements and limitations for Python packages: ### For reports in Premium/Fabric backed workspaces * Python runtime: Python 3.11 -### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China -* Python runtime: Python 3.7.7 - -## Python packages that are supported in the Power BI service +## Python packages that are supported in the Power BI service (Premium/ Fabric backed workspaces) The following table shows which packages **are supported** in Power BI for reports in **Premium/Fabric backed workspaces**. | Package | Version | Link | @@ -104,7 +101,8 @@ The following table shows which packages **are supported** in Power BI for repor | zipp |3.20.1| [https://pypi.org/project/zipp/3.20.1/] (https://pypi.org/project/zipp/3.20.1/) | - +### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China +* Python runtime: Python 3.7.7 The following table shows which packages **are supported** in Power BI reports in **non-Premium/Fabric backed workspaces**. From 504deaa2308014d8203fd30db68a05a61717b79e Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:35:59 -0800 Subject: [PATCH 16/42] Update powerbi-implementation-planning-integration-with-other-services.md --- ...i-implementation-planning-integration-with-other-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md index ba875b70e7..a03247b0b9 100644 --- a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md +++ b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md @@ -476,7 +476,7 @@ To refresh a published semantic model that uses Python or R integrated in Power You can integrate Python or R with Power BI reports in order to create custom visuals with Python libraries, like Seaborn or R packages like ggplot2. These visuals are fully customizable and support interactive features in Power BI like rendering a filtered result, cross-filtering, custom tooltips, drilldown, and drillthrough. -Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#python-packages-that-are-supported-in-power-bi) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. +Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md###python-packages-that-are-supported-in-the-Power-BI-service-(-premium-/-fabric-backed-workspaces) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. While you can transform data and make calculations as part of a Python or R custom visual, it isn't recommended. Placing this logic in the Python or R visual can result in slower render durations, and greater difficulty to maintain the visual and achieve harmonization across visuals and reports in calculation logic. From 2b77176202a1282fecab2550f3d8cc19d3c09e31 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:40:54 -0800 Subject: [PATCH 17/42] Updated package format --- .../service-r-packages-support.md | 3270 ++++++----------- 1 file changed, 1139 insertions(+), 2131 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 6b29c5fecd..dbd168870d 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -35,2137 +35,1145 @@ The following sections provide an alphabetical table of which R packages are sup | Package | Version | Link | |-----------------------|-------------|--------------------------------------------------------------------------| -|abc|2.2.1|[https://cran.r-project.org/web/packages/abc/index.html] (https://cran.r-project.org/web/packages/abc/index.html) -|abc.data|1.1|[https://cran.r-project.org/src/contrib/abc.data_1.1.tar.gz] (https://cran.r-project.org/src/contrib/abc.data_1.1.tar.gz) -|abind|1.4-5|[https://cran.r-project.org/web/packages/abind/index.html] (https://cran.r-project.org/web/packages/abind/index.html) -|acepack|1.4.2|[https://cran.r-project.org/src/contrib/acepack_1.4.2.tar.gz] (https://cran.r-project.org/src/contrib/acepack_1.4.2.tar.gz) -|actuar|3.3-4|[https://cran.r-project.org/web/packages/actuar/index.html] (https://cran.r-project.org/web/packages/actuar/index.html) -|ade4|1.7-22|[https://cran.r-project.org/src/contrib/ade4_1.7-22.tar.gz] (https://cran.r-project.org/src/contrib/ade4_1.7-22.tar.gz) -|adegenet|2.1.10|[https://cran.r-project.org/src/contrib/adegenet_2.1.10.tar.gz] (https://cran.r-project.org/src/contrib/adegenet_2.1.10.tar.gz) -|AdMit|2.1.9|[https://cran.r-project.org/src/contrib/AdMit_2.1.9.tar.gz] (https://cran.r-project.org/src/contrib/AdMit_2.1.9.tar.gz) -|AER|1.2-13|[https://cran.r-project.org/web/packages/AER/index.html] (https://cran.r-project.org/web/packages/AER/index.html) -|agricolae|1.3-7|[https://cran.r-project.org/src/contrib/agricolae_1.3-7.tar.gz] (https://cran.r-project.org/src/contrib/agricolae_1.3-7.tar.gz) -|AlgDesign|1.2.1|[https://cran.r-project.org/web/packages/AlgDesign/index.html] (https://cran.r-project.org/web/packages/AlgDesign/index.html) -|alluvial|0.1-2|[https://cran.r-project.org/src/contrib/alluvial_0.1-2.tar.gz] (https://cran.r-project.org/src/contrib/alluvial_0.1-2.tar.gz) -|andrews|1.1.2|[https://cran.r-project.org/src/contrib/andrews_1.1.2.tar.gz] (https://cran.r-project.org/src/contrib/andrews_1.1.2.tar.gz) -|anomalize|0.3.0|[https://cran.r-project.org/src/contrib/anomalize_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/anomalize_0.3.0.tar.gz) -|anytime|0.3.9|[https://cran.r-project.org/web/packages/anytime/index.html] (https://cran.r-project.org/web/packages/anytime/index.html) -|aod|1.3.3|[https://cran.r-project.org/src/contrib/aod_1.3.3.tar.gz] (https://cran.r-project.org/src/contrib/aod_1.3.3.tar.gz) -|apcluster|1.4.13|[https://cran.r-project.org/src/contrib/apcluster_1.4.13.tar.gz] (https://cran.r-project.org/src/contrib/apcluster_1.4.13.tar.gz) -|ape|5.8|[https://cran.r-project.org/web/packages/ape/index.html] (https://cran.r-project.org/web/packages/ape/index.html) -|aplpack|1.3.5|[https://cran.r-project.org/src/contrib/aplpack_1.3.5.tar.gz] (https://cran.r-project.org/src/contrib/aplpack_1.3.5.tar.gz) -|approximator|1.2-8|[https://cran.r-project.org/src/contrib/approximator_1.2-8.tar.gz] (https://cran.r-project.org/src/contrib/approximator_1.2-8.tar.gz) -|arm|1.14-4|[https://cran.r-project.org/src/contrib/arm_1.14-4.tar.gz] (https://cran.r-project.org/src/contrib/arm_1.14-4.tar.gz) -|arsenal|3.6.3|[https://cran.r-project.org/src/contrib/arsenal_3.6.3.tar.gz] (https://cran.r-project.org/src/contrib/arsenal_3.6.3.tar.gz) -|arules|1.7-8|[https://cran.r-project.org/web/packages/arules/index.html] (https://cran.r-project.org/web/packages/arules/index.html) -|arulesViz|1.5.3|[https://cran.r-project.org/src/contrib/arulesViz_1.5.3.tar.gz] (https://cran.r-project.org/src/contrib/arulesViz_1.5.3.tar.gz) -|ash|1.0-15|[https://cran.r-project.org/src/contrib/ash_1.0-15.tar.gz] (https://cran.r-project.org/src/contrib/ash_1.0-15.tar.gz) -|askpass|1.2.0|[https://cran.r-project.org/web/packages/askpass/index.html] (https://cran.r-project.org/web/packages/askpass/index.html) -|assertthat|0.2.1|[https://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz) -|audio|0.1-11|[https://cran.r-project.org/src/contrib/audio_0.1-11.tar.gz] (https://cran.r-project.org/src/contrib/audio_0.1-11.tar.gz) -|autocogs|0.1.4|[https://cran.r-project.org/src/contrib/autocogs_0.1.4.tar.gz] (https://cran.r-project.org/src/contrib/autocogs_0.1.4.tar.gz) -|automap|1.1-12|[https://cran.r-project.org/src/contrib/automap_1.1-12.tar.gz] (https://cran.r-project.org/src/contrib/automap_1.1-12.tar.gz) -|aweek|1.0.3|[https://cran.r-project.org/src/contrib/aweek_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/aweek_1.0.3.tar.gz) -|BACCO|2.1-0|[https://cran.r-project.org/src/contrib/BACCO_2.1-0.tar.gz] (https://cran.r-project.org/src/contrib/BACCO_2.1-0.tar.gz) -|backports|1.5.0|[https://cran.r-project.org/src/contrib/backports_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/backports_1.5.0.tar.gz) -|BaM|1.0.3|[https://cran.r-project.org/src/contrib/BaM_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/BaM_1.0.3.tar.gz) -|BAS|1.7.1|[https://cran.r-project.org/web/packages/BAS/index.html] (https://cran.r-project.org/web/packages/BAS/index.html) -|base64|2.0.1|[https://cran.r-project.org/web/packages/base64/index.html] (https://cran.r-project.org/web/packages/base64/index.html) -|base64enc|0.1-3|[https://cran.r-project.org/src/contrib/base64enc_0.1-3.tar.gz] (https://cran.r-project.org/src/contrib/base64enc_0.1-3.tar.gz) -|BayesDA|2012.04-1|[https://cran.r-project.org/src/contrib/BayesDA_2012.04-1.tar.gz] (https://cran.r-project.org/src/contrib/BayesDA_2012.04-1.tar.gz) -|BayesFactor|0.9.12-4.7|[https://cran.r-project.org/src/contrib/BayesFactor_0.9.12-4.7.tar.gz] (https://cran.r-project.org/src/contrib/BayesFactor_0.9.12-4.7.tar.gz) -|bayesGARCH|2.1.10|[https://cran.r-project.org/src/contrib/bayesGARCH_2.1.10.tar.gz] (https://cran.r-project.org/src/contrib/bayesGARCH_2.1.10.tar.gz) -|bayesm|3.1-6|[https://cran.r-project.org/src/contrib/bayesm_3.1-6.tar.gz] (https://cran.r-project.org/src/contrib/bayesm_3.1-6.tar.gz) -|bayesmix|0.7-6|[https://cran.r-project.org/src/contrib/bayesmix_0.7-6.tar.gz] (https://cran.r-project.org/src/contrib/bayesmix_0.7-6.tar.gz) -|bayesplot|1.11.1|[https://cran.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz] (https://cran.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz) -|bayesQR|2.4|[https://cran.r-project.org/src/contrib/bayesQR_2.4.tar.gz] (https://cran.r-project.org/src/contrib/bayesQR_2.4.tar.gz) -|bayesSurv|3.7|[https://cran.r-project.org/web/packages/bayesSurv/index.html] (https://cran.r-project.org/web/packages/bayesSurv/index.html) -|bayestestR|0.14.0|[https://cran.r-project.org/web/packages/bayestestR/index.html] (https://cran.r-project.org/web/packages/bayestestR/index.html) -|BayesTree|0.3-1.5|[https://cran.r-project.org/src/contrib/BayesTree_0.3-1.5.tar.gz] (https://cran.r-project.org/src/contrib/BayesTree_0.3-1.5.tar.gz) -|BayesX|0.3-3|[https://cran.r-project.org/src/contrib/BayesX_0.3-3.tar.gz] (https://cran.r-project.org/src/contrib/BayesX_0.3-3.tar.gz) -|BCBCSF|1.0-1|[https://cran.r-project.org/src/contrib/BCBCSF_1.0-1.tar.gz] (https://cran.r-project.org/src/contrib/BCBCSF_1.0-1.tar.gz) -|BDgraph|2.73|[https://cran.r-project.org/src/contrib/BDgraph_2.73.tar.gz] (https://cran.r-project.org/src/contrib/BDgraph_2.73.tar.gz) -|beanplot|1.3.1|[https://cran.r-project.org/src/contrib/beanplot_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/beanplot_1.3.1.tar.gz) -|beepr|2.0|[https://cran.r-project.org/src/contrib/beepr_2.0.tar.gz] (https://cran.r-project.org/src/contrib/beepr_2.0.tar.gz) -|beeswarm|0.4.0|[https://cran.r-project.org/src/contrib/beeswarm_0.4.0.tar.gz] (https://cran.r-project.org/src/contrib/beeswarm_0.4.0.tar.gz) -|benford.analysis|0.1.5|[https://cran.r-project.org/src/contrib/benford.analysis_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/benford.analysis_0.1.5.tar.gz) -|BenfordTests|1.2.0|[https://cran.r-project.org/src/contrib/BenfordTests_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/BenfordTests_1.2.0.tar.gz) -|bfp|0.0-48|[https://cran.r-project.org/src/contrib/bfp_0.0-48.tar.gz] (https://cran.r-project.org/src/contrib/bfp_0.0-48.tar.gz) -|BH|1.84.0-0|[https://cran.r-project.org/web/packages/BH/index.html] (https://cran.r-project.org/web/packages/BH/index.html) -|bibtex|0.5.1|[https://cran.r-project.org/src/contrib/bibtex_0.5.1.tar.gz] (https://cran.r-project.org/src/contrib/bibtex_0.5.1.tar.gz) -|biglm|0.9-3|[https://cran.r-project.org/src/contrib/biglm_0.9-3.tar.gz] (https://cran.r-project.org/src/contrib/biglm_0.9-3.tar.gz) -|bindr|0.1.1|[https://cran.r-project.org/web/packages/bindr/index.html] (https://cran.r-project.org/web/packages/bindr/index.html) -|bindrcpp|0.2.3|[https://cran.r-project.org/src/contrib/bindrcpp_0.2.3.tar.gz] (https://cran.r-project.org/src/contrib/bindrcpp_0.2.3.tar.gz) -|binom|1.1-1.1|[https://cran.r-project.org/src/contrib/binom_1.1-1.1.tar.gz] (https://cran.r-project.org/src/contrib/binom_1.1-1.1.tar.gz) -|BiocManager|1.30.25|[https://cran.r-project.org/src/contrib/BiocManager_1.30.25.tar.gz] (https://cran.r-project.org/src/contrib/BiocManager_1.30.25.tar.gz) -|bit|4.0.5|[https://cran.r-project.org/web/packages/bit/index.html] (https://cran.r-project.org/web/packages/bit/index.html) -|bit64|4.0.5|[https://cran.r-project.org/web/packages/bit64/index.html] (https://cran.r-project.org/web/packages/bit64/index.html) -|bitops|1.0-8|[https://cran.r-project.org/web/packages/bitops/index.html] (https://cran.r-project.org/web/packages/bitops/index.html) -|bizdays|1.0.16|[https://cran.r-project.org/web/packages/bizdays/index.html] (https://cran.r-project.org/web/packages/bizdays/index.html) -|blandr|0.6.0|[https://cran.r-project.org/src/contrib/blandr_0.6.0.tar.gz] (https://cran.r-project.org/src/contrib/blandr_0.6.0.tar.gz) -|blme|1.0-5|[https://cran.r-project.org/web/packages/blme/index.html] (https://cran.r-project.org/web/packages/blme/index.html) -|blob|1.2.4|[https://cran.r-project.org/src/contrib/blob_1.2.4.tar.gz] (https://cran.r-project.org/src/contrib/blob_1.2.4.tar.gz) -|BLR|1.6|[https://cran.r-project.org/src/contrib/BLR_1.6.tar.gz] (https://cran.r-project.org/src/contrib/BLR_1.6.tar.gz) -|BMA|3.18.17|[https://cran.r-project.org/web/packages/BMA/index.html] (https://cran.r-project.org/web/packages/BMA/index.html) -|bmp|0.3|[https://cran.r-project.org/src/contrib/bmp_0.3.tar.gz] (https://cran.r-project.org/src/contrib/bmp_0.3.tar.gz) -|BMS|0.3.5|[https://cran.r-project.org/src/contrib/BMS_0.3.5.tar.gz] (https://cran.r-project.org/src/contrib/BMS_0.3.5.tar.gz) -|bnlearn|4.8.3|[https://cran.r-project.org/web/packages/bnlearn/index.html] (https://cran.r-project.org/web/packages/bnlearn/index.html) -|boa|1.1.8-2|[https://cran.r-project.org/src/contrib/boa_1.1.8-2.tar.gz] (https://cran.r-project.org/src/contrib/boa_1.1.8-2.tar.gz) -|BoolNet|2.1.9|[https://cran.r-project.org/src/contrib/BoolNet_2.1.9.tar.gz] (https://cran.r-project.org/src/contrib/BoolNet_2.1.9.tar.gz) -|Boom|0.9.15|[https://cran.r-project.org/src/contrib/Boom_0.9.15.tar.gz] (https://cran.r-project.org/src/contrib/Boom_0.9.15.tar.gz) -|BoomSpikeSlab|1.2.6|[https://cran.r-project.org/src/contrib/BoomSpikeSlab_1.2.6.tar.gz] (https://cran.r-project.org/src/contrib/BoomSpikeSlab_1.2.6.tar.gz) -|boot|1.3-31|[https://cran.r-project.org/src/contrib/boot_1.3-31.tar.gz] (https://cran.r-project.org/src/contrib/boot_1.3-31.tar.gz) -|bootstrap|2019.6|[https://cran.r-project.org/src/contrib/bootstrap_2019.6.tar.gz] (https://cran.r-project.org/src/contrib/bootstrap_2019.6.tar.gz) -|Boruta|8.0.0|[https://cran.r-project.org/src/contrib/Boruta_8.0.0.tar.gz] (https://cran.r-project.org/src/contrib/Boruta_8.0.0.tar.gz) -|bqtl|1.0-36|[https://cran.r-project.org/web/packages/bqtl/index.html] (https://cran.r-project.org/web/packages/bqtl/index.html) -|BradleyTerry2|1.1-2|[https://cran.r-project.org/src/contrib/BradleyTerry2_1.1-2.tar.gz] (https://cran.r-project.org/src/contrib/BradleyTerry2_1.1-2.tar.gz) -|brew|1.0-10|[https://cran.r-project.org/src/contrib/brew_1.0-10.tar.gz] (https://cran.r-project.org/src/contrib/brew_1.0-10.tar.gz) -|brglm|0.7.2|[https://cran.r-project.org/src/contrib/brglm_0.7.2.tar.gz] (https://cran.r-project.org/src/contrib/brglm_0.7.2.tar.gz) -|brio|1.1.5|[https://cran.r-project.org/src/contrib/brio_1.1.5.tar.gz] (https://cran.r-project.org/src/contrib/brio_1.1.5.tar.gz) -|broom|1.0.6|[https://cran.r-project.org/web/packages/broom/index.html] (https://cran.r-project.org/web/packages/broom/index.html) -|broom.helpers|1.17.0|[https://cran.r-project.org/web/packages/broom.helpers/index.html] (https://cran.r-project.org/web/packages/broom.helpers/index.html) -|broom.mixed|0.2.9.5|[https://cran.r-project.org/web/packages/broom.mixed/index.html] (https://cran.r-project.org/web/packages/broom.mixed/index.html) -|bslib|0.8.0|[https://cran.r-project.org/src/contrib/bslib_0.8.0.tar.gz] (https://cran.r-project.org/src/contrib/bslib_0.8.0.tar.gz) -|bspec|1.6|[https://cran.r-project.org/src/contrib/bspec_1.6.tar.gz] (https://cran.r-project.org/src/contrib/bspec_1.6.tar.gz) -|bspmma|0.1-2|[https://cran.r-project.org/src/contrib/bspmma_0.1-2.tar.gz] (https://cran.r-project.org/src/contrib/bspmma_0.1-2.tar.gz) -|bsts|0.9.10|[https://cran.r-project.org/src/contrib/bsts_0.9.10.tar.gz] (https://cran.r-project.org/src/contrib/bsts_0.9.10.tar.gz) -|bupaR|0.5.4|[https://cran.r-project.org/src/contrib/bupaR_0.5.4.tar.gz] (https://cran.r-project.org/src/contrib/bupaR_0.5.4.tar.gz) -|C50|0.1.8|[https://cran.r-project.org/src/contrib/C50_0.1.8.tar.gz] (https://cran.r-project.org/src/contrib/C50_0.1.8.tar.gz) -|ca|0.71.1|[https://cran.r-project.org/src/contrib/ca_0.71.1.tar.gz] (https://cran.r-project.org/src/contrib/ca_0.71.1.tar.gz) -|cachem|1.1.0|[https://cran.r-project.org/src/contrib/cachem_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/cachem_1.1.0.tar.gz) -|Cairo|1.6-2|[https://cran.r-project.org/src/contrib/Cairo_1.6-2.tar.gz] (https://cran.r-project.org/src/contrib/Cairo_1.6-2.tar.gz) -|cairoDevice|2.28.2.2|[https://cran.r-project.org/web/packages/cairoDevice/index.html] (https://cran.r-project.org/web/packages/cairoDevice/index.html) -|calibrate|1.7.7|[https://cran.r-project.org/src/contrib/calibrate_1.7.7.tar.gz] (https://cran.r-project.org/src/contrib/calibrate_1.7.7.tar.gz) -|calibrator|1.2-8|[https://cran.r-project.org/src/contrib/calibrator_1.2-8.tar.gz] (https://cran.r-project.org/src/contrib/calibrator_1.2-8.tar.gz) -|callr|3.7.6|[https://cran.r-project.org/src/contrib/callr_3.7.6.tar.gz] (https://cran.r-project.org/src/contrib/callr_3.7.6.tar.gz) -|car|3.1-2|[https://cran.r-project.org/web/packages/car/index.html] (https://cran.r-project.org/web/packages/car/index.html) -|carData|3.0-5|[https://cran.r-project.org/src/contrib/carData_3.0-5.tar.gz] (https://cran.r-project.org/src/contrib/carData_3.0-5.tar.gz) -|cards|0.2.2|[https://cran.r-project.org/web/packages/cards/index.html] (https://cran.r-project.org/web/packages/cards/index.html) -|caret|6.0-94|[https://cran.r-project.org/web/packages/caret/index.html] (https://cran.r-project.org/web/packages/caret/index.html) -|catnet|1.16.1|[https://cran.r-project.org/web/packages/catnet/index.html] (https://cran.r-project.org/web/packages/catnet/index.html) -|caTools|1.18.3|[https://cran.r-project.org/src/contrib/caTools_1.18.3.tar.gz] (https://cran.r-project.org/src/contrib/caTools_1.18.3.tar.gz) -|cclust|0.6-26|[https://cran.r-project.org/src/contrib/cclust_0.6-26.tar.gz] (https://cran.r-project.org/src/contrib/cclust_0.6-26.tar.gz) -|cellranger|1.1.0|[https://cran.r-project.org/src/contrib/cellranger_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/cellranger_1.1.0.tar.gz) -|ChainLadder|0.2.19|[https://cran.r-project.org/src/contrib/ChainLadder_0.2.19.tar.gz] (https://cran.r-project.org/src/contrib/ChainLadder_0.2.19.tar.gz) -|changepoint|2.2.4|[https://cran.r-project.org/web/packages/changepoint/index.html] (https://cran.r-project.org/web/packages/changepoint/index.html) -|checkmate|2.3.2|[https://cran.r-project.org/src/contrib/checkmate_2.3.2.tar.gz] (https://cran.r-project.org/src/contrib/checkmate_2.3.2.tar.gz) -|checkpoint|1.0.2|[https://cran.r-project.org/src/contrib/checkpoint_1.0.2.tar.gz] (https://cran.r-project.org/src/contrib/checkpoint_1.0.2.tar.gz) -|chk|0.9.2|[https://cran.r-project.org/src/contrib/chk_0.9.2.tar.gz] (https://cran.r-project.org/src/contrib/chk_0.9.2.tar.gz) -|choroplethrMaps|1.0.1|[https://cran.r-project.org/src/contrib/choroplethrMaps_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/choroplethrMaps_1.0.1.tar.gz) -|chron|2.3-61|[https://cran.r-project.org/web/packages/chron/index.html] (https://cran.r-project.org/web/packages/chron/index.html) -|circlize|0.4.16|[https://cran.r-project.org/src/contrib/circlize_0.4.16.tar.gz] (https://cran.r-project.org/src/contrib/circlize_0.4.16.tar.gz) -|Ckmeans.1d.dp|4.3.5|[https://cran.r-project.org/src/contrib/Ckmeans.1d.dp_4.3.5.tar.gz] (https://cran.r-project.org/src/contrib/Ckmeans.1d.dp_4.3.5.tar.gz) -|class|7.3-22|[https://cran.r-project.org/web/packages/class/index.html] (https://cran.r-project.org/web/packages/class/index.html) -|classInt|0.4-10|[https://cran.r-project.org/web/packages/classInt/index.html] (https://cran.r-project.org/web/packages/classInt/index.html) -|cli|3.6.3|[https://cran.r-project.org/src/contrib/cli_3.6.3.tar.gz] (https://cran.r-project.org/src/contrib/cli_3.6.3.tar.gz) -|ClickClust|1.1.6|[https://cran.r-project.org/src/contrib/ClickClust_1.1.6.tar.gz] (https://cran.r-project.org/src/contrib/ClickClust_1.1.6.tar.gz) -|clickstream|1.3.3|[https://cran.r-project.org/src/contrib/clickstream_1.3.3.tar.gz] (https://cran.r-project.org/src/contrib/clickstream_1.3.3.tar.gz) -|clipr|0.8.0|[https://cran.r-project.org/src/contrib/clipr_0.8.0.tar.gz] (https://cran.r-project.org/src/contrib/clipr_0.8.0.tar.gz) -|clock|0.7.1|[https://cran.r-project.org/src/contrib/clock_0.7.1.tar.gz] (https://cran.r-project.org/src/contrib/clock_0.7.1.tar.gz) -|clue|0.3-65|[https://cran.r-project.org/web/packages/clue/index.html] (https://cran.r-project.org/web/packages/clue/index.html) -|cluster|2.1.6|[https://cran.r-project.org/web/packages/cluster/index.html] (https://cran.r-project.org/web/packages/cluster/index.html) -|clv|0.3-2.4|[https://cran.r-project.org/src/contrib/clv_0.3-2.4.tar.gz] (https://cran.r-project.org/src/contrib/clv_0.3-2.4.tar.gz) -|cmprsk|2.2-12|[https://cran.r-project.org/src/contrib/cmprsk_2.2-12.tar.gz] (https://cran.r-project.org/src/contrib/cmprsk_2.2-12.tar.gz) -|coda|0.19-4.1|[https://cran.r-project.org/src/contrib/coda_0.19-4.1.tar.gz] (https://cran.r-project.org/src/contrib/coda_0.19-4.1.tar.gz) -|codetools|0.2-20|[https://cran.r-project.org/src/contrib/codetools_0.2-20.tar.gz] (https://cran.r-project.org/src/contrib/codetools_0.2-20.tar.gz) -|coefplot|1.2.8|[https://cran.r-project.org/src/contrib/coefplot_1.2.8.tar.gz] (https://cran.r-project.org/src/contrib/coefplot_1.2.8.tar.gz) -|coin|1.4-3|[https://cran.r-project.org/src/contrib/coin_1.4-3.tar.gz] (https://cran.r-project.org/src/contrib/coin_1.4-3.tar.gz) -|collapsibleTree|0.1.8|[https://cran.r-project.org/src/contrib/collapsibleTree_0.1.8.tar.gz] (https://cran.r-project.org/src/contrib/collapsibleTree_0.1.8.tar.gz) -|colorRamps|2.3.4|[https://cran.r-project.org/src/contrib/colorRamps_2.3.4.tar.gz] (https://cran.r-project.org/src/contrib/colorRamps_2.3.4.tar.gz) -|colorspace|2.1-1|[https://cran.r-project.org/src/contrib/colorspace_2.1-1.tar.gz] (https://cran.r-project.org/src/contrib/colorspace_2.1-1.tar.gz) -|colourpicker|1.3.0|[https://cran.r-project.org/src/contrib/colourpicker_1.3.0.tar.gz] (https://cran.r-project.org/src/contrib/colourpicker_1.3.0.tar.gz) -|colourvalues|0.3.9|[https://cran.r-project.org/src/contrib/colourvalues_0.3.9.tar.gz] (https://cran.r-project.org/src/contrib/colourvalues_0.3.9.tar.gz) -|combinat|0.0-8|[https://cran.r-project.org/src/contrib/combinat_0.0-8.tar.gz] (https://cran.r-project.org/src/contrib/combinat_0.0-8.tar.gz) -|commonmark|1.9.1|[https://cran.r-project.org/web/packages/commonmark/index.html] (https://cran.r-project.org/web/packages/commonmark/index.html) -|compositions|2.0-8|[https://cran.r-project.org/src/contrib/compositions_2.0-8.tar.gz] (https://cran.r-project.org/src/contrib/compositions_2.0-8.tar.gz) -|CompQuadForm|1.4.3|[https://cran.r-project.org/src/contrib/CompQuadForm_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/CompQuadForm_1.4.3.tar.gz) -|confintr|1.0.2|[https://cran.r-project.org/src/contrib/confintr_1.0.2.tar.gz] (https://cran.r-project.org/src/contrib/confintr_1.0.2.tar.gz) -|conflicted|1.2.0|[https://cran.r-project.org/src/contrib/conflicted_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/conflicted_1.2.0.tar.gz) -|conquer|1.3.3|[https://cran.r-project.org/src/contrib/conquer_1.3.3.tar.gz] (https://cran.r-project.org/src/contrib/conquer_1.3.3.tar.gz) -|contfrac|1.1-12|[https://cran.r-project.org/src/contrib/contfrac_1.1-12.tar.gz] (https://cran.r-project.org/src/contrib/contfrac_1.1-12.tar.gz) -|CORElearn|1.57.3|[https://cran.r-project.org/web/packages/CORElearn/index.html] (https://cran.r-project.org/web/packages/CORElearn/index.html) -|corpcor|1.6.10|[https://cran.r-project.org/src/contrib/corpcor_1.6.10.tar.gz] (https://cran.r-project.org/src/contrib/corpcor_1.6.10.tar.gz) -|corrgram|1.14|[https://cran.r-project.org/src/contrib/corrgram_1.14.tar.gz] (https://cran.r-project.org/src/contrib/corrgram_1.14.tar.gz) -|corrplot|0.94|[https://cran.r-project.org/web/packages/corrplot/index.html] (https://cran.r-project.org/web/packages/corrplot/index.html) -|covr|3.6.4|[https://cran.r-project.org/src/contrib/covr_3.6.4.tar.gz] (https://cran.r-project.org/src/contrib/covr_3.6.4.tar.gz) -|cowplot|1.1.3|[https://cran.r-project.org/src/contrib/cowplot_1.1.3.tar.gz] (https://cran.r-project.org/src/contrib/cowplot_1.1.3.tar.gz) -|cplm|0.7-12|[https://cran.r-project.org/web/packages/cplm/index.html] (https://cran.r-project.org/web/packages/cplm/index.html) -|cpp11|0.5.0|[https://cran.r-project.org/web/packages/cpp11/index.html] (https://cran.r-project.org/web/packages/cpp11/index.html) -|crayon|1.5.2|[https://cran.r-project.org/web/packages/crayon/index.html] (https://cran.r-project.org/web/packages/crayon/index.html) -|credentials|2.0.1|[https://cran.r-project.org/web/packages/credentials/index.html] (https://cran.r-project.org/web/packages/credentials/index.html) -|crosstalk|1.2.1|[https://cran.r-project.org/src/contrib/crosstalk_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/crosstalk_1.2.1.tar.gz) -|crul|1.5.0|[https://cran.r-project.org/src/contrib/crul_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/crul_1.5.0.tar.gz) -|ctv|0.9-5|[https://cran.r-project.org/web/packages/ctv/index.html] (https://cran.r-project.org/web/packages/ctv/index.html) -|cubature|2.0.4.6|[https://cran.r-project.org/web/packages/cubature/index.html] (https://cran.r-project.org/web/packages/cubature/index.html) -|Cubist|0.4.4|[https://cran.r-project.org/src/contrib/Cubist_0.4.4.tar.gz] (https://cran.r-project.org/src/contrib/Cubist_0.4.4.tar.gz) -|curl|5.2.1|[https://cran.r-project.org/web/packages/curl/index.html] (https://cran.r-project.org/web/packages/curl/index.html) -|cvar|0.5|[https://cran.r-project.org/src/contrib/cvar_0.5.tar.gz] (https://cran.r-project.org/src/contrib/cvar_0.5.tar.gz) -|CVST|0.2-3|[https://cran.r-project.org/src/contrib/CVST_0.2-3.tar.gz] (https://cran.r-project.org/src/contrib/CVST_0.2-3.tar.gz) -|cvTools|0.3.3|[https://cran.r-project.org/src/contrib/cvTools_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/cvTools_0.3.3.tar.gz) -|d3heatmap|0.6.1.2|[https://cran.r-project.org/web/packages/d3heatmap/index.html] (https://cran.r-project.org/web/packages/d3heatmap/index.html) -|d3Network|0.5.2.1|[https://cran.r-project.org/src/contrib/d3Network_0.5.2.1.tar.gz] (https://cran.r-project.org/src/contrib/d3Network_0.5.2.1.tar.gz) -|d3r|1.1.0|[https://cran.r-project.org/src/contrib/d3r_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/d3r_1.1.0.tar.gz) -|data.table|1.15.4|[https://cran.r-project.org/web/packages/data.table/index.html] (https://cran.r-project.org/web/packages/data.table/index.html) -|data.tree|1.1.0|[https://cran.r-project.org/src/contrib/data.tree_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/data.tree_1.1.0.tar.gz) -|datasauRus|0.1.8|[https://cran.r-project.org/src/contrib/datasauRus_0.1.8.tar.gz] (https://cran.r-project.org/src/contrib/datasauRus_0.1.8.tar.gz) -|datawizard|0.12.3|[https://cran.r-project.org/web/packages/datawizard/index.html] (https://cran.r-project.org/web/packages/datawizard/index.html) -|date|1.2-42|[https://cran.r-project.org/src/contrib/date_1.2-42.tar.gz] (https://cran.r-project.org/src/contrib/date_1.2-42.tar.gz) -|DBI|1.2.3|[https://cran.r-project.org/src/contrib/DBI_1.2.3.tar.gz] (https://cran.r-project.org/src/contrib/DBI_1.2.3.tar.gz) -|dbplyr|2.5.0|[https://cran.r-project.org/src/contrib/dbplyr_2.5.0.tar.gz] (https://cran.r-project.org/src/contrib/dbplyr_2.5.0.tar.gz) -|dbscan|1.2-0|[https://cran.r-project.org/src/contrib/dbscan_1.2-0.tar.gz] (https://cran.r-project.org/src/contrib/dbscan_1.2-0.tar.gz) -|dclone|2.3-2|[https://cran.r-project.org/src/contrib/dclone_2.3-2.tar.gz] (https://cran.r-project.org/src/contrib/dclone_2.3-2.tar.gz) -|dcurver|0.9.2|[https://cran.r-project.org/src/contrib/dcurver_0.9.2.tar.gz] (https://cran.r-project.org/src/contrib/dcurver_0.9.2.tar.gz) -|ddalpha|1.3.15|[https://cran.r-project.org/web/packages/ddalpha/index.html] (https://cran.r-project.org/web/packages/ddalpha/index.html) -|deal|1.2-42|[https://cran.r-project.org/src/contrib/deal_1.2-42.tar.gz] (https://cran.r-project.org/src/contrib/deal_1.2-42.tar.gz) -|debugme|1.2.0|[https://cran.r-project.org/src/contrib/debugme_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/debugme_1.2.0.tar.gz) -|decido|0.3.0|[https://cran.r-project.org/src/contrib/decido_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/decido_0.3.0.tar.gz) -|deepnet|0.2.1|[https://cran.r-project.org/src/contrib/deepnet_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/deepnet_0.2.1.tar.gz) -|deldir|2.0-4|[https://cran.r-project.org/src/contrib/deldir_2.0-4.tar.gz] (https://cran.r-project.org/src/contrib/deldir_2.0-4.tar.gz) -|dendextend|1.17.1|[https://cran.r-project.org/web/packages/dendextend/index.html] (https://cran.r-project.org/web/packages/dendextend/index.html) -|DEoptimR|1.1-3|[https://cran.r-project.org/web/packages/DEoptimR/index.html] (https://cran.r-project.org/web/packages/DEoptimR/index.html) -|Deriv|4.1.3|[https://cran.r-project.org/web/packages/Deriv/index.html] (https://cran.r-project.org/web/packages/Deriv/index.html) -|desc|1.4.3|[https://cran.r-project.org/src/contrib/desc_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/desc_1.4.3.tar.gz) -|descr|1.1.8|[https://cran.r-project.org/src/contrib/descr_1.1.8.tar.gz] (https://cran.r-project.org/src/contrib/descr_1.1.8.tar.gz) -|deSolve|1.40|[https://cran.r-project.org/src/contrib/deSolve_1.40.tar.gz] (https://cran.r-project.org/src/contrib/deSolve_1.40.tar.gz) -|devtools|2.4.5|[https://cran.r-project.org/src/contrib/devtools_2.4.5.tar.gz] (https://cran.r-project.org/src/contrib/devtools_2.4.5.tar.gz) -|diagram|1.6.5|[https://cran.r-project.org/src/contrib/diagram_1.6.5.tar.gz] (https://cran.r-project.org/src/contrib/diagram_1.6.5.tar.gz) -|DiagrammeR|1.0.11|[https://cran.r-project.org/src/contrib/DiagrammeR_1.0.11.tar.gz] (https://cran.r-project.org/src/contrib/DiagrammeR_1.0.11.tar.gz) -|DiagrammeRsvg|0.1|[https://cran.r-project.org/src/contrib/DiagrammeRsvg_0.1.tar.gz] (https://cran.r-project.org/src/contrib/DiagrammeRsvg_0.1.tar.gz) -|dials|1.3.0|[https://cran.r-project.org/src/contrib/dials_1.3.0.tar.gz] (https://cran.r-project.org/src/contrib/dials_1.3.0.tar.gz) -|DiceDesign|1.10|[https://cran.r-project.org/src/contrib/DiceDesign_1.10.tar.gz] (https://cran.r-project.org/src/contrib/DiceDesign_1.10.tar.gz) -|dichromat|2.0-0.1|[https://cran.r-project.org/src/contrib/dichromat_2.0-0.1.tar.gz] (https://cran.r-project.org/src/contrib/dichromat_2.0-0.1.tar.gz) -|diffobj|0.3.5|[https://cran.r-project.org/src/contrib/diffobj_0.3.5.tar.gz] (https://cran.r-project.org/src/contrib/diffobj_0.3.5.tar.gz) -|digest|0.6.33|[https://cran.r-project.org/web/packages/digest/index.html] (https://cran.r-project.org/web/packages/digest/index.html) -|dimRed|0.2.6|[https://cran.r-project.org/web/packages/dimRed/index.html] (https://cran.r-project.org/web/packages/dimRed/index.html) -|diptest|0.77-1|[https://cran.r-project.org/src/contrib/diptest_0.77-1.tar.gz] (https://cran.r-project.org/src/contrib/diptest_0.77-1.tar.gz) -|distcrete|1.0.3|[https://cran.r-project.org/src/contrib/distcrete_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/distcrete_1.0.3.tar.gz) -|distributional|0.4.0|[https://cran.r-project.org/web/packages/distributional/index.html] (https://cran.r-project.org/web/packages/distributional/index.html) -|DistributionUtils|0.6-1|[https://cran.r-project.org/src/contrib/DistributionUtils_0.6-1.tar.gz] (https://cran.r-project.org/src/contrib/DistributionUtils_0.6-1.tar.gz) -|distrom|1.0.1|[https://cran.r-project.org/src/contrib/distrom_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/distrom_1.0.1.tar.gz) -|dlm|1.1-6|[https://cran.r-project.org/web/packages/dlm/index.html] (https://cran.r-project.org/web/packages/dlm/index.html) -|DMwR|0.4.1|[https://cran.r-project.org/web/packages/DMwR/index.html] (https://cran.r-project.org/web/packages/DMwR/index.html) -|doBy|4.6.22|[https://cran.r-project.org/web/packages/doBy/index.html] (https://cran.r-project.org/web/packages/doBy/index.html) -|doFuture|1.0.1|[https://cran.r-project.org/src/contrib/doFuture_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/doFuture_1.0.1.tar.gz) -|doParallel|1.0.17|[https://cran.r-project.org/src/contrib/doParallel_1.0.17.tar.gz] (https://cran.r-project.org/src/contrib/doParallel_1.0.17.tar.gz) -|doSNOW|1.0.20|[https://cran.r-project.org/src/contrib/doSNOW_1.0.20.tar.gz] (https://cran.r-project.org/src/contrib/doSNOW_1.0.20.tar.gz) -|dotCall64|1.1-1|[https://cran.r-project.org/web/packages/dotCall64/index.html] (https://cran.r-project.org/web/packages/dotCall64/index.html) -|downlit|0.4.4|[https://cran.r-project.org/src/contrib/downlit_0.4.4.tar.gz] (https://cran.r-project.org/src/contrib/downlit_0.4.4.tar.gz) -|downloader|0.4|[https://cran.r-project.org/src/contrib/downloader_0.4.tar.gz] (https://cran.r-project.org/src/contrib/downloader_0.4.tar.gz) -|dplyr|1.1.4|[https://cran.r-project.org/src/contrib/dplyr_1.1.4.tar.gz] (https://cran.r-project.org/src/contrib/dplyr_1.1.4.tar.gz) -|DRR|0.0.4|[https://cran.r-project.org/src/contrib/DRR_0.0.4.tar.gz] (https://cran.r-project.org/src/contrib/DRR_0.0.4.tar.gz) -|dse|2020.2-1|[https://cran.r-project.org/web/packages/dse/index.html] (https://cran.r-project.org/web/packages/dse/index.html) -|DT|0.33|[https://cran.r-project.org/src/contrib/DT_0.33.tar.gz] (https://cran.r-project.org/src/contrib/DT_0.33.tar.gz) -|dtplyr|1.3.1|[https://cran.r-project.org/src/contrib/dtplyr_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/dtplyr_1.3.1.tar.gz) -|dtt|0.1-2|[https://cran.r-project.org/src/contrib/dtt_0.1-2.tar.gz] (https://cran.r-project.org/src/contrib/dtt_0.1-2.tar.gz) -|dtw|1.23-1|[https://cran.r-project.org/src/contrib/dtw_1.23-1.tar.gz] (https://cran.r-project.org/src/contrib/dtw_1.23-1.tar.gz) -|dygraphs|1.1.1.6|[https://cran.r-project.org/src/contrib/dygraphs_1.1.1.6.tar.gz] (https://cran.r-project.org/src/contrib/dygraphs_1.1.1.6.tar.gz) -|dynlm|0.3-6|[https://cran.r-project.org/src/contrib/dynlm_0.3-6.tar.gz] (https://cran.r-project.org/src/contrib/dynlm_0.3-6.tar.gz) -|e1071|1.7-14|[https://cran.r-project.org/web/packages/e1071/index.html] (https://cran.r-project.org/web/packages/e1071/index.html) -|earth|5.3.3|[https://cran.r-project.org/web/packages/earth/index.html] (https://cran.r-project.org/web/packages/earth/index.html) -|EbayesThresh|1.4-12|[https://cran.r-project.org/src/contrib/EbayesThresh_1.4-12.tar.gz] (https://cran.r-project.org/src/contrib/EbayesThresh_1.4-12.tar.gz) -|ebdbNet|1.2.8|[https://cran.r-project.org/src/contrib/ebdbNet_1.2.8.tar.gz] (https://cran.r-project.org/src/contrib/ebdbNet_1.2.8.tar.gz) -|ecm|7.2.0|[https://cran.r-project.org/src/contrib/ecm_7.2.0.tar.gz] (https://cran.r-project.org/src/contrib/ecm_7.2.0.tar.gz) -|edeaR|0.9.4|[https://cran.r-project.org/src/contrib/edeaR_0.9.4.tar.gz] (https://cran.r-project.org/src/contrib/edeaR_0.9.4.tar.gz) -|effects|4.2-2|[https://cran.r-project.org/src/contrib/effects_4.2-2.tar.gz] (https://cran.r-project.org/src/contrib/effects_4.2-2.tar.gz) -|effectsize|0.8.9|[https://cran.r-project.org/web/packages/effectsize/index.html] (https://cran.r-project.org/web/packages/effectsize/index.html) -|egg|0.4.5|[https://cran.r-project.org/src/contrib/egg_0.4.5.tar.gz] (https://cran.r-project.org/src/contrib/egg_0.4.5.tar.gz) -|ellipse|0.5.0|[https://cran.r-project.org/src/contrib/ellipse_0.5.0.tar.gz] (https://cran.r-project.org/src/contrib/ellipse_0.5.0.tar.gz) -|ellipsis|0.3.2|[https://cran.r-project.org/src/contrib/ellipsis_0.3.2.tar.gz] (https://cran.r-project.org/src/contrib/ellipsis_0.3.2.tar.gz) -|elliptic|1.4-0|[https://cran.r-project.org/src/contrib/elliptic_1.4-0.tar.gz] (https://cran.r-project.org/src/contrib/elliptic_1.4-0.tar.gz) -|emmeans|1.10.4|[https://cran.r-project.org/web/packages/emmeans/index.html] (https://cran.r-project.org/web/packages/emmeans/index.html) -|emulator|1.2-24|[https://cran.r-project.org/src/contrib/emulator_1.2-24.tar.gz] (https://cran.r-project.org/src/contrib/emulator_1.2-24.tar.gz) -|energy|1.7-12|[https://cran.r-project.org/src/contrib/energy_1.7-12.tar.gz] (https://cran.r-project.org/src/contrib/energy_1.7-12.tar.gz) -|english|1.2-6|[https://cran.r-project.org/src/contrib/english_1.2-6.tar.gz] (https://cran.r-project.org/src/contrib/english_1.2-6.tar.gz) -|ensembleBMA|5.1.8|[https://cran.r-project.org/src/contrib/ensembleBMA_5.1.8.tar.gz] (https://cran.r-project.org/src/contrib/ensembleBMA_5.1.8.tar.gz) -|entropy|1.3.1|[https://cran.r-project.org/src/contrib/entropy_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/entropy_1.3.1.tar.gz) -|epitools|0.5-10.1|[https://cran.r-project.org/src/contrib/epitools_0.5-10.1.tar.gz] (https://cran.r-project.org/src/contrib/epitools_0.5-10.1.tar.gz) -|epitrix|0.4.0|[https://cran.r-project.org/src/contrib/epitrix_0.4.0.tar.gz] (https://cran.r-project.org/src/contrib/epitrix_0.4.0.tar.gz) -|estimability|1.5|[https://cran.r-project.org/web/packages/estimability/index.html] (https://cran.r-project.org/web/packages/estimability/index.html) -|eulerr|7.0.2|[https://cran.r-project.org/src/contrib/eulerr_7.0.2.tar.gz] (https://cran.r-project.org/src/contrib/eulerr_7.0.2.tar.gz) -|evaluate|0.22|[https://cran.r-project.org/web/packages/evaluate/index.html] (https://cran.r-project.org/web/packages/evaluate/index.html) -|evd|2.3-7|[https://cran.r-project.org/web/packages/evd/index.html] (https://cran.r-project.org/web/packages/evd/index.html) -|evdbayes|1.1-3|[https://cran.r-project.org/src/contrib/evdbayes_1.1-3.tar.gz] (https://cran.r-project.org/src/contrib/evdbayes_1.1-3.tar.gz) -|eventdataR|0.3.1|[https://cran.r-project.org/src/contrib/eventdataR_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/eventdataR_0.3.1.tar.gz) -|exactRankTests|0.8-35|[https://cran.r-project.org/src/contrib/exactRankTests_0.8-35.tar.gz] (https://cran.r-project.org/src/contrib/exactRankTests_0.8-35.tar.gz) -|expint|0.1-8|[https://cran.r-project.org/src/contrib/expint_0.1-8.tar.gz] (https://cran.r-project.org/src/contrib/expint_0.1-8.tar.gz) -|expm|1.0-0|[https://cran.r-project.org/src/contrib/expm_1.0-0.tar.gz] (https://cran.r-project.org/src/contrib/expm_1.0-0.tar.gz) -|extraDistr|1.10.0|[https://cran.r-project.org/src/contrib/extraDistr_1.10.0.tar.gz] (https://cran.r-project.org/src/contrib/extraDistr_1.10.0.tar.gz) -|extrafont|0.19|[https://cran.r-project.org/src/contrib/extrafont_0.19.tar.gz] (https://cran.r-project.org/src/contrib/extrafont_0.19.tar.gz) -|extrafontdb|1.0|[https://cran.r-project.org/src/contrib/extrafontdb_1.0.tar.gz] (https://cran.r-project.org/src/contrib/extrafontdb_1.0.tar.gz) -|extremevalues|2.3.4|[https://cran.r-project.org/web/packages/extremevalues/index.html] (https://cran.r-project.org/web/packages/extremevalues/index.html) -|ez|4.4-0|[https://cran.r-project.org/src/contrib/ez_4.4-0.tar.gz] (https://cran.r-project.org/src/contrib/ez_4.4-0.tar.gz) -|factoextra|1.0.7|[https://cran.r-project.org/src/contrib/factoextra_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/factoextra_1.0.7.tar.gz) -|FactoMineR|2.11|[https://cran.r-project.org/src/contrib/FactoMineR_2.11.tar.gz] (https://cran.r-project.org/src/contrib/FactoMineR_2.11.tar.gz) -|fansi|1.0.5|[https://cran.r-project.org/web/packages/fansi/index.html] (https://cran.r-project.org/web/packages/fansi/index.html) -|faoutlier|0.7.6|[https://cran.r-project.org/src/contrib/faoutlier_0.7.6.tar.gz] (https://cran.r-project.org/src/contrib/faoutlier_0.7.6.tar.gz) -|farver|2.1.2|[https://cran.r-project.org/src/contrib/farver_2.1.2.tar.gz] (https://cran.r-project.org/src/contrib/farver_2.1.2.tar.gz) -|fastICA|1.2-5.1|[https://cran.r-project.org/web/packages/fastICA/index.html] (https://cran.r-project.org/web/packages/fastICA/index.html) -|fastmap|1.2.0|[https://cran.r-project.org/src/contrib/fastmap_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/fastmap_1.2.0.tar.gz) -|fastmatch|1.1-4|[https://cran.r-project.org/web/packages/fastmatch/index.html] (https://cran.r-project.org/web/packages/fastmatch/index.html) -|fBasics|4041.97|[https://cran.r-project.org/src/contrib/fBasics_4041.97.tar.gz] (https://cran.r-project.org/src/contrib/fBasics_4041.97.tar.gz) -|fda|6.1.8|[https://cran.r-project.org/web/packages/fda/index.html] (https://cran.r-project.org/web/packages/fda/index.html) -|fdrtool|1.2.18|[https://cran.r-project.org/src/contrib/fdrtool_1.2.18.tar.gz] (https://cran.r-project.org/src/contrib/fdrtool_1.2.18.tar.gz) -|fds|1.8|[https://cran.r-project.org/src/contrib/fds_1.8.tar.gz] (https://cran.r-project.org/src/contrib/fds_1.8.tar.gz) -|fGarch|4033.92|[https://cran.r-project.org/src/contrib/fGarch_4033.92.tar.gz] (https://cran.r-project.org/src/contrib/fGarch_4033.92.tar.gz) -|fields|16.2|[https://cran.r-project.org/web/packages/fields/index.html] (https://cran.r-project.org/web/packages/fields/index.html) -|filehash|2.4-6|[https://cran.r-project.org/src/contrib/filehash_2.4-6.tar.gz] (https://cran.r-project.org/src/contrib/filehash_2.4-6.tar.gz) -|filelock|1.0.3|[https://cran.r-project.org/src/contrib/filelock_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/filelock_1.0.3.tar.gz) -|FinCal|0.6.3|[https://cran.r-project.org/src/contrib/FinCal_0.6.3.tar.gz] (https://cran.r-project.org/src/contrib/FinCal_0.6.3.tar.gz) -|fitdistrplus|1.2-1|[https://cran.r-project.org/web/packages/fitdistrplus/index.html] (https://cran.r-project.org/web/packages/fitdistrplus/index.html) -|flashClust|1.01-2|[https://cran.r-project.org/src/contrib/flashClust_1.01-2.tar.gz] (https://cran.r-project.org/src/contrib/flashClust_1.01-2.tar.gz) -|flexclust|1.4-2|[https://cran.r-project.org/src/contrib/flexclust_1.4-2.tar.gz] (https://cran.r-project.org/src/contrib/flexclust_1.4-2.tar.gz) -|flexmix|2.3-19|[https://cran.r-project.org/src/contrib/flexmix_2.3-19.tar.gz] (https://cran.r-project.org/src/contrib/flexmix_2.3-19.tar.gz) -|float|0.3-2|[https://cran.r-project.org/src/contrib/float_0.3-2.tar.gz] (https://cran.r-project.org/src/contrib/float_0.3-2.tar.gz) -|FME|1.3.6.3|[https://cran.r-project.org/src/contrib/FME_1.3.6.3.tar.gz] (https://cran.r-project.org/src/contrib/FME_1.3.6.3.tar.gz) -|fmsb|0.7.6|[https://cran.r-project.org/src/contrib/fmsb_0.7.6.tar.gz] (https://cran.r-project.org/src/contrib/fmsb_0.7.6.tar.gz) -|FNN|1.1.4|[https://cran.r-project.org/web/packages/FNN/index.html] (https://cran.r-project.org/web/packages/FNN/index.html) -|fontawesome|0.5.2|[https://cran.r-project.org/web/packages/fontawesome/index.html] (https://cran.r-project.org/web/packages/fontawesome/index.html) -|fontBitstreamVera|0.1.1|[https://cran.r-project.org/src/contrib/fontBitstreamVera_0.1.1.tar.gz] (https://cran.r-project.org/src/contrib/fontBitstreamVera_0.1.1.tar.gz) -|fontLiberation|0.1.0|[https://cran.r-project.org/src/contrib/fontLiberation_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/fontLiberation_0.1.0.tar.gz) -|fontquiver|0.2.1|[https://cran.r-project.org/src/contrib/fontquiver_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/fontquiver_0.2.1.tar.gz) -|forcats|1.0.0|[https://cran.r-project.org/src/contrib/forcats_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/forcats_1.0.0.tar.gz) -|foreach|1.5.2|[https://cran.r-project.org/src/contrib/foreach_1.5.2.tar.gz] (https://cran.r-project.org/src/contrib/foreach_1.5.2.tar.gz) -|forecast|8.23.0|[https://cran.r-project.org/src/contrib/forecast_8.23.0.tar.gz] (https://cran.r-project.org/src/contrib/forecast_8.23.0.tar.gz) -|forecastHybrid|5.0.19|[https://cran.r-project.org/src/contrib/forecastHybrid_5.0.19.tar.gz] (https://cran.r-project.org/src/contrib/forecastHybrid_5.0.19.tar.gz) -|foreign|0.8-87|[https://cran.r-project.org/web/packages/foreign/index.html] (https://cran.r-project.org/web/packages/foreign/index.html) -|formatR|1.14|[https://cran.r-project.org/src/contrib/formatR_1.14.tar.gz] (https://cran.r-project.org/src/contrib/formatR_1.14.tar.gz) -|formattable|0.2.1|[https://cran.r-project.org/src/contrib/formattable_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/formattable_0.2.1.tar.gz) -|Formula|1.2-5|[https://cran.r-project.org/src/contrib/Formula_1.2-5.tar.gz] (https://cran.r-project.org/src/contrib/Formula_1.2-5.tar.gz) -|fpc|2.2-12|[https://cran.r-project.org/web/packages/fpc/index.html] (https://cran.r-project.org/web/packages/fpc/index.html) -|fracdiff|1.5-3|[https://cran.r-project.org/src/contrib/fracdiff_1.5-3.tar.gz] (https://cran.r-project.org/src/contrib/fracdiff_1.5-3.tar.gz) -|fs|1.6.4|[https://cran.r-project.org/web/packages/fs/index.html] (https://cran.r-project.org/web/packages/fs/index.html) -|fTrading|3042.79|[https://cran.r-project.org/src/contrib/fTrading_3042.79.tar.gz] (https://cran.r-project.org/src/contrib/fTrading_3042.79.tar.gz) -|fUnitRoots|4040.81|[https://cran.r-project.org/src/contrib/fUnitRoots_4040.81.tar.gz] (https://cran.r-project.org/src/contrib/fUnitRoots_4040.81.tar.gz) -|furrr|0.3.1|[https://cran.r-project.org/src/contrib/furrr_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/furrr_0.3.1.tar.gz) -|futile.logger|1.4.3|[https://cran.r-project.org/src/contrib/futile.logger_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/futile.logger_1.4.3.tar.gz) -|futile.options|1.0.1|[https://cran.r-project.org/src/contrib/futile.options_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/futile.options_1.0.1.tar.gz) -|future|1.34.0|[https://cran.r-project.org/src/contrib/future_1.34.0.tar.gz] (https://cran.r-project.org/src/contrib/future_1.34.0.tar.gz) -|future.apply|1.11.2|[https://cran.r-project.org/web/packages/future.apply/index.html] (https://cran.r-project.org/web/packages/future.apply/index.html) -|gam|1.22-4|[https://cran.r-project.org/web/packages/gam/index.html] (https://cran.r-project.org/web/packages/gam/index.html) -|gamlr|1.13-8|[https://cran.r-project.org/src/contrib/gamlr_1.13-8.tar.gz] (https://cran.r-project.org/src/contrib/gamlr_1.13-8.tar.gz) -|gamlss|5.4-22|[https://cran.r-project.org/src/contrib/gamlss_5.4-22.tar.gz] (https://cran.r-project.org/src/contrib/gamlss_5.4-22.tar.gz) -|gamlss.data|6.0-6|[https://cran.r-project.org/src/contrib/gamlss.data_6.0-6.tar.gz] (https://cran.r-project.org/src/contrib/gamlss.data_6.0-6.tar.gz) -|gamlss.dist|6.1-1|[https://cran.r-project.org/src/contrib/gamlss.dist_6.1-1.tar.gz] (https://cran.r-project.org/src/contrib/gamlss.dist_6.1-1.tar.gz) -|gargle|1.5.2|[https://cran.r-project.org/src/contrib/gargle_1.5.2.tar.gz] (https://cran.r-project.org/src/contrib/gargle_1.5.2.tar.gz) -|gbm|2.2.2|[https://cran.r-project.org/src/contrib/gbm_2.2.2.tar.gz] (https://cran.r-project.org/src/contrib/gbm_2.2.2.tar.gz) -|gbRd|0.4.12|[https://cran.r-project.org/src/contrib/gbRd_0.4.12.tar.gz] (https://cran.r-project.org/src/contrib/gbRd_0.4.12.tar.gz) -|gbutils|0.5|[https://cran.r-project.org/src/contrib/gbutils_0.5.tar.gz] (https://cran.r-project.org/src/contrib/gbutils_0.5.tar.gz) -|gclus|1.3.2|[https://cran.r-project.org/src/contrib/gclus_1.3.2.tar.gz] (https://cran.r-project.org/src/contrib/gclus_1.3.2.tar.gz) -|gdalUtils|2.0.3.2|[https://cran.r-project.org/web/packages/gdalUtils/index.html] (https://cran.r-project.org/web/packages/gdalUtils/index.html) -|gdata|3.0.0|[https://cran.r-project.org/web/packages/gdata/index.html] (https://cran.r-project.org/web/packages/gdata/index.html) -|gdtools|0.4.0|[https://cran.r-project.org/web/packages/gdtools/index.html] (https://cran.r-project.org/web/packages/gdtools/index.html) -|gee|4.13-27|[https://cran.r-project.org/web/packages/gee/index.html] (https://cran.r-project.org/web/packages/gee/index.html) -|genalg|0.2.1|[https://cran.r-project.org/src/contrib/genalg_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/genalg_0.2.1.tar.gz) -|generics|0.1.3|[https://cran.r-project.org/src/contrib/generics_0.1.3.tar.gz] (https://cran.r-project.org/src/contrib/generics_0.1.3.tar.gz) -|genetics|1.3.8.1.3|[https://cran.r-project.org/src/contrib/genetics_1.3.8.1.3.tar.gz] (https://cran.r-project.org/src/contrib/genetics_1.3.8.1.3.tar.gz) -|GenSA|1.1.14|[https://cran.r-project.org/web/packages/GenSA/index.html] (https://cran.r-project.org/web/packages/GenSA/index.html) -|geojson|0.3.5|[https://cran.r-project.org/src/contrib/geojson_0.3.5.tar.gz] (https://cran.r-project.org/src/contrib/geojson_0.3.5.tar.gz) -|geojsonio|0.11.3|[https://cran.r-project.org/src/contrib/geojsonio_0.11.3.tar.gz] (https://cran.r-project.org/src/contrib/geojsonio_0.11.3.tar.gz) -|geojsonlint|0.4.0|[https://cran.r-project.org/web/packages/geojsonlint/index.html] (https://cran.r-project.org/web/packages/geojsonlint/index.html) -|geojsonsf|2.0.3|[https://cran.r-project.org/src/contrib/geojsonsf_2.0.3.tar.gz] (https://cran.r-project.org/src/contrib/geojsonsf_2.0.3.tar.gz) -|geometries|0.2.4|[https://cran.r-project.org/src/contrib/geometries_0.2.4.tar.gz] (https://cran.r-project.org/src/contrib/geometries_0.2.4.tar.gz) -|geometry|0.4.7|[https://cran.r-project.org/web/packages/geometry/index.html] (https://cran.r-project.org/web/packages/geometry/index.html) -|geoR|1.9-4|[https://cran.r-project.org/src/contrib/geoR_1.9-4.tar.gz] (https://cran.r-project.org/src/contrib/geoR_1.9-4.tar.gz) -|geosphere|1.5-18|[https://cran.r-project.org/web/packages/geosphere/index.html] (https://cran.r-project.org/web/packages/geosphere/index.html) -|gert|2.1.1|[https://cran.r-project.org/web/packages/gert/index.html] (https://cran.r-project.org/web/packages/gert/index.html) -|gfonts|0.2.0|[https://cran.r-project.org/src/contrib/gfonts_0.2.0.tar.gz] (https://cran.r-project.org/src/contrib/gfonts_0.2.0.tar.gz) -|GGally|2.2.1|[https://cran.r-project.org/src/contrib/GGally_2.2.1.tar.gz] (https://cran.r-project.org/src/contrib/GGally_2.2.1.tar.gz) -|ggalt|0.4.0|[https://cran.r-project.org/src/contrib/ggalt_0.4.0.tar.gz] (https://cran.r-project.org/src/contrib/ggalt_0.4.0.tar.gz) -|gganimate|1.0.9|[https://cran.r-project.org/src/contrib/gganimate_1.0.9.tar.gz] (https://cran.r-project.org/src/contrib/gganimate_1.0.9.tar.gz) -|ggcorrplot|0.1.4.1|[https://cran.r-project.org/src/contrib/ggcorrplot_0.1.4.1.tar.gz] (https://cran.r-project.org/src/contrib/ggcorrplot_0.1.4.1.tar.gz) -|ggdendro|0.2.0|[https://cran.r-project.org/src/contrib/ggdendro_0.2.0.tar.gz] (https://cran.r-project.org/src/contrib/ggdendro_0.2.0.tar.gz) -|ggeffects|1.7.1|[https://cran.r-project.org/web/packages/ggeffects/index.html] (https://cran.r-project.org/web/packages/ggeffects/index.html) -|ggExtra|0.10.1|[https://cran.r-project.org/src/contrib/ggExtra_0.10.1.tar.gz] (https://cran.r-project.org/src/contrib/ggExtra_0.10.1.tar.gz) -|ggfittext|0.10.2|[https://cran.r-project.org/src/contrib/ggfittext_0.10.2.tar.gz] (https://cran.r-project.org/src/contrib/ggfittext_0.10.2.tar.gz) -|ggforce|0.4.2|[https://cran.r-project.org/src/contrib/ggforce_0.4.2.tar.gz] (https://cran.r-project.org/src/contrib/ggforce_0.4.2.tar.gz) -|ggformula|0.12.0|[https://cran.r-project.org/src/contrib/ggformula_0.12.0.tar.gz] (https://cran.r-project.org/src/contrib/ggformula_0.12.0.tar.gz) -|ggfortify|0.4.17|[https://cran.r-project.org/src/contrib/ggfortify_0.4.17.tar.gz] (https://cran.r-project.org/src/contrib/ggfortify_0.4.17.tar.gz) -|ggfun|0.1.6|[https://cran.r-project.org/web/packages/ggfun/index.html] (https://cran.r-project.org/web/packages/ggfun/index.html) -|gghighlight|0.4.1|[https://cran.r-project.org/src/contrib/gghighlight_0.4.1.tar.gz] (https://cran.r-project.org/src/contrib/gghighlight_0.4.1.tar.gz) -|ggimage|0.3.3|[https://cran.r-project.org/src/contrib/ggimage_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/ggimage_0.3.3.tar.gz) -|ggiraph|0.8.10|[https://cran.r-project.org/web/packages/ggiraph/index.html] (https://cran.r-project.org/web/packages/ggiraph/index.html) -|ggjoy|0.4.1|[https://cran.r-project.org/src/contrib/ggjoy_0.4.1.tar.gz] (https://cran.r-project.org/src/contrib/ggjoy_0.4.1.tar.gz) -|ggm|2.3|[https://cran.r-project.org/web/packages/ggm/index.html] (https://cran.r-project.org/web/packages/ggm/index.html) -|ggmap|4.0.0|[https://cran.r-project.org/src/contrib/ggmap_4.0.0.tar.gz] (https://cran.r-project.org/src/contrib/ggmap_4.0.0.tar.gz) -|ggmcmc|1.5.1.1|[https://cran.r-project.org/src/contrib/ggmcmc_1.5.1.1.tar.gz] (https://cran.r-project.org/src/contrib/ggmcmc_1.5.1.1.tar.gz) -|ggplot2|3.5.1|[https://cran.r-project.org/src/contrib/ggplot2_3.5.1.tar.gz] (https://cran.r-project.org/src/contrib/ggplot2_3.5.1.tar.gz) -|ggplot2movies|0.0.1|[https://cran.r-project.org/src/contrib/ggplot2movies_0.0.1.tar.gz] (https://cran.r-project.org/src/contrib/ggplot2movies_0.0.1.tar.gz) -|ggplotify|0.1.2|[https://cran.r-project.org/src/contrib/ggplotify_0.1.2.tar.gz] (https://cran.r-project.org/src/contrib/ggplotify_0.1.2.tar.gz) -|ggpmisc|0.6.0|[https://cran.r-project.org/web/packages/ggpmisc/index.html] (https://cran.r-project.org/web/packages/ggpmisc/index.html) -|ggpp|0.5.8-1|[https://cran.r-project.org/src/contrib/ggpp_0.5.8-1.tar.gz] (https://cran.r-project.org/src/contrib/ggpp_0.5.8-1.tar.gz) -|ggpubr|0.6.0|[https://cran.r-project.org/src/contrib/ggpubr_0.6.0.tar.gz] (https://cran.r-project.org/src/contrib/ggpubr_0.6.0.tar.gz) -|ggQC|0.0.31|[https://cran.r-project.org/src/contrib/ggQC_0.0.31.tar.gz] (https://cran.r-project.org/src/contrib/ggQC_0.0.31.tar.gz) -|ggRandomForests|2.2.1|[https://cran.r-project.org/src/contrib/ggRandomForests_2.2.1.tar.gz] (https://cran.r-project.org/src/contrib/ggRandomForests_2.2.1.tar.gz) -|ggraph|2.2.1|[https://cran.r-project.org/src/contrib/ggraph_2.2.1.tar.gz] (https://cran.r-project.org/src/contrib/ggraph_2.2.1.tar.gz) -|ggrepel|0.9.5|[https://cran.r-project.org/web/packages/ggrepel/index.html] (https://cran.r-project.org/web/packages/ggrepel/index.html) -|ggridges|0.5.6|[https://cran.r-project.org/src/contrib/ggridges_0.5.6.tar.gz] (https://cran.r-project.org/src/contrib/ggridges_0.5.6.tar.gz) -|ggsci|3.2.0|[https://cran.r-project.org/src/contrib/ggsci_3.2.0.tar.gz] (https://cran.r-project.org/src/contrib/ggsci_3.2.0.tar.gz) -|ggsignif|0.6.4|[https://cran.r-project.org/src/contrib/ggsignif_0.6.4.tar.gz] (https://cran.r-project.org/src/contrib/ggsignif_0.6.4.tar.gz) -|ggsoccer|0.1.7|[https://cran.r-project.org/web/packages/ggsoccer/index.html] (https://cran.r-project.org/web/packages/ggsoccer/index.html) -|ggstance|0.3.7|[https://cran.r-project.org/src/contrib/ggstance_0.3.7.tar.gz] (https://cran.r-project.org/src/contrib/ggstance_0.3.7.tar.gz) -|ggstats|0.6.0|[https://cran.r-project.org/web/packages/ggstats/index.html] (https://cran.r-project.org/web/packages/ggstats/index.html) -|ggtern|3.5.0|[https://cran.r-project.org/src/contrib/ggtern_3.5.0.tar.gz] (https://cran.r-project.org/src/contrib/ggtern_3.5.0.tar.gz) -|ggtext|0.1.2|[https://cran.r-project.org/src/contrib/ggtext_0.1.2.tar.gz] (https://cran.r-project.org/src/contrib/ggtext_0.1.2.tar.gz) -|ggthemes|5.1.0|[https://cran.r-project.org/src/contrib/ggthemes_5.1.0.tar.gz] (https://cran.r-project.org/src/contrib/ggthemes_5.1.0.tar.gz) -|gh|1.4.1|[https://cran.r-project.org/src/contrib/gh_1.4.1.tar.gz] (https://cran.r-project.org/src/contrib/gh_1.4.1.tar.gz) -|gistr|0.9.0|[https://cran.r-project.org/src/contrib/gistr_0.9.0.tar.gz] (https://cran.r-project.org/src/contrib/gistr_0.9.0.tar.gz) -|git2r|0.33.0|[https://cran.r-project.org/web/packages/git2r/index.html] (https://cran.r-project.org/web/packages/git2r/index.html) -|gitcreds|0.1.2|[https://cran.r-project.org/src/contrib/gitcreds_0.1.2.tar.gz] (https://cran.r-project.org/src/contrib/gitcreds_0.1.2.tar.gz) -|glasso|1.11|[https://cran.r-project.org/src/contrib/glasso_1.11.tar.gz] (https://cran.r-project.org/src/contrib/glasso_1.11.tar.gz) -|glmmTMB|1.1.9|[https://cran.r-project.org/web/packages/glmmTMB/index.html] (https://cran.r-project.org/web/packages/glmmTMB/index.html) -|glmnet|4.1-8|[https://cran.r-project.org/src/contrib/glmnet_4.1-8.tar.gz] (https://cran.r-project.org/src/contrib/glmnet_4.1-8.tar.gz) -|GlobalOptions|0.1.2|[https://cran.r-project.org/src/contrib/GlobalOptions_0.1.2.tar.gz] (https://cran.r-project.org/src/contrib/GlobalOptions_0.1.2.tar.gz) -|globals|0.16.3|[https://cran.r-project.org/src/contrib/globals_0.16.3.tar.gz] (https://cran.r-project.org/src/contrib/globals_0.16.3.tar.gz) -|glue|1.6.2|[https://cran.r-project.org/web/packages/glue/index.html] (https://cran.r-project.org/web/packages/glue/index.html) -|gmodels|2.19.1|[https://cran.r-project.org/src/contrib/gmodels_2.19.1.tar.gz] (https://cran.r-project.org/src/contrib/gmodels_2.19.1.tar.gz) -|gmp|0.7-5|[https://cran.r-project.org/src/contrib/gmp_0.7-5.tar.gz] (https://cran.r-project.org/src/contrib/gmp_0.7-5.tar.gz) -|gnm|1.1-5|[https://cran.r-project.org/src/contrib/gnm_1.1-5.tar.gz] (https://cran.r-project.org/src/contrib/gnm_1.1-5.tar.gz) -|goftest|1.2-3|[https://cran.r-project.org/src/contrib/goftest_1.2-3.tar.gz] (https://cran.r-project.org/src/contrib/goftest_1.2-3.tar.gz) -|googledrive|2.1.1|[https://cran.r-project.org/src/contrib/googledrive_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/googledrive_2.1.1.tar.gz) -|googlePolylines|0.8.4|[https://cran.r-project.org/web/packages/googlePolylines/index.html] (https://cran.r-project.org/web/packages/googlePolylines/index.html) -|googlesheets4|1.1.1|[https://cran.r-project.org/src/contrib/googlesheets4_1.1.1.tar.gz] (https://cran.r-project.org/src/contrib/googlesheets4_1.1.1.tar.gz) -|googleVis|0.7.3|[https://cran.r-project.org/src/contrib/googleVis_0.7.3.tar.gz] (https://cran.r-project.org/src/contrib/googleVis_0.7.3.tar.gz) -|gower|1.0.1|[https://cran.r-project.org/web/packages/gower/index.html] (https://cran.r-project.org/web/packages/gower/index.html) -|GPArotation|2024.3-1|[https://cran.r-project.org/src/contrib/GPArotation_2024.3-1.tar.gz] (https://cran.r-project.org/src/contrib/GPArotation_2024.3-1.tar.gz) -|GPfit|1.0-8|[https://cran.r-project.org/src/contrib/GPfit_1.0-8.tar.gz] (https://cran.r-project.org/src/contrib/GPfit_1.0-8.tar.gz) -|gplots|3.1.3.1|[https://cran.r-project.org/web/packages/gplots/index.html] (https://cran.r-project.org/web/packages/gplots/index.html) -|graphlayouts|1.1.1|[https://cran.r-project.org/web/packages/graphlayouts/index.html] (https://cran.r-project.org/web/packages/graphlayouts/index.html) -|greybox|2.0.2|[https://cran.r-project.org/web/packages/greybox/index.html] (https://cran.r-project.org/web/packages/greybox/index.html) -|grid|4.3.3|[https://cran.r-project.org/web/packages/grid/index.html] (https://cran.r-project.org/web/packages/grid/index.html) -|gridBase|0.4-7|[https://cran.r-project.org/src/contrib/gridBase_0.4-7.tar.gz] (https://cran.r-project.org/src/contrib/gridBase_0.4-7.tar.gz) -|gridExtra|2.3|[https://cran.r-project.org/src/contrib/gridExtra_2.3.tar.gz] (https://cran.r-project.org/src/contrib/gridExtra_2.3.tar.gz) -|gridGraphics|0.5-1|[https://cran.r-project.org/src/contrib/gridGraphics_0.5-1.tar.gz] (https://cran.r-project.org/src/contrib/gridGraphics_0.5-1.tar.gz) -|gridSVG|1.7-5|[https://cran.r-project.org/src/contrib/gridSVG_1.7-5.tar.gz] (https://cran.r-project.org/src/contrib/gridSVG_1.7-5.tar.gz) -|gridtext|0.1.5|[https://cran.r-project.org/src/contrib/gridtext_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/gridtext_0.1.5.tar.gz) -|grImport|0.9-7|[https://cran.r-project.org/src/contrib/grImport_0.9-7.tar.gz] (https://cran.r-project.org/src/contrib/grImport_0.9-7.tar.gz) -|grImport2|0.3-3|[https://cran.r-project.org/src/contrib/grImport2_0.3-3.tar.gz] (https://cran.r-project.org/src/contrib/grImport2_0.3-3.tar.gz) -|grpreg|3.5.0|[https://cran.r-project.org/src/contrib/grpreg_3.5.0.tar.gz] (https://cran.r-project.org/src/contrib/grpreg_3.5.0.tar.gz) -|gsl|2.1-8|[https://cran.r-project.org/src/contrib/gsl_2.1-8.tar.gz] (https://cran.r-project.org/src/contrib/gsl_2.1-8.tar.gz) -|gss|2.2-7|[https://cran.r-project.org/web/packages/gss/index.html] (https://cran.r-project.org/web/packages/gss/index.html) -|gstat|2.1-2|[https://cran.r-project.org/src/contrib/gstat_2.1-2.tar.gz] (https://cran.r-project.org/src/contrib/gstat_2.1-2.tar.gz) -|gsubfn|0.7|[https://cran.r-project.org/src/contrib/gsubfn_0.7.tar.gz] (https://cran.r-project.org/src/contrib/gsubfn_0.7.tar.gz) -|gtable|0.3.5|[https://cran.r-project.org/web/packages/gtable/index.html] (https://cran.r-project.org/web/packages/gtable/index.html) -|gtools|3.9.5|[https://cran.r-project.org/src/contrib/gtools_3.9.5.tar.gz] (https://cran.r-project.org/src/contrib/gtools_3.9.5.tar.gz) -|gtrendsR|1.5.1|[https://cran.r-project.org/src/contrib/gtrendsR_1.5.1.tar.gz] (https://cran.r-project.org/src/contrib/gtrendsR_1.5.1.tar.gz) -|gWidgets|0.0-54.2|[https://cran.r-project.org/web/packages/gWidgets/index.html] (https://cran.r-project.org/web/packages/gWidgets/index.html) -|gWidgets2|1.0-9|[https://cran.r-project.org/web/packages/gWidgets2/index.html] (https://cran.r-project.org/web/packages/gWidgets2/index.html) -|gWidgets2tcltk|1.0-8|[https://cran.r-project.org/src/contrib/gWidgets2tcltk_1.0-8.tar.gz] (https://cran.r-project.org/src/contrib/gWidgets2tcltk_1.0-8.tar.gz) -|gWidgetsRGtk2|0.0-86.1|[https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html] (https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html) -|gWidgetstcltk|0.0-55.1|[https://cran.r-project.org/web/packages/gWidgetstcltk/index.html] (https://cran.r-project.org/web/packages/gWidgetstcltk/index.html) -|haplo.stats|1.9.5.1|[https://cran.r-project.org/web/packages/haplo.stats/index.html] (https://cran.r-project.org/web/packages/haplo.stats/index.html) -|hardhat|1.4.0|[https://cran.r-project.org/src/contrib/hardhat_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/hardhat_1.4.0.tar.gz) -|hash|2.2.6.3|[https://cran.r-project.org/src/contrib/hash_2.2.6.3.tar.gz] (https://cran.r-project.org/src/contrib/hash_2.2.6.3.tar.gz) -|haven|2.5.4|[https://cran.r-project.org/src/contrib/haven_2.5.4.tar.gz] (https://cran.r-project.org/src/contrib/haven_2.5.4.tar.gz) -|hbsae|1.2|[https://cran.r-project.org/src/contrib/hbsae_1.2.tar.gz] (https://cran.r-project.org/src/contrib/hbsae_1.2.tar.gz) -|HDInterval|0.2.4|[https://cran.r-project.org/src/contrib/HDInterval_0.2.4.tar.gz] (https://cran.r-project.org/src/contrib/HDInterval_0.2.4.tar.gz) -|hdrcde|3.4|[https://cran.r-project.org/src/contrib/hdrcde_3.4.tar.gz] (https://cran.r-project.org/src/contrib/hdrcde_3.4.tar.gz) -|heatmaply|1.5.0|[https://cran.r-project.org/src/contrib/heatmaply_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/heatmaply_1.5.0.tar.gz) -|here|1.0.1|[https://cran.r-project.org/src/contrib/here_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/here_1.0.1.tar.gz) -|hexbin|1.28.4|[https://cran.r-project.org/web/packages/hexbin/index.html] (https://cran.r-project.org/web/packages/hexbin/index.html) -|hflights|0.1|[https://cran.r-project.org/src/contrib/hflights_0.1.tar.gz] (https://cran.r-project.org/src/contrib/hflights_0.1.tar.gz) -|HH|3.1-52|[https://cran.r-project.org/src/contrib/HH_3.1-52.tar.gz] (https://cran.r-project.org/src/contrib/HH_3.1-52.tar.gz) -|highcharter|0.9.4|[https://cran.r-project.org/src/contrib/highcharter_0.9.4.tar.gz] (https://cran.r-project.org/src/contrib/highcharter_0.9.4.tar.gz) -|highr|0.11|[https://cran.r-project.org/src/contrib/highr_0.11.tar.gz] (https://cran.r-project.org/src/contrib/highr_0.11.tar.gz) -|HistData|0.9-1|[https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz] (https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz) -|Hmisc|5.1-3|[https://cran.r-project.org/web/packages/Hmisc/index.html] (https://cran.r-project.org/src/contrib/Hmisc_5.2-2.tar.gz) -|hms|1.1.3|[https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz] (https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz) -|hoardr|0.5.4| -|hrbrthemes|0.8.7|[https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz] (https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz) -|HSAUR|1.3-10|[https://cran.r-project.org/src/contrib/HSAUR_1.3-10.tar.gz] (https://cran.r-project.org/src/contrib/HSAUR_1.3-10.tar.gz) -|htmlTable|2.4.3|[https://cran.r-project.org/src/contrib/htmlTable_2.4.3.tar.gz] (https://cran.r-project.org/src/contrib/htmlTable_2.4.3.tar.gz) -|htmltools|0.5.8.1|[https://cran.r-project.org/src/contrib/htmltools_0.5.8.1.tar.gz] (https://cran.r-project.org/src/contrib/htmltools_0.5.8.1.tar.gz) -|htmlwidgets|1.6.4|[https://cran.r-project.org/src/contrib/htmlwidgets_1.6.4.tar.gz] (https://cran.r-project.org/src/contrib/htmlwidgets_1.6.4.tar.gz) -|hts|6.0.3|[https://cran.r-project.org/src/contrib/hts_6.0.3.tar.gz] (https://cran.r-project.org/src/contrib/hts_6.0.3.tar.gz) -|httpcode|0.3.0|[https://cran.r-project.org/src/contrib/httpcode_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/httpcode_0.3.0.tar.gz) -|httpuv|1.6.15|[https://cran.r-project.org/src/contrib/httpuv_1.6.15.tar.gz] (https://cran.r-project.org/src/contrib/httpuv_1.6.15.tar.gz) -|httr|1.4.7|[https://cran.r-project.org/src/contrib/httr_1.4.7.tar.gz] (https://cran.r-project.org/src/contrib/httr_1.4.7.tar.gz) -|httr2|1.0.3|[https://cran.r-project.org/web/packages/httr2/index.html] (https://cran.r-project.org/web/packages/httr2/index.html) -|huge|1.3.5|[https://cran.r-project.org/src/contrib/huge_1.3.5.tar.gz] (https://cran.r-project.org/src/contrib/huge_1.3.5.tar.gz) -|hunspell|3.0.4|[https://cran.r-project.org/web/packages/hunspell/index.html] (https://cran.r-project.org/web/packages/hunspell/index.html) -|hydroTSM|0.7-0|[https://cran.r-project.org/web/packages/hydroTSM/index.html] (https://cran.r-project.org/web/packages/hydroTSM/index.html) -|hypergeo|1.2-13|[https://cran.r-project.org/src/contrib/hypergeo_1.2-13.tar.gz] (https://cran.r-project.org/src/contrib/hypergeo_1.2-13.tar.gz) -|IBrokers|0.10-2|[https://cran.r-project.org/src/contrib/IBrokers_0.10-2.tar.gz] (https://cran.r-project.org/src/contrib/IBrokers_0.10-2.tar.gz) -|ids|1.0.1|[https://cran.r-project.org/src/contrib/ids_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/ids_1.0.1.tar.gz) -|ifultools|2.0-26|[https://cran.r-project.org/web/packages/ifultools/index.html] (https://cran.r-project.org/web/packages/ifultools/index.html) -|igraph|2.0.3|[https://cran.r-project.org/web/packages/igraph/index.html] (https://cran.r-project.org/web/packages/igraph/index.html) -|imager|1.0.2|[https://cran.r-project.org/src/contrib/imager_1.0.2.tar.gz] (https://cran.r-project.org/src/contrib/imager_1.0.2.tar.gz) -|imputeTS|3.3|[https://cran.r-project.org/src/contrib/imputeTS_3.3.tar.gz] (https://cran.r-project.org/src/contrib/imputeTS_3.3.tar.gz) -|incidence|1.7.5|[https://cran.r-project.org/src/contrib/incidence_1.7.5.tar.gz] (https://cran.r-project.org/src/contrib/incidence_1.7.5.tar.gz) -|infer|1.0.7|[https://cran.r-project.org/src/contrib/infer_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/infer_1.0.7.tar.gz) -|influenceR|0.1.5|[https://cran.r-project.org/src/contrib/influenceR_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/influenceR_0.1.5.tar.gz) -|ini|0.3.1|[https://cran.r-project.org/src/contrib/ini_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/ini_0.3.1.tar.gz) -|inline|0.3.19|[https://cran.r-project.org/web/packages/inline/index.html] (https://cran.r-project.org/web/packages/inline/index.html) -|insight|0.20.4|[https://cran.r-project.org/web/packages/insight/index.html] (https://cran.r-project.org/web/packages/insight/index.html) -|interp|1.1-6|[https://cran.r-project.org/src/contrib/interp_1.1-6.tar.gz] (https://cran.r-project.org/src/contrib/interp_1.1-6.tar.gz) -|intervals|0.15.5|[https://cran.r-project.org/src/contrib/intervals_0.15.5.tar.gz] (https://cran.r-project.org/src/contrib/intervals_0.15.5.tar.gz) -|inum|1.0-5|[https://cran.r-project.org/src/contrib/inum_1.0-5.tar.gz] (https://cran.r-project.org/src/contrib/inum_1.0-5.tar.gz) -|investr|1.4.2|[https://cran.r-project.org/src/contrib/investr_1.4.2.tar.gz] (https://cran.r-project.org/src/contrib/investr_1.4.2.tar.gz) -|ipred|0.9-15|[https://cran.r-project.org/src/contrib/ipred_0.9-15.tar.gz] (https://cran.r-project.org/src/contrib/ipred_0.9-15.tar.gz) -|IRdisplay|1.1|[https://cran.r-project.org/src/contrib/IRdisplay_1.1.tar.gz] (https://cran.r-project.org/src/contrib/IRdisplay_1.1.tar.gz) -|IRkernel|1.3.2|[https://cran.r-project.org/src/contrib/IRkernel_1.3.2.tar.gz] (https://cran.r-project.org/src/contrib/IRkernel_1.3.2.tar.gz) -|irlba|2.3.5.1|[https://cran.r-project.org/src/contrib/irlba_2.3.5.1.tar.gz] (https://cran.r-project.org/src/contrib/irlba_2.3.5.1.tar.gz) -|irr|0.84.1|[https://cran.r-project.org/src/contrib/irr_0.84.1.tar.gz] (https://cran.r-project.org/src/contrib/irr_0.84.1.tar.gz) -|isoband|0.2.7|[https://cran.r-project.org/src/contrib/isoband_0.2.7.tar.gz] (https://cran.r-project.org/src/contrib/isoband_0.2.7.tar.gz) -|ISOcodes|2024.02.12|[https://cran.r-project.org/src/contrib/ISOcodes_2024.02.12.tar.gz] (https://cran.r-project.org/src/contrib/ISOcodes_2024.02.12.tar.gz) -|iterators|1.0.14|[https://cran.r-project.org/src/contrib/iterators_1.0.14.tar.gz] (https://cran.r-project.org/src/contrib/iterators_1.0.14.tar.gz) -|janeaustenr|1.0.0|[https://cran.r-project.org/src/contrib/janeaustenr_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/janeaustenr_1.0.0.tar.gz) -|janitor|2.2.0|[https://cran.r-project.org/web/packages/janitor/index.html] (https://cran.r-project.org/web/packages/janitor/index.html) -|jmvcore|2.4.7|[https://cran.r-project.org/web/packages/jmvcore/index.html] (https://cran.r-project.org/web/packages/jmvcore/index.html) -|jomo|2.7-6|[https://cran.r-project.org/src/contrib/jomo_2.7-6.tar.gz] (https://cran.r-project.org/src/contrib/jomo_2.7-6.tar.gz) -|jpeg|0.1-10|[https://cran.r-project.org/src/contrib/jpeg_0.1-10.tar.gz] (https://cran.r-project.org/src/contrib/jpeg_0.1-10.tar.gz) -|jqr|1.3.4|[https://cran.r-project.org/web/packages/jqr/index.html] (https://cran.r-project.org/web/packages/jqr/index.html) -|jquerylib|0.1.4|[https://cran.r-project.org/src/contrib/jquerylib_0.1.4.tar.gz] (https://cran.r-project.org/src/contrib/jquerylib_0.1.4.tar.gz) -|jsonify|1.2.2|[https://cran.r-project.org/src/contrib/jsonify_1.2.2.tar.gz] (https://cran.r-project.org/src/contrib/jsonify_1.2.2.tar.gz) -|jsonlite|1.8.7|[https://cran.r-project.org/web/packages/jsonlite/index.html] (https://cran.r-project.org/web/packages/jsonlite/index.html) -|jsonvalidate|1.3.2|[https://cran.r-project.org/src/contrib/jsonvalidate_1.3.2.tar.gz] (https://cran.r-project.org/src/contrib/jsonvalidate_1.3.2.tar.gz) -|jtools|2.3.0|[https://cran.r-project.org/src/contrib/jtools_2.3.0.tar.gz] (https://cran.r-project.org/src/contrib/jtools_2.3.0.tar.gz) -|kableExtra|1.4.0|[https://cran.r-project.org/src/contrib/kableExtra_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/kableExtra_1.4.0.tar.gz) -|Kendall|2.2.1|[https://cran.r-project.org/src/contrib/Kendall_2.2.1.tar.gz] (https://cran.r-project.org/src/contrib/Kendall_2.2.1.tar.gz) -|kernlab|0.9-33|[https://cran.r-project.org/src/contrib/kernlab_0.9-33.tar.gz] (https://cran.r-project.org/src/contrib/kernlab_0.9-33.tar.gz) -|KernSmooth|2.23-24|[https://cran.r-project.org/web/packages/KernSmooth/index.html] (https://cran.r-project.org/web/packages/KernSmooth/index.html) -|kinship2|1.9.6.1|[https://cran.r-project.org/src/contrib/kinship2_1.9.6.1.tar.gz] (https://cran.r-project.org/src/contrib/kinship2_1.9.6.1.tar.gz) -|kknn|1.3.1|[https://cran.r-project.org/src/contrib/kknn_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/kknn_1.3.1.tar.gz) -|klaR|1.7-3|[https://cran.r-project.org/src/contrib/klaR_1.7-3.tar.gz] (https://cran.r-project.org/src/contrib/klaR_1.7-3.tar.gz) -|km.ci|0.5-6|[https://cran.r-project.org/src/contrib/km.ci_0.5-6.tar.gz] (https://cran.r-project.org/src/contrib/km.ci_0.5-6.tar.gz) -|KMsurv|0.1-5|[https://cran.r-project.org/src/contrib/KMsurv_0.1-5.tar.gz] (https://cran.r-project.org/src/contrib/KMsurv_0.1-5.tar.gz) -|knitr|1.48|[https://cran.r-project.org/web/packages/knitr/index.html] (https://cran.r-project.org/web/packages/knitr/index.html) -|ks|1.14.2|[https://cran.r-project.org/web/packages/ks/index.html] (https://cran.r-project.org/web/packages/ks/index.html) -|labeling|0.4.3|[https://cran.r-project.org/src/contrib/labeling_0.4.3.tar.gz] (https://cran.r-project.org/src/contrib/labeling_0.4.3.tar.gz) -|labelled|2.13.0|[https://cran.r-project.org/web/packages/labelled/index.html] (https://cran.r-project.org/web/packages/labelled/index.html) -|laeken|0.5.3|[https://cran.r-project.org/src/contrib/laeken_0.5.3.tar.gz] (https://cran.r-project.org/src/contrib/laeken_0.5.3.tar.gz) -|Lahman|11.0-0|[https://cran.r-project.org/web/packages/Lahman/index.html] (https://cran.r-project.org/web/packages/Lahman/index.html) -|lambda.r|1.2.4|[https://cran.r-project.org/src/contrib/lambda.r_1.2.4.tar.gz] (https://cran.r-project.org/src/contrib/lambda.r_1.2.4.tar.gz) -|lars|1.3|[https://cran.r-project.org/src/contrib/lars_1.3.tar.gz] (https://cran.r-project.org/src/contrib/lars_1.3.tar.gz) -|later|1.3.2|[https://cran.r-project.org/web/packages/later/index.html] (https://cran.r-project.org/web/packages/later/index.html) -|latex2exp|0.9.6|[https://cran.r-project.org/src/contrib/latex2exp_0.9.6.tar.gz] (https://cran.r-project.org/src/contrib/latex2exp_0.9.6.tar.gz) -|lattice|0.22-6|[https://cran.r-project.org/src/contrib/lattice_0.22-6.tar.gz] (https://cran.r-project.org/src/contrib/lattice_0.22-6.tar.gz) -|latticeExtra|0.6-30|[https://cran.r-project.org/src/contrib/latticeExtra_0.6-30.tar.gz] (https://cran.r-project.org/src/contrib/latticeExtra_0.6-30.tar.gz) -|lava|1.8.0|[https://cran.r-project.org/web/packages/lava/index.html] (https://cran.r-project.org/web/packages/lava/index.html) -|lavaan|0.6-18|[https://cran.r-project.org/web/packages/lavaan/index.html] (https://cran.r-project.org/web/packages/lavaan/index.html) -|lazyeval|0.2.2|[https://cran.r-project.org/src/contrib/lazyeval_0.2.2.tar.gz] (https://cran.r-project.org/src/contrib/lazyeval_0.2.2.tar.gz) -|lda|1.5.2|[https://cran.r-project.org/src/contrib/lda_1.5.2.tar.gz] (https://cran.r-project.org/src/contrib/lda_1.5.2.tar.gz) -|leafem|0.2.3|[https://cran.r-project.org/src/contrib/leafem_0.2.3.tar.gz] (https://cran.r-project.org/src/contrib/leafem_0.2.3.tar.gz) -|leaflet|2.2.2|[https://cran.r-project.org/src/contrib/leaflet_2.2.2.tar.gz] (https://cran.r-project.org/src/contrib/leaflet_2.2.2.tar.gz) -|leaflet.esri|1.0.0|[https://cran.r-project.org/src/contrib/leaflet.esri_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/leaflet.esri_1.0.0.tar.gz) -|leaflet.extras|2.0.1|[https://cran.r-project.org/src/contrib/leaflet.extras_2.0.1.tar.gz] (https://cran.r-project.org/src/contrib/leaflet.extras_2.0.1.tar.gz) -|leaflet.providers|2.0.0|[https://cran.r-project.org/src/contrib/leaflet.providers_2.0.0.tar.gz] (https://cran.r-project.org/src/contrib/leaflet.providers_2.0.0.tar.gz) -|leafpop|0.1.0|[https://cran.r-project.org/src/contrib/leafpop_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/leafpop_0.1.0.tar.gz) -|leafsync|0.1.0|[https://cran.r-project.org/src/contrib/leafsync_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/leafsync_0.1.0.tar.gz) -|leaps|3.2|[https://cran.r-project.org/src/contrib/leaps_3.2.tar.gz] (https://cran.r-project.org/src/contrib/leaps_3.2.tar.gz) -|LearnBayes|2.15.1|[https://cran.r-project.org/src/contrib/LearnBayes_2.15.1.tar.gz] (https://cran.r-project.org/src/contrib/LearnBayes_2.15.1.tar.gz) -|lexicon|1.2.1|[https://cran.r-project.org/src/contrib/lexicon_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/lexicon_1.2.1.tar.gz) -|lgr|0.4.4|[https://cran.r-project.org/src/contrib/lgr_0.4.4.tar.gz] (https://cran.r-project.org/src/contrib/lgr_0.4.4.tar.gz) -|lhs|1.2.0|[https://cran.r-project.org/src/contrib/lhs_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/lhs_1.2.0.tar.gz) -|libcoin|1.0-10|[https://cran.r-project.org/src/contrib/libcoin_1.0-10.tar.gz] (https://cran.r-project.org/src/contrib/libcoin_1.0-10.tar.gz) -|LiblineaR|2.10-23|[https://cran.r-project.org/web/packages/LiblineaR/index.html] (https://cran.r-project.org/web/packages/LiblineaR/index.html) -|LICORS|0.2.0|[https://cran.r-project.org/web/packages/LICORS/index.html] (https://cran.r-project.org/web/packages/LICORS/index.html) -|lifecycle|1.0.3|[https://cran.r-project.org/web/packages/lifecycle/index.html] (https://cran.r-project.org/web/packages/lifecycle/index.html) -|likert|1.3.5|[https://cran.r-project.org/src/contrib/likert_1.3.5.tar.gz] (https://cran.r-project.org/src/contrib/likert_1.3.5.tar.gz) -|limSolve|1.5.7.1|[https://cran.r-project.org/src/contrib/limSolve_1.5.7.1.tar.gz] (https://cran.r-project.org/src/contrib/limSolve_1.5.7.1.tar.gz) -|linelist|1.1.4|[https://cran.r-project.org/src/contrib/linelist_1.1.4.tar.gz] (https://cran.r-project.org/src/contrib/linelist_1.1.4.tar.gz) -|linprog|0.9-4|[https://cran.r-project.org/src/contrib/linprog_0.9-4.tar.gz] (https://cran.r-project.org/src/contrib/linprog_0.9-4.tar.gz) -|listenv|0.9.1|[https://cran.r-project.org/src/contrib/listenv_0.9.1.tar.gz] (https://cran.r-project.org/src/contrib/listenv_0.9.1.tar.gz) -|lm.beta|1.7-2|[https://cran.r-project.org/src/contrib/lm.beta_1.7-2.tar.gz] (https://cran.r-project.org/src/contrib/lm.beta_1.7-2.tar.gz) -|lme4|1.1-35.5|[https://cran.r-project.org/web/packages/lme4/index.html] (https://cran.r-project.org/web/packages/lme4/index.html) -|lmm|1.4|[https://cran.r-project.org/src/contrib/lmm_1.4.tar.gz] (https://cran.r-project.org/src/contrib/lmm_1.4.tar.gz) -|lmodel2|1.7-3|[https://cran.r-project.org/web/packages/lmodel2/index.html] (https://cran.r-project.org/web/packages/lmodel2/index.html) -|lmtest|0.9-40|[https://cran.r-project.org/src/contrib/lmtest_0.9-40.tar.gz] (https://cran.r-project.org/src/contrib/lmtest_0.9-40.tar.gz) -|lobstr|1.1.2|[https://cran.r-project.org/src/contrib/lobstr_1.1.2.tar.gz] (https://cran.r-project.org/src/contrib/lobstr_1.1.2.tar.gz) -|locfit|1.5-9.9|[https://cran.r-project.org/web/packages/locfit/index.html] (https://cran.r-project.org/web/packages/locfit/index.html) -|locpol|0.8.0|[https://cran.r-project.org/src/contrib/locpol_0.8.0.tar.gz] (https://cran.r-project.org/src/contrib/locpol_0.8.0.tar.gz) -|LogicReg|1.6.6|[https://cran.r-project.org/src/contrib/LogicReg_1.6.6.tar.gz] (https://cran.r-project.org/src/contrib/LogicReg_1.6.6.tar.gz) -|loo|2.8.0|[https://cran.r-project.org/src/contrib/loo_2.8.0.tar.gz] (https://cran.r-project.org/src/contrib/loo_2.8.0.tar.gz) -|lpSolve|5.6.20|[https://cran.r-project.org/web/packages/lpSolve/index.html] (https://cran.r-project.org/web/packages/lpSolve/index.html) -|lsa|0.73.3|[https://cran.r-project.org/src/contrib/lsa_0.73.3.tar.gz] (https://cran.r-project.org/src/contrib/lsa_0.73.3.tar.gz) -|lsmeans|2.30-0|[https://cran.r-project.org/src/contrib/lsmeans_2.30-0.tar.gz] (https://cran.r-project.org/src/contrib/lsmeans_2.30-0.tar.gz) -|lubridate|1.9.3|[https://cran.r-project.org/web/packages/lubridate/index.html] (https://cran.r-project.org/web/packages/lubridate/index.html) -|lwgeom|0.2-14|[https://cran.r-project.org/src/contrib/lwgeom_0.2-14.tar.gz] (https://cran.r-project.org/src/contrib/lwgeom_0.2-14.tar.gz) -|magic|1.6-1|[https://cran.r-project.org/src/contrib/magic_1.6-1.tar.gz] (https://cran.r-project.org/src/contrib/magic_1.6-1.tar.gz) -|magick|2.8.4|[https://cran.r-project.org/web/packages/magick/index.html] (https://cran.r-project.org/web/packages/magick/index.html) -|magrittr|2.0.3|[https://cran.r-project.org/src/contrib/magrittr_2.0.3.tar.gz] (https://cran.r-project.org/src/contrib/magrittr_2.0.3.tar.gz) -|manipulateWidget|0.11.1|[https://cran.r-project.org/src/contrib/manipulateWidget_0.11.1.tar.gz] (https://cran.r-project.org/src/contrib/manipulateWidget_0.11.1.tar.gz) -|MAPA|2.0.7|[https://cran.r-project.org/src/contrib/MAPA_2.0.7.tar.gz] (https://cran.r-project.org/src/contrib/MAPA_2.0.7.tar.gz) -|mapdata|2.3.1|[https://cran.r-project.org/src/contrib/mapdata_2.3.1.tar.gz] (https://cran.r-project.org/src/contrib/mapdata_2.3.1.tar.gz) -|mapdeck|0.3.5|[https://cran.r-project.org/src/contrib/mapdeck_0.3.5.tar.gz] (https://cran.r-project.org/src/contrib/mapdeck_0.3.5.tar.gz) -|mapproj|1.2.11|[https://cran.r-project.org/src/contrib/mapproj_1.2.11.tar.gz] (https://cran.r-project.org/src/contrib/mapproj_1.2.11.tar.gz) -|maps|3.4.2|[https://cran.r-project.org/web/packages/maps/index.html] (https://cran.r-project.org/web/packages/maps/index.html) -|maptools|1.1-8|[https://cran.r-project.org/web/packages/maptools/index.html] (https://cran.r-project.org/web/packages/maptools/index.html) -|maptree|1.4-8|[https://cran.r-project.org/src/contrib/maptree_1.4-8.tar.gz] (https://cran.r-project.org/src/contrib/maptree_1.4-8.tar.gz) -|mapview|2.11.2|[https://cran.r-project.org/src/contrib/mapview_2.11.2.tar.gz] (https://cran.r-project.org/src/contrib/mapview_2.11.2.tar.gz) -|marima|2.2|[https://cran.r-project.org/src/contrib/marima_2.2.tar.gz] (https://cran.r-project.org/src/contrib/marima_2.2.tar.gz) -|markdown|1.13|[https://cran.r-project.org/src/contrib/markdown_1.13.tar.gz] (https://cran.r-project.org/src/contrib/markdown_1.13.tar.gz) -|MASS|7.3-60.0.1|[https://cran.r-project.org/web/packages/MASS/index.html] (https://cran.r-project.org/web/packages/MASS/index.html) -|Matching|4.10-14|[https://cran.r-project.org/web/packages/Matching/index.html] (https://cran.r-project.org/web/packages/Matching/index.html) -|MatchIt|4.5.5|[https://cran.r-project.org/web/packages/MatchIt/index.html] (https://cran.r-project.org/web/packages/MatchIt/index.html) -|matchmaker|0.1.1|[https://cran.r-project.org/src/contrib/matchmaker_0.1.1.tar.gz] (https://cran.r-project.org/src/contrib/matchmaker_0.1.1.tar.gz) -|mathjaxr|1.6-0|[https://cran.r-project.org/src/contrib/mathjaxr_1.6-0.tar.gz] (https://cran.r-project.org/src/contrib/mathjaxr_1.6-0.tar.gz) -|Matrix|1.6-5|[https://cran.r-project.org/web/packages/Matrix/index.html] (https://cran.r-project.org/web/packages/Matrix/index.html) -|matrixcalc|1.0-6|[https://cran.r-project.org/src/contrib/matrixcalc_1.0-6.tar.gz] (https://cran.r-project.org/src/contrib/matrixcalc_1.0-6.tar.gz) -|MatrixExtra|0.1.15|[https://cran.r-project.org/src/contrib/MatrixExtra_0.1.15.tar.gz] (https://cran.r-project.org/src/contrib/MatrixExtra_0.1.15.tar.gz) -|MatrixModels|0.5-3|[https://cran.r-project.org/src/contrib/MatrixModels_0.5-3.tar.gz] (https://cran.r-project.org/src/contrib/MatrixModels_0.5-3.tar.gz) -|matrixStats|1.4.0|[https://cran.r-project.org/web/packages/matrixStats/index.html] (https://cran.r-project.org/web/packages/matrixStats/index.html) -|maxLik|1.5-2.1|[https://cran.r-project.org/src/contrib/maxLik_1.5-2.1.tar.gz] (https://cran.r-project.org/src/contrib/maxLik_1.5-2.1.tar.gz) -|maxstat|0.7-25|[https://cran.r-project.org/src/contrib/maxstat_0.7-25.tar.gz] (https://cran.r-project.org/src/contrib/maxstat_0.7-25.tar.gz) -|mboost|2.9-11|[https://cran.r-project.org/src/contrib/mboost_2.9-11.tar.gz] (https://cran.r-project.org/src/contrib/mboost_2.9-11.tar.gz) -|mclust|6.1.1|[https://cran.r-project.org/src/contrib/mclust_6.1.1.tar.gz] (https://cran.r-project.org/src/contrib/mclust_6.1.1.tar.gz) -|mcmc|0.9-8|[https://cran.r-project.org/src/contrib/mcmc_0.9-8.tar.gz] (https://cran.r-project.org/src/contrib/mcmc_0.9-8.tar.gz) -|MCMCglmm|2.36|[https://cran.r-project.org/src/contrib/MCMCglmm_2.36.tar.gz] (https://cran.r-project.org/src/contrib/MCMCglmm_2.36.tar.gz) -|MCMCpack|1.7-1|[https://cran.r-project.org/src/contrib/MCMCpack_1.7-1.tar.gz] (https://cran.r-project.org/src/contrib/MCMCpack_1.7-1.tar.gz) -|mda|0.5-4|[https://cran.r-project.org/web/packages/mda/index.html] (https://cran.r-project.org/web/packages/mda/index.html) -|memoise|2.0.1|[https://cran.r-project.org/src/contrib/memoise_2.0.1.tar.gz] (https://cran.r-project.org/src/contrib/memoise_2.0.1.tar.gz) -|merTools|0.6.2|[https://cran.r-project.org/src/contrib/merTools_0.6.2.tar.gz] (https://cran.r-project.org/src/contrib/merTools_0.6.2.tar.gz) -|meta|7.0-0|[https://cran.r-project.org/web/packages/meta/index.html] (https://cran.r-project.org/web/packages/meta/index.html) -|metadat|1.2-0|[https://cran.r-project.org/src/contrib/metadat_1.2-0.tar.gz] (https://cran.r-project.org/src/contrib/metadat_1.2-0.tar.gz) -|metafor|4.6-0|[https://cran.r-project.org/src/contrib/metafor_4.6-0.tar.gz] (https://cran.r-project.org/src/contrib/metafor_4.6-0.tar.gz) -|mgcv|1.9-1|[https://cran.r-project.org/src/contrib/mgcv_1.9-1.tar.gz] (https://cran.r-project.org/src/contrib/mgcv_1.9-1.tar.gz) -|mgsub|1.7.3|[https://cran.r-project.org/src/contrib/mgsub_1.7.3.tar.gz] (https://cran.r-project.org/src/contrib/mgsub_1.7.3.tar.gz) -|mi|1.1|[https://cran.r-project.org/src/contrib/mi_1.1.tar.gz] (https://cran.r-project.org/src/contrib/mi_1.1.tar.gz) -|mice|3.16.0|[https://cran.r-project.org/web/packages/mice/index.html] (https://cran.r-project.org/web/packages/mice/index.html) -|microbenchmark|1.5.0|[https://cran.r-project.org/src/contrib/microbenchmark_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/microbenchmark_1.5.0.tar.gz) -|mime|0.12|[https://cran.r-project.org/src/contrib/mime_0.12.tar.gz] (https://cran.r-project.org/src/contrib/mime_0.12.tar.gz) -|miniCRAN|0.3.0|[https://cran.r-project.org/src/contrib/miniCRAN_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/miniCRAN_0.3.0.tar.gz) -|miniUI|0.1.1.1|[https://cran.r-project.org/src/contrib/miniUI_0.1.1.1.tar.gz] (https://cran.r-project.org/src/contrib/miniUI_0.1.1.1.tar.gz) -|minpack.lm|1.2-4|[https://cran.r-project.org/src/contrib/minpack.lm_1.2-4.tar.gz] (https://cran.r-project.org/src/contrib/minpack.lm_1.2-4.tar.gz) -|minqa|1.2.8|[https://cran.r-project.org/src/contrib/minqa_1.2.8.tar.gz] (https://cran.r-project.org/src/contrib/minqa_1.2.8.tar.gz) -|mirt|1.41|[https://cran.r-project.org/web/packages/mirt/index.html] (https://cran.r-project.org/web/packages/mirt/index.html) -|misc3d|0.9-1|[https://cran.r-project.org/src/contrib/misc3d_0.9-1.tar.gz] (https://cran.r-project.org/src/contrib/misc3d_0.9-1.tar.gz) -|miscTools|0.6-28|[https://cran.r-project.org/src/contrib/miscTools_0.6-28.tar.gz] (https://cran.r-project.org/src/contrib/miscTools_0.6-28.tar.gz) -|mitml|0.4-5|[https://cran.r-project.org/src/contrib/mitml_0.4-5.tar.gz] (https://cran.r-project.org/src/contrib/mitml_0.4-5.tar.gz) -|mitools|2.4|[https://cran.r-project.org/src/contrib/mitools_2.4.tar.gz] (https://cran.r-project.org/src/contrib/mitools_2.4.tar.gz) -|mixtools|2.0.0|[https://cran.r-project.org/src/contrib/mixtools_2.0.0.tar.gz] (https://cran.r-project.org/src/contrib/mixtools_2.0.0.tar.gz) -|mlapi|0.1.1|[https://cran.r-project.org/src/contrib/mlapi_0.1.1.tar.gz] (https://cran.r-project.org/src/contrib/mlapi_0.1.1.tar.gz) -|mlbench|2.1-5|[https://cran.r-project.org/web/packages/mlbench/index.html] (https://cran.r-project.org/web/packages/mlbench/index.html) -|mlogitBMA|0.1-7|[https://cran.r-project.org/web/packages/mlogitBMA/index.html] (https://cran.r-project.org/web/packages/mlogitBMA/index.html) -|mnormt|2.1.1|[https://cran.r-project.org/src/contrib/mnormt_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/mnormt_2.1.1.tar.gz) -|MNP|3.1-5|[https://cran.r-project.org/src/contrib/MNP_3.1-5.tar.gz] (https://cran.r-project.org/src/contrib/MNP_3.1-5.tar.gz) -|modeldata|1.4.0|[https://cran.r-project.org/src/contrib/modeldata_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/modeldata_1.4.0.tar.gz) -|modelenv|0.1.1|[https://cran.r-project.org/web/packages/modelenv/index.html] (https://cran.r-project.org/web/packages/modelenv/index.html) -|ModelMetrics|1.2.2.2|[https://cran.r-project.org/src/contrib/ModelMetrics_1.2.2.2.tar.gz] (https://cran.r-project.org/src/contrib/ModelMetrics_1.2.2.2.tar.gz) -|modelr|0.1.11|[https://cran.r-project.org/src/contrib/modelr_0.1.11.tar.gz] (https://cran.r-project.org/src/contrib/modelr_0.1.11.tar.gz) -|modeltools|0.2-23|[https://cran.r-project.org/src/contrib/modeltools_0.2-23.tar.gz] (https://cran.r-project.org/src/contrib/modeltools_0.2-23.tar.gz) -|mombf|3.5.4|[https://cran.r-project.org/src/contrib/mombf_3.5.4.tar.gz] (https://cran.r-project.org/src/contrib/mombf_3.5.4.tar.gz) -|moments|0.14.1|[https://cran.r-project.org/src/contrib/moments_0.14.1.tar.gz] (https://cran.r-project.org/src/contrib/moments_0.14.1.tar.gz) -|monomvn|1.9-20|[https://cran.r-project.org/web/packages/monomvn/index.html] (https://cran.r-project.org/web/packages/monomvn/index.html) -|monreg|0.1.4.1|[https://cran.r-project.org/src/contrib/monreg_0.1.4.1.tar.gz] (https://cran.r-project.org/src/contrib/monreg_0.1.4.1.tar.gz) -|mosaic|1.9.1|[https://cran.r-project.org/src/contrib/mosaic_1.9.1.tar.gz] (https://cran.r-project.org/src/contrib/mosaic_1.9.1.tar.gz) -|mosaicCore|0.9.4.0|[https://cran.r-project.org/src/contrib/mosaicCore_0.9.4.0.tar.gz] (https://cran.r-project.org/src/contrib/mosaicCore_0.9.4.0.tar.gz) -|mosaicData|0.20.4|[https://cran.r-project.org/src/contrib/mosaicData_0.20.4.tar.gz] (https://cran.r-project.org/src/contrib/mosaicData_0.20.4.tar.gz) -|msir|1.3.3|[https://cran.r-project.org/src/contrib/msir_1.3.3.tar.gz] (https://cran.r-project.org/src/contrib/msir_1.3.3.tar.gz) -|msm|1.7.1|[https://cran.r-project.org/web/packages/msm/index.html] (https://cran.r-project.org/web/packages/msm/index.html) -|multcomp|1.4-26|[https://cran.r-project.org/src/contrib/multcomp_1.4-26.tar.gz] (https://cran.r-project.org/src/contrib/multcomp_1.4-26.tar.gz) -|multcompView|0.1-10|[https://cran.r-project.org/src/contrib/multcompView_0.1-10.tar.gz] (https://cran.r-project.org/src/contrib/multcompView_0.1-10.tar.gz) -|multicool|1.0.1|[https://cran.r-project.org/src/contrib/multicool_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/multicool_1.0.1.tar.gz) -|munsell|0.5.1|[https://cran.r-project.org/src/contrib/munsell_0.5.1.tar.gz] (https://cran.r-project.org/src/contrib/munsell_0.5.1.tar.gz) -|mvoutlier|2.1.1|[https://cran.r-project.org/src/contrib/mvoutlier_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/mvoutlier_2.1.1.tar.gz) -|mvtnorm|1.3-1|[https://cran.r-project.org/web/packages/mvtnorm/index.html] (https://cran.r-project.org/web/packages/mvtnorm/index.html) -|NADA|1.6-1.1|[https://cran.r-project.org/src/contrib/NADA_1.6-1.1.tar.gz] (https://cran.r-project.org/src/contrib/NADA_1.6-1.1.tar.gz) -|nanoparquet|0.3.1|[https://cran.r-project.org/src/contrib/nanoparquet_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/nanoparquet_0.3.1.tar.gz) -|NbClust|3.0.1|[https://cran.r-project.org/src/contrib/NbClust_3.0.1.tar.gz] (https://cran.r-project.org/src/contrib/NbClust_3.0.1.tar.gz) -|ncvreg|3.14.3|[https://cran.r-project.org/src/contrib/ncvreg_3.14.3.tar.gz] (https://cran.r-project.org/src/contrib/ncvreg_3.14.3.tar.gz) -|network|1.18.2|[https://cran.r-project.org/web/packages/network/index.html] (https://cran.r-project.org/web/packages/network/index.html) -|networkD3|0.4|[https://cran.r-project.org/src/contrib/networkD3_0.4.tar.gz] (https://cran.r-project.org/src/contrib/networkD3_0.4.tar.gz) -|neuralnet|1.44.2|[https://cran.r-project.org/src/contrib/neuralnet_1.44.2.tar.gz] (https://cran.r-project.org/src/contrib/neuralnet_1.44.2.tar.gz) -|ngram|3.2.3|[https://cran.r-project.org/src/contrib/ngram_3.2.3.tar.gz] (https://cran.r-project.org/src/contrib/ngram_3.2.3.tar.gz) -|nlme|3.1-165|[https://cran.r-project.org/web/packages/nlme/index.html] (https://cran.r-project.org/web/packages/nlme/index.html) -|nloptr|2.1.1|[https://cran.r-project.org/src/contrib/nloptr_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/nloptr_2.1.1.tar.gz) -|NLP|0.3-0|[https://cran.r-project.org/web/packages/NLP/index.html] (https://cran.r-project.org/web/packages/NLP/index.html) -|nls.multstart|1.3.0|[https://cran.r-project.org/web/packages/nls.multstart/index.html] (https://cran.r-project.org/web/packages/nls.multstart/index.html) -|NMF|0.21.0|[https://cran.r-project.org/web/packages/NMF/index.html] (https://cran.r-project.org/web/packages/NMF/index.html) -|nnet|7.3-19|[https://cran.r-project.org/web/packages/nnet/index.html] (https://cran.r-project.org/web/packages/nnet/index.html) -|nnls|1.5|[https://cran.r-project.org/web/packages/nnls/index.html] (https://cran.r-project.org/web/packages/nnls/index.html) -|nortest|1.0-4|[https://cran.r-project.org/src/contrib/nortest_1.0-4.tar.gz] (https://cran.r-project.org/src/contrib/nortest_1.0-4.tar.gz) -|numbers|0.8-5|[https://cran.r-project.org/src/contrib/numbers_0.8-5.tar.gz] (https://cran.r-project.org/src/contrib/numbers_0.8-5.tar.gz) -|numDeriv|2016.8-1.1|[https://cran.r-project.org/src/contrib/numDeriv_2016.8-1.1.tar.gz] (https://cran.r-project.org/src/contrib/numDeriv_2016.8-1.1.tar.gz) -|numform|0.7.0|[https://cran.r-project.org/src/contrib/numform_0.7.0.tar.gz] (https://cran.r-project.org/src/contrib/numform_0.7.0.tar.gz) -|OceanView|1.0.7|[https://cran.r-project.org/src/contrib/OceanView_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/OceanView_1.0.7.tar.gz) -|openair|2.18-2|[https://cran.r-project.org/src/contrib/openair_2.18-2.tar.gz] (https://cran.r-project.org/src/contrib/openair_2.18-2.tar.gz) -|openssl|2.2.1|[https://cran.r-project.org/web/packages/openssl/index.html] (https://cran.r-project.org/web/packages/openssl/index.html) -|ordinal|2023.12-4.1|[https://cran.r-project.org/src/contrib/ordinal_2023.12-4.1.tar.gz] (https://cran.r-project.org/src/contrib/ordinal_2023.12-4.1.tar.gz) -|osmar|1.1-7|[https://cran.r-project.org/web/packages/osmar/index.html] (https://cran.r-project.org/web/packages/osmar/index.html) -|outbreaks|1.9.0|[https://cran.r-project.org/src/contrib/outbreaks_1.9.0.tar.gz] (https://cran.r-project.org/src/contrib/outbreaks_1.9.0.tar.gz) -|outliers|0.15|[https://cran.r-project.org/src/contrib/outliers_0.15.tar.gz] (https://cran.r-project.org/src/contrib/outliers_0.15.tar.gz) -|packcircles|0.3.6|[https://cran.r-project.org/web/packages/packcircles/index.html] (https://cran.r-project.org/web/packages/packcircles/index.html) -|padr|0.6.2|[https://cran.r-project.org/web/packages/padr/index.html] (https://cran.r-project.org/web/packages/padr/index.html) -|pan|1.9|[https://cran.r-project.org/src/contrib/pan_1.9.tar.gz] (https://cran.r-project.org/src/contrib/pan_1.9.tar.gz) -|pander|0.6.5|[https://cran.r-project.org/src/contrib/pander_0.6.5.tar.gz] (https://cran.r-project.org/src/contrib/pander_0.6.5.tar.gz) -|parallelly|1.38.0|[https://cran.r-project.org/web/packages/parallelly/index.html] (https://cran.r-project.org/web/packages/parallelly/index.html) -|parameters|0.22.2|[https://cran.r-project.org/web/packages/parameters/index.html] (https://cran.r-project.org/web/packages/parameters/index.html) -|parsnip|1.2.1|[https://cran.r-project.org/src/contrib/parsnip_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/parsnip_1.2.1.tar.gz) -|partitions|1.10-7|[https://cran.r-project.org/src/contrib/partitions_1.10-7.tar.gz] (https://cran.r-project.org/src/contrib/partitions_1.10-7.tar.gz) -|party|1.3-17|[https://cran.r-project.org/src/contrib/party_1.3-17.tar.gz] (https://cran.r-project.org/src/contrib/party_1.3-17.tar.gz) -|partykit|1.2-22|[https://cran.r-project.org/web/packages/partykit/index.html] (https://cran.r-project.org/web/packages/partykit/index.html) -|patchwork|1.2.0|[https://cran.r-project.org/web/packages/patchwork/index.html] (https://cran.r-project.org/web/packages/patchwork/index.html) -|pbapply|1.7-2|[https://cran.r-project.org/src/contrib/pbapply_1.7-2.tar.gz] (https://cran.r-project.org/src/contrib/pbapply_1.7-2.tar.gz) -|pbdZMQ|0.3-10|[https://cran.r-project.org/web/packages/pbdZMQ/index.html] (https://cran.r-project.org/web/packages/pbdZMQ/index.html) -|pbivnorm|0.6.0|[https://cran.r-project.org/src/contrib/pbivnorm_0.6.0.tar.gz] (https://cran.r-project.org/src/contrib/pbivnorm_0.6.0.tar.gz) -|pbkrtest|0.5.3|[https://cran.r-project.org/src/contrib/pbkrtest_0.5.3.tar.gz] (https://cran.r-project.org/src/contrib/pbkrtest_0.5.3.tar.gz) -|PCAmixdata|3.1|[https://cran.r-project.org/src/contrib/PCAmixdata_3.1.tar.gz] (https://cran.r-project.org/src/contrib/PCAmixdata_3.1.tar.gz) -|pcaPP|2.0-5|[https://cran.r-project.org/src/contrib/pcaPP_2.0-5.tar.gz] (https://cran.r-project.org/src/contrib/pcaPP_2.0-5.tar.gz) -|pdc|1.0.3|[https://cran.r-project.org/src/contrib/pdc_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/pdc_1.0.3.tar.gz) -|pegas|1.3|[https://cran.r-project.org/src/contrib/pegas_1.3.tar.gz] (https://cran.r-project.org/src/contrib/pegas_1.3.tar.gz) -|performance|0.12.3|[https://cran.r-project.org/web/packages/performance/index.html] (https://cran.r-project.org/web/packages/performance/index.html) -|PerformanceAnalytics|2.0.4|[https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html] (https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html) -|permute|0.9-7|[https://cran.r-project.org/src/contrib/permute_0.9-7.tar.gz] (https://cran.r-project.org/src/contrib/permute_0.9-7.tar.gz) -|perry|0.3.1|[https://cran.r-project.org/src/contrib/perry_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/perry_0.3.1.tar.gz) -|petrinetR|0.3.0|[https://cran.r-project.org/src/contrib/petrinetR_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/petrinetR_0.3.0.tar.gz) -|pheatmap|1.0.12|[https://cran.r-project.org/src/contrib/pheatmap_1.0.12.tar.gz] (https://cran.r-project.org/src/contrib/pheatmap_1.0.12.tar.gz) -|pillar|1.9.0|[https://cran.r-project.org/web/packages/pillar/index.html] (https://cran.r-project.org/web/packages/pillar/index.html) -|pixmap|0.4-13|[https://cran.r-project.org/src/contrib/pixmap_0.4-13.tar.gz] (https://cran.r-project.org/src/contrib/pixmap_0.4-13.tar.gz) -|pkgbuild|1.4.4|[https://cran.r-project.org/web/packages/pkgbuild/index.html] (https://cran.r-project.org/web/packages/pkgbuild/index.html) -|pkgcache|2.2.2|[https://cran.r-project.org/web/packages/pkgcache/index.html] (https://cran.r-project.org/web/packages/pkgcache/index.html) -|pkgconfig|2.0.3|[https://cran.r-project.org/src/contrib/pkgconfig_2.0.3.tar.gz] (https://cran.r-project.org/src/contrib/pkgconfig_2.0.3.tar.gz) -|pkgdepends|0.7.2|[https://cran.r-project.org/web/packages/pkgdepends/index.html] (https://cran.r-project.org/web/packages/pkgdepends/index.html) -|pkgdown|2.1.0|[https://cran.r-project.org/web/packages/pkgdown/index.html] (https://cran.r-project.org/web/packages/pkgdown/index.html) -|pkgload|1.4.0|[https://cran.r-project.org/src/contrib/pkgload_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/pkgload_1.4.0.tar.gz) -|pkgmaker|0.32.10|[https://cran.r-project.org/web/packages/pkgmaker/index.html] (https://cran.r-project.org/web/packages/pkgmaker/index.html) -|platetools|0.1.7|[https://cran.r-project.org/src/contrib/platetools_0.1.7.tar.gz] (https://cran.r-project.org/src/contrib/platetools_0.1.7.tar.gz) -|plogr|0.2.0|[https://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz] (https://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz) -|plot3D|1.4.1|[https://cran.r-project.org/src/contrib/plot3D_1.4.1.tar.gz] (https://cran.r-project.org/src/contrib/plot3D_1.4.1.tar.gz) -|plot3Drgl|1.0.4|[https://cran.r-project.org/src/contrib/plot3Drgl_1.0.4.tar.gz] (https://cran.r-project.org/src/contrib/plot3Drgl_1.0.4.tar.gz) -|plotly|4.10.4|[https://cran.r-project.org/src/contrib/plotly_4.10.4.tar.gz] (https://cran.r-project.org/src/contrib/plotly_4.10.4.tar.gz) -|plotmo|3.6.4|[https://cran.r-project.org/src/contrib/plotmo_3.6.4.tar.gz] (https://cran.r-project.org/src/contrib/plotmo_3.6.4.tar.gz) -|plotrix|3.8-4|[https://cran.r-project.org/src/contrib/plotrix_3.8-4.tar.gz] (https://cran.r-project.org/src/contrib/plotrix_3.8-4.tar.gz) -|pls|2.8-4|[https://cran.r-project.org/web/packages/pls/index.html] (https://cran.r-project.org/web/packages/pls/index.html) -|plyr|1.8.9|[https://cran.r-project.org/src/contrib/plyr_1.8.9.tar.gz] (https://cran.r-project.org/src/contrib/plyr_1.8.9.tar.gz) -|png|0.1-8|[https://cran.r-project.org/src/contrib/png_0.1-8.tar.gz] (https://cran.r-project.org/src/contrib/png_0.1-8.tar.gz) -|polspline|1.1.25|[https://cran.r-project.org/src/contrib/polspline_1.1.25.tar.gz] (https://cran.r-project.org/src/contrib/polspline_1.1.25.tar.gz) -|polyclip|1.10-7|[https://cran.r-project.org/src/contrib/polyclip_1.10-7.tar.gz] (https://cran.r-project.org/src/contrib/polyclip_1.10-7.tar.gz) -|polylabelr|0.2.0|[https://cran.r-project.org/web/packages/polylabelr/index.html] (https://cran.r-project.org/web/packages/polylabelr/index.html) -|polynom|1.4-1|[https://cran.r-project.org/src/contrib/polynom_1.4-1.tar.gz] (https://cran.r-project.org/src/contrib/polynom_1.4-1.tar.gz) -|posterior|1.6.0|[https://cran.r-project.org/src/contrib/posterior_1.6.0.tar.gz] (https://cran.r-project.org/src/contrib/posterior_1.6.0.tar.gz) -|ppcor|1.1|[https://cran.r-project.org/src/contrib/ppcor_1.1.tar.gz] (https://cran.r-project.org/src/contrib/ppcor_1.1.tar.gz) -|prabclus|2.3-3|[https://cran.r-project.org/web/packages/prabclus/index.html] (https://cran.r-project.org/web/packages/prabclus/index.html) -|pracma|2.4.4|[https://cran.r-project.org/src/contrib/pracma_2.4.4.tar.gz] (https://cran.r-project.org/src/contrib/pracma_2.4.4.tar.gz) -|praise|1.0.0|[https://cran.r-project.org/src/contrib/praise_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/praise_1.0.0.tar.gz) -|precrec|0.14.4|[https://cran.r-project.org/src/contrib/precrec_0.14.4.tar.gz] (https://cran.r-project.org/src/contrib/precrec_0.14.4.tar.gz) -|prediction|0.3.18|[https://cran.r-project.org/src/contrib/prediction_0.3.18.tar.gz] (https://cran.r-project.org/src/contrib/prediction_0.3.18.tar.gz) -|PresenceAbsence|1.1.11|[https://cran.r-project.org/src/contrib/PresenceAbsence_1.1.11.tar.gz] (https://cran.r-project.org/src/contrib/PresenceAbsence_1.1.11.tar.gz) -|prettyunits|1.2.0|[https://cran.r-project.org/src/contrib/prettyunits_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/prettyunits_1.2.0.tar.gz) -|pROC|1.18.5|[https://cran.r-project.org/src/contrib/pROC_1.18.5.tar.gz] (https://cran.r-project.org/src/contrib/pROC_1.18.5.tar.gz) -|processmapR|0.5.5|[https://cran.r-project.org/web/packages/processmapR/index.html] (https://cran.r-project.org/web/packages/processmapR/index.html) -|processmonitR|0.1.0|[https://cran.r-project.org/src/contrib/processmonitR_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/processmonitR_0.1.0.tar.gz) -|processx|3.8.4|[https://cran.r-project.org/web/packages/processx/index.html] (https://cran.r-project.org/web/packages/processx/index.html) -|prodlim|2024.06.25|[https://cran.r-project.org/src/contrib/prodlim_2024.06.25.tar.gz] (https://cran.r-project.org/src/contrib/prodlim_2024.06.25.tar.gz) -|profileModel|0.6.1|[https://cran.r-project.org/src/contrib/profileModel_0.6.1.tar.gz] (https://cran.r-project.org/src/contrib/profileModel_0.6.1.tar.gz) -|profvis|0.3.8|[https://cran.r-project.org/web/packages/profvis/index.html] (https://cran.r-project.org/web/packages/profvis/index.html) -|progress|1.2.3|[https://cran.r-project.org/src/contrib/progress_1.2.3.tar.gz] (https://cran.r-project.org/src/contrib/progress_1.2.3.tar.gz) -|progressr|0.14.0|[https://cran.r-project.org/web/packages/progressr/index.html] (https://cran.r-project.org/web/packages/progressr/index.html) -|proj4|1.0-14|[https://cran.r-project.org/src/contrib/proj4_1.0-14.tar.gz] (https://cran.r-project.org/src/contrib/proj4_1.0-14.tar.gz) -|promises|1.3.0|[https://cran.r-project.org/web/packages/promises/index.html] (https://cran.r-project.org/web/packages/promises/index.html) -|prophet|1.0|[https://cran.r-project.org/src/contrib/prophet_1.0.tar.gz] (https://cran.r-project.org/src/contrib/prophet_1.0.tar.gz) -|proto|1.0.0|[https://cran.r-project.org/src/contrib/proto_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/proto_1.0.0.tar.gz) -|protolite|2.3.0|[https://cran.r-project.org/web/packages/protolite/index.html] (https://cran.r-project.org/web/packages/protolite/index.html) -|proxy|0.4-27|[https://cran.r-project.org/src/contrib/proxy_0.4-27.tar.gz] (https://cran.r-project.org/src/contrib/proxy_0.4-27.tar.gz) -|pryr|0.1.6|[https://cran.r-project.org/src/contrib/pryr_0.1.6.tar.gz] (https://cran.r-project.org/src/contrib/pryr_0.1.6.tar.gz) -|ps|1.7.7|[https://cran.r-project.org/web/packages/ps/index.html] (https://cran.r-project.org/web/packages/ps/index.html) -|pscl|1.5.9|[https://cran.r-project.org/src/contrib/pscl_1.5.9.tar.gz] (https://cran.r-project.org/src/contrib/pscl_1.5.9.tar.gz) -|psych|2.4.3|[https://cran.r-project.org/web/packages/psych/index.html] (https://cran.r-project.org/web/packages/psych/index.html) -|purrr|1.0.2|[https://cran.r-project.org/src/contrib/purrr_1.0.2.tar.gz] (https://cran.r-project.org/src/contrib/purrr_1.0.2.tar.gz) -|pwr|1.3-0|[https://cran.r-project.org/src/contrib/pwr_1.3-0.tar.gz] (https://cran.r-project.org/src/contrib/pwr_1.3-0.tar.gz) -|qap|0.1-2|[https://cran.r-project.org/src/contrib/qap_0.1-2.tar.gz] (https://cran.r-project.org/src/contrib/qap_0.1-2.tar.gz) -|qcc|2.7|[https://cran.r-project.org/src/contrib/qcc_2.7.tar.gz] (https://cran.r-project.org/src/contrib/qcc_2.7.tar.gz) -|qdapDictionaries|1.0.7|[https://cran.r-project.org/src/contrib/qdapDictionaries_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/qdapDictionaries_1.0.7.tar.gz) -|qdapRegex|0.7.8|[https://cran.r-project.org/src/contrib/qdapRegex_0.7.8.tar.gz] (https://cran.r-project.org/src/contrib/qdapRegex_0.7.8.tar.gz) -|qdapTools|1.3.7|[https://cran.r-project.org/src/contrib/qdapTools_1.3.7.tar.gz] (https://cran.r-project.org/src/contrib/qdapTools_1.3.7.tar.gz) -|qgraph|1.9.8|[https://cran.r-project.org/src/contrib/qgraph_1.9.8.tar.gz] (https://cran.r-project.org/src/contrib/qgraph_1.9.8.tar.gz) -|qicharts|0.5.8|[https://cran.r-project.org/src/contrib/qicharts_0.5.8.tar.gz] (https://cran.r-project.org/src/contrib/qicharts_0.5.8.tar.gz) -|qicharts2|0.7.5|[https://cran.r-project.org/src/contrib/qicharts2_0.7.5.tar.gz] (https://cran.r-project.org/src/contrib/qicharts2_0.7.5.tar.gz) -|quadprog|1.5-8|[https://cran.r-project.org/src/contrib/quadprog_1.5-8.tar.gz] (https://cran.r-project.org/src/contrib/quadprog_1.5-8.tar.gz) -|quanteda|3.3.1|[https://cran.r-project.org/web/packages/quanteda/index.html] (https://cran.r-project.org/web/packages/quanteda/index.html) -|quantmod|0.4.26|[https://cran.r-project.org/src/contrib/quantmod_0.4.26.tar.gz] (https://cran.r-project.org/src/contrib/quantmod_0.4.26.tar.gz) -|quantreg|5.98|[https://cran.r-project.org/web/packages/quantreg/index.html] (https://cran.r-project.org/web/packages/quantreg/index.html) -|questionr|0.7.8|[https://cran.r-project.org/src/contrib/questionr_0.7.8.tar.gz] (https://cran.r-project.org/src/contrib/questionr_0.7.8.tar.gz) -|QuickJSR|1.3.1|[https://cran.r-project.org/web/packages/QuickJSR/index.html] (https://cran.r-project.org/web/packages/QuickJSR/index.html) -|qvcalc|1.0.3|[https://cran.r-project.org/src/contrib/qvcalc_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/qvcalc_1.0.3.tar.gz) -|R.cache|0.16.0|[https://cran.r-project.org/src/contrib/R.cache_0.16.0.tar.gz] (https://cran.r-project.org/src/contrib/R.cache_0.16.0.tar.gz) -|R.matlab|3.7.0|[https://cran.r-project.org/src/contrib/R.matlab_3.7.0.tar.gz] (https://cran.r-project.org/src/contrib/R.matlab_3.7.0.tar.gz) -|R.methodsS3|1.8.2|[https://cran.r-project.org/src/contrib/R.methodsS3_1.8.2.tar.gz] (https://cran.r-project.org/src/contrib/R.methodsS3_1.8.2.tar.gz) -|R.oo|1.26.0|[https://cran.r-project.org/web/packages/R.oo/index.html] (https://cran.r-project.org/web/packages/R.oo/index.html) -|R.utils|2.12.3|[https://cran.r-project.org/src/contrib/R.utils_2.12.3.tar.gz] (https://cran.r-project.org/src/contrib/R.utils_2.12.3.tar.gz) -|r2d3|0.2.6|[https://cran.r-project.org/src/contrib/r2d3_0.2.6.tar.gz] (https://cran.r-project.org/src/contrib/r2d3_0.2.6.tar.gz) -|R2HTML|2.3.4|[https://cran.r-project.org/src/contrib/R2HTML_2.3.4.tar.gz] (https://cran.r-project.org/src/contrib/R2HTML_2.3.4.tar.gz) -|R2jags|0.8-5|[https://cran.r-project.org/web/packages/R2jags/index.html] (https://cran.r-project.org/web/packages/R2jags/index.html) -|R2OpenBUGS|3.2-3.2.1|[https://cran.r-project.org/src/contrib/R2OpenBUGS_3.2-3.2.1.tar.gz] (https://cran.r-project.org/src/contrib/R2OpenBUGS_3.2-3.2.1.tar.gz) -|R2WinBUGS|2.1-22.1|[https://cran.r-project.org/src/contrib/R2WinBUGS_2.1-22.1.tar.gz] (https://cran.r-project.org/src/contrib/R2WinBUGS_2.1-22.1.tar.gz) -|R6|2.5.1|[https://cran.r-project.org/src/contrib/R6_2.5.1.tar.gz] (https://cran.r-project.org/src/contrib/R6_2.5.1.tar.gz) -|ragg|1.3.2|[https://cran.r-project.org/web/packages/ragg/index.html] (https://cran.r-project.org/web/packages/ragg/index.html) -|rainbow|3.8|[https://cran.r-project.org/src/contrib/rainbow_3.8.tar.gz] (https://cran.r-project.org/src/contrib/rainbow_3.8.tar.gz) -|ramps|0.6.18|[https://cran.r-project.org/src/contrib/ramps_0.6.18.tar.gz] (https://cran.r-project.org/src/contrib/ramps_0.6.18.tar.gz) -|RandomFields|3.3.14|[https://cran.r-project.org/web/packages/RandomFields/index.html] (https://cran.r-project.org/web/packages/RandomFields/index.html) -|RandomFieldsUtils|1.2.5|[https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html] (https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html) -|randomForest|4.7-1.1|[https://cran.r-project.org/web/packages/randomForest/index.html] (https://cran.r-project.org/web/packages/randomForest/index.html) -|randomForestSRC|3.3.1|[https://cran.r-project.org/web/packages/randomForestSRC/index.html] (https://cran.r-project.org/web/packages/randomForestSRC/index.html) -|ranger|0.16.0|[https://cran.r-project.org/web/packages/ranger/index.html] (https://cran.r-project.org/web/packages/ranger/index.html) -|RApiDatetime|0.0.9|[https://cran.r-project.org/src/contrib/RApiDatetime_0.0.9.tar.gz] (https://cran.r-project.org/src/contrib/RApiDatetime_0.0.9.tar.gz) -|rapidjsonr|1.2.0|[https://cran.r-project.org/src/contrib/rapidjsonr_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/rapidjsonr_1.2.0.tar.gz) -|rappdirs|0.3.3|[https://cran.r-project.org/src/contrib/rappdirs_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/rappdirs_0.3.3.tar.gz) -|raster|3.6-26|[https://cran.r-project.org/web/packages/raster/index.html] (https://cran.r-project.org/web/packages/raster/index.html) -|rattle|5.5.1|[https://cran.r-project.org/src/contrib/rattle_5.5.1.tar.gz] (https://cran.r-project.org/src/contrib/rattle_5.5.1.tar.gz) -|rayimage|0.10.0|[https://cran.r-project.org/web/packages/rayimage/index.html] (https://cran.r-project.org/web/packages/rayimage/index.html) -|rayshader|0.24.10|[https://cran.r-project.org/web/packages/rayshader/index.html] (https://cran.r-project.org/web/packages/rayshader/index.html) -|rayvertex|0.11.4|[https://cran.r-project.org/src/contrib/rayvertex_0.11.4.tar.gz] (https://cran.r-project.org/src/contrib/rayvertex_0.11.4.tar.gz) -|rbenchmark|1.0.0|[https://cran.r-project.org/src/contrib/rbenchmark_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/rbenchmark_1.0.0.tar.gz) -|rbibutils|2.2.16|[https://cran.r-project.org/web/packages/rbibutils/index.html] (https://cran.r-project.org/web/packages/rbibutils/index.html) -|Rblpapi|0.3.14|[https://cran.r-project.org/web/packages/Rblpapi/index.html] (https://cran.r-project.org/web/packages/Rblpapi/index.html) -|rbokeh|0.5.2|[https://cran.r-project.org/web/packages/rbokeh/index.html] (https://cran.r-project.org/web/packages/rbokeh/index.html) -|rcmdcheck|1.4.0|[https://cran.r-project.org/src/contrib/rcmdcheck_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/rcmdcheck_1.4.0.tar.gz) -|RColorBrewer|1.1-3|[https://cran.r-project.org/src/contrib/RColorBrewer_1.1-3.tar.gz] (https://cran.r-project.org/src/contrib/RColorBrewer_1.1-3.tar.gz) -|Rcpp|1.0.13|[https://cran.r-project.org/web/packages/Rcpp/index.html] (https://cran.r-project.org/web/packages/Rcpp/index.html) -|RcppArmadillo|14.0.0-1|[https://cran.r-project.org/web/packages/RcppArmadillo/index.html] (https://cran.r-project.org/web/packages/RcppArmadillo/index.html) -|RcppDE|0.1.7|[https://cran.r-project.org/src/contrib/RcppDE_0.1.7.tar.gz] (https://cran.r-project.org/src/contrib/RcppDE_0.1.7.tar.gz) -|RcppEigen|0.3.4.0.2|[https://cran.r-project.org/src/contrib/RcppEigen_0.3.4.0.2.tar.gz] (https://cran.r-project.org/src/contrib/RcppEigen_0.3.4.0.2.tar.gz) -|RcppExamples|0.1.9|[https://cran.r-project.org/src/contrib/RcppExamples_0.1.9.tar.gz] (https://cran.r-project.org/src/contrib/RcppExamples_0.1.9.tar.gz) -|RcppParallel|5.1.9|[https://cran.r-project.org/src/contrib/RcppParallel_5.1.9.tar.gz] (https://cran.r-project.org/src/contrib/RcppParallel_5.1.9.tar.gz) -|RcppProgress|0.4.2|[https://cran.r-project.org/src/contrib/RcppProgress_0.4.2.tar.gz] (https://cran.r-project.org/src/contrib/RcppProgress_0.4.2.tar.gz) -|RcppRoll|0.3.1|[https://cran.r-project.org/src/contrib/RcppRoll_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/RcppRoll_0.3.1.tar.gz) -|RcppThread|2.1.7|[https://cran.r-project.org/web/packages/RcppThread/index.html] (https://cran.r-project.org/web/packages/RcppThread/index.html) -|RcppTOML|0.2.2|[https://cran.r-project.org/src/contrib/RcppTOML_0.2.2.tar.gz] (https://cran.r-project.org/src/contrib/RcppTOML_0.2.2.tar.gz) -|RCurl|1.98-1.16|[https://cran.r-project.org/src/contrib/RCurl_1.98-1.16.tar.gz] (https://cran.r-project.org/src/contrib/RCurl_1.98-1.16.tar.gz) -|Rdpack|2.6.1|[https://cran.r-project.org/web/packages/Rdpack/index.html] (https://cran.r-project.org/web/packages/Rdpack/index.html) -|readbitmap|0.1.5|[https://cran.r-project.org/src/contrib/readbitmap_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/readbitmap_0.1.5.tar.gz) -|readr|2.1.5|[https://cran.r-project.org/src/contrib/readr_2.1.5.tar.gz] (https://cran.r-project.org/src/contrib/readr_2.1.5.tar.gz) -|readxl|1.4.3|[https://cran.r-project.org/src/contrib/readxl_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/readxl_1.4.3.tar.gz) -|recipes|1.1.0|[https://cran.r-project.org/src/contrib/recipes_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/recipes_1.1.0.tar.gz) -|Redmonder|0.2.0|[https://cran.r-project.org/src/contrib/Redmonder_0.2.0.tar.gz] (https://cran.r-project.org/src/contrib/Redmonder_0.2.0.tar.gz) -|registry|0.5-1|[https://cran.r-project.org/src/contrib/registry_0.5-1.tar.gz] (https://cran.r-project.org/src/contrib/registry_0.5-1.tar.gz) -|relaimpo|2.2-7|[https://cran.r-project.org/src/contrib/relaimpo_2.2-7.tar.gz] (https://cran.r-project.org/src/contrib/relaimpo_2.2-7.tar.gz) -|relimp|1.0-5|[https://cran.r-project.org/src/contrib/relimp_1.0-5.tar.gz] (https://cran.r-project.org/src/contrib/relimp_1.0-5.tar.gz) -|rematch|2.0.0|[https://cran.r-project.org/src/contrib/rematch_2.0.0.tar.gz] (https://cran.r-project.org/src/contrib/rematch_2.0.0.tar.gz) -|rematch2|2.1.2|[https://cran.r-project.org/src/contrib/rematch2_2.1.2.tar.gz] (https://cran.r-project.org/src/contrib/rematch2_2.1.2.tar.gz) -|remotes|2.5.0|[https://cran.r-project.org/src/contrib/remotes_2.5.0.tar.gz] (https://cran.r-project.org/src/contrib/remotes_2.5.0.tar.gz) -|Renext|3.1-4|[https://cran.r-project.org/src/contrib/Renext_3.1-4.tar.gz] (https://cran.r-project.org/src/contrib/Renext_3.1-4.tar.gz) -|repr|1.1.6|[https://cran.r-project.org/web/packages/repr/index.html] (https://cran.r-project.org/web/packages/repr/index.html) -|reprex|2.1.1|[https://cran.r-project.org/src/contrib/reprex_2.1.1.tar.gz] (https://cran.r-project.org/src/contrib/reprex_2.1.1.tar.gz) -|reshape|0.8.9|[https://cran.r-project.org/src/contrib/reshape_0.8.9.tar.gz] (https://cran.r-project.org/src/contrib/reshape_0.8.9.tar.gz) -|reshape2|1.4.4|[https://cran.r-project.org/src/contrib/reshape2_1.4.4.tar.gz] (https://cran.r-project.org/src/contrib/reshape2_1.4.4.tar.gz) -|reticulate|1.39.0|[https://cran.r-project.org/web/packages/reticulate/index.html] (https://cran.r-project.org/web/packages/reticulate/index.html) -|rex|1.2.1|[https://cran.r-project.org/src/contrib/rex_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/rex_1.2.1.tar.gz) -|rFerns|5.0.0|[https://cran.r-project.org/src/contrib/rFerns_5.0.0.tar.gz] (https://cran.r-project.org/src/contrib/rFerns_5.0.0.tar.gz) -|rfm|0.3.0|[https://cran.r-project.org/src/contrib/rfm_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/rfm_0.3.0.tar.gz) -|rgdal|1.6-7|[https://cran.r-project.org/web/packages/rgdal/index.html] (https://cran.r-project.org/web/packages/rgdal/index.html) -|rgeos|0.6-4|[https://cran.r-project.org/web/packages/rgeos/index.html] (https://cran.r-project.org/web/packages/rgeos/index.html) -|rgexf|0.16.3|[https://cran.r-project.org/src/contrib/rgexf_0.16.3.tar.gz] (https://cran.r-project.org/src/contrib/rgexf_0.16.3.tar.gz) -|rgl|1.3.1|[https://cran.r-project.org/web/packages/rgl/index.html] (https://cran.r-project.org/web/packages/rgl/index.html) -|RgoogleMaps|1.5.1|[https://cran.r-project.org/src/contrib/RgoogleMaps_1.5.1.tar.gz] (https://cran.r-project.org/src/contrib/RgoogleMaps_1.5.1.tar.gz) -|RGraphics|3.0-2|[https://cran.r-project.org/src/contrib/RGraphics_3.0-2.tar.gz] (https://cran.r-project.org/src/contrib/RGraphics_3.0-2.tar.gz) -|RGtk2|2.20.36.3|[https://cran.r-project.org/web/packages/RGtk2/index.html] (https://cran.r-project.org/web/packages/RGtk2/index.html) -|RhpcBLASctl|0.23-42|[https://cran.r-project.org/src/contrib/RhpcBLASctl_0.23-42.tar.gz] (https://cran.r-project.org/src/contrib/RhpcBLASctl_0.23-42.tar.gz) -|RInside|0.2.18|[https://cran.r-project.org/src/contrib/RInside_0.2.18.tar.gz] (https://cran.r-project.org/src/contrib/RInside_0.2.18.tar.gz) -|rio|1.2.2|[https://cran.r-project.org/web/packages/rio/index.html] (https://cran.r-project.org/web/packages/rio/index.html) -|rjags|4-16|[https://cran.r-project.org/src/contrib/rjags_4-16.tar.gz] (https://cran.r-project.org/src/contrib/rjags_4-16.tar.gz) -|rjson|0.2.21|[https://cran.r-project.org/web/packages/rjson/index.html] (https://cran.r-project.org/web/packages/rjson/index.html) -|RJSONIO|1.3-1.9|[https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz] (https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz) -|rlang|1.1.4| -|rlecuyer|0.3-8|[https://cran.r-project.org/src/contrib/rlecuyer_0.3-8.tar.gz] (https://cran.r-project.org/src/contrib/rlecuyer_0.3-8.tar.gz) -|rlist|0.4.6.2|[https://cran.r-project.org/src/contrib/rlist_0.4.6.2.tar.gz] (https://cran.r-project.org/src/contrib/rlist_0.4.6.2.tar.gz) -|rmapshaper|0.5.0|[https://cran.r-project.org/src/contrib/rmapshaper_0.5.0.tar.gz] (https://cran.r-project.org/src/contrib/rmapshaper_0.5.0.tar.gz) -|rmarkdown|2.28|[https://cran.r-project.org/web/packages/rmarkdown/index.html] (https://cran.r-project.org/web/packages/rmarkdown/index.html) -|Rmisc|1.5.1|[https://cran.r-project.org/src/contrib/Rmisc_1.5.1.tar.gz] (https://cran.r-project.org/src/contrib/Rmisc_1.5.1.tar.gz) -|Rmpfr|0.9-5|[https://cran.r-project.org/web/packages/Rmpfr/index.html] (https://cran.r-project.org/web/packages/Rmpfr/index.html) -|rms|6.8-1|[https://cran.r-project.org/web/packages/rms/index.html] (https://cran.r-project.org/web/packages/rms/index.html) -|RMySQL|0.10.28|[https://cran.r-project.org/web/packages/RMySQL/index.html] (https://cran.r-project.org/web/packages/RMySQL/index.html) -|rngtools|1.5.2|[https://cran.r-project.org/src/contrib/rngtools_1.5.2.tar.gz] (https://cran.r-project.org/src/contrib/rngtools_1.5.2.tar.gz) -|robCompositions|2.4.1|[https://cran.r-project.org/src/contrib/robCompositions_2.4.1.tar.gz] (https://cran.r-project.org/src/contrib/robCompositions_2.4.1.tar.gz) -|robfilter|4.1.5|[https://cran.r-project.org/src/contrib/robfilter_4.1.5.tar.gz] (https://cran.r-project.org/src/contrib/robfilter_4.1.5.tar.gz) -|robustbase|0.99-4|[https://cran.r-project.org/web/packages/robustbase/index.html] (https://cran.r-project.org/web/packages/robustbase/index.html) -|robustHD|0.8.1|[https://cran.r-project.org/src/contrib/robustHD_0.8.1.tar.gz] (https://cran.r-project.org/src/contrib/robustHD_0.8.1.tar.gz) -|ROCR|1.0-11|[https://cran.r-project.org/src/contrib/ROCR_1.0-11.tar.gz] (https://cran.r-project.org/src/contrib/ROCR_1.0-11.tar.gz) -|RODBC|1.3-23|[https://cran.r-project.org/web/packages/RODBC/index.html] (https://cran.r-project.org/web/packages/RODBC/index.html) -|Rook|1.2|[https://cran.r-project.org/src/contrib/Rook_1.2.tar.gz] (https://cran.r-project.org/src/contrib/Rook_1.2.tar.gz) -|rootSolve|1.8.2.4|[https://cran.r-project.org/src/contrib/rootSolve_1.8.2.4.tar.gz] (https://cran.r-project.org/src/contrib/rootSolve_1.8.2.4.tar.gz) -|roxygen2|7.3.2|[https://cran.r-project.org/src/contrib/roxygen2_7.3.2.tar.gz] (https://cran.r-project.org/src/contrib/roxygen2_7.3.2.tar.gz) -|rpart|4.1.23|[https://cran.r-project.org/web/packages/rpart/index.html] (https://cran.r-project.org/web/packages/rpart/index.html) -|rpart.plot|3.1.2|[https://cran.r-project.org/src/contrib/rpart.plot_3.1.2.tar.gz] (https://cran.r-project.org/src/contrib/rpart.plot_3.1.2.tar.gz) -|rpivotTable|0.3.0|[https://cran.r-project.org/src/contrib/rpivotTable_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/rpivotTable_0.3.0.tar.gz) -|rprojroot|2.0.4|[https://cran.r-project.org/src/contrib/rprojroot_2.0.4.tar.gz] (https://cran.r-project.org/src/contrib/rprojroot_2.0.4.tar.gz) -|RPushbullet|0.3.4|[https://cran.r-project.org/src/contrib/RPushbullet_0.3.4.tar.gz] (https://cran.r-project.org/src/contrib/RPushbullet_0.3.4.tar.gz) -|rrcov|1.7-6|[https://cran.r-project.org/src/contrib/rrcov_1.7-6.tar.gz] (https://cran.r-project.org/src/contrib/rrcov_1.7-6.tar.gz) -|rsample|1.2.1|[https://cran.r-project.org/src/contrib/rsample_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/rsample_1.2.1.tar.gz) -|rsdmx|0.6-3|[https://cran.r-project.org/web/packages/rsdmx/index.html] (https://cran.r-project.org/web/packages/rsdmx/index.html) -|RSGHB|1.2.2|[https://cran.r-project.org/src/contrib/RSGHB_1.2.2.tar.gz] (https://cran.r-project.org/src/contrib/RSGHB_1.2.2.tar.gz) -|RSNNS|0.4-17|[https://cran.r-project.org/src/contrib/RSNNS_0.4-17.tar.gz] (https://cran.r-project.org/src/contrib/RSNNS_0.4-17.tar.gz) -|Rsolnp|1.16|[https://cran.r-project.org/src/contrib/Rsolnp_1.16.tar.gz] (https://cran.r-project.org/src/contrib/Rsolnp_1.16.tar.gz) -|rsparse|0.5.2|[https://cran.r-project.org/src/contrib/rsparse_0.5.2.tar.gz] (https://cran.r-project.org/src/contrib/rsparse_0.5.2.tar.gz) -|RSpectra|0.16-2|[https://cran.r-project.org/src/contrib/RSpectra_0.16-2.tar.gz] (https://cran.r-project.org/src/contrib/RSpectra_0.16-2.tar.gz) -|RSQLite|2.3.7|[https://cran.r-project.org/web/packages/RSQLite/index.html] (https://cran.r-project.org/web/packages/RSQLite/index.html) -|rstan|2.32.6|[https://cran.r-project.org/src/contrib/rstan_2.32.6.tar.gz] (https://cran.r-project.org/src/contrib/rstan_2.32.6.tar.gz) -|rstantools|2.4.0|[https://cran.r-project.org/src/contrib/rstantools_2.4.0.tar.gz] (https://cran.r-project.org/src/contrib/rstantools_2.4.0.tar.gz) -|rstatix|0.7.2|[https://cran.r-project.org/src/contrib/rstatix_0.7.2.tar.gz] (https://cran.r-project.org/src/contrib/rstatix_0.7.2.tar.gz) -|rstudioapi|0.16.0|[https://cran.r-project.org/web/packages/rstudioapi/index.html] (https://cran.r-project.org/web/packages/rstudioapi/index.html) -|rsvg|2.6.0|[https://cran.r-project.org/web/packages/rsvg/index.html] (https://cran.r-project.org/web/packages/rsvg/index.html) -|RTextTools|1.4.3|[https://cran.r-project.org/src/contrib/RTextTools_1.4.3.tar.gz] (https://cran.r-project.org/src/contrib/RTextTools_1.4.3.tar.gz) -|Rttf2pt1|1.3.12|[https://cran.r-project.org/src/contrib/Rttf2pt1_1.3.12.tar.gz] (https://cran.r-project.org/src/contrib/Rttf2pt1_1.3.12.tar.gz) -|RUnit|0.4.33|[https://cran.r-project.org/src/contrib/RUnit_0.4.33.tar.gz] (https://cran.r-project.org/src/contrib/RUnit_0.4.33.tar.gz) -|runjags|2.2.2-4|[https://cran.r-project.org/src/contrib/runjags_2.2.2-4.tar.gz] (https://cran.r-project.org/src/contrib/runjags_2.2.2-4.tar.gz) -|Runuran|0.38|[https://cran.r-project.org/web/packages/Runuran/index.html] (https://cran.r-project.org/web/packages/Runuran/index.html) -|rvcheck|0.2.1|[https://cran.r-project.org/src/contrib/rvcheck_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/rvcheck_0.2.1.tar.gz) -|rversions|2.1.2|[https://cran.r-project.org/src/contrib/rversions_2.1.2.tar.gz] (https://cran.r-project.org/src/contrib/rversions_2.1.2.tar.gz) -|rvest|1.0.4|[https://cran.r-project.org/src/contrib/rvest_1.0.4.tar.gz] (https://cran.r-project.org/src/contrib/rvest_1.0.4.tar.gz) -|rworldmap|1.3-8|[https://cran.r-project.org/src/contrib/rworldmap_1.3-8.tar.gz] (https://cran.r-project.org/src/contrib/rworldmap_1.3-8.tar.gz) -|rworldxtra|1.01|[https://cran.r-project.org/src/contrib/rworldxtra_1.01.tar.gz] (https://cran.r-project.org/src/contrib/rworldxtra_1.01.tar.gz) -|s2|1.1.7|[https://cran.r-project.org/src/contrib/s2_1.1.7.tar.gz] (https://cran.r-project.org/src/contrib/s2_1.1.7.tar.gz) -|SampleSizeMeans|1.2.3|[https://cran.r-project.org/src/contrib/SampleSizeMeans_1.2.3.tar.gz] (https://cran.r-project.org/src/contrib/SampleSizeMeans_1.2.3.tar.gz) -|SampleSizeProportions|1.1.3|[https://cran.r-project.org/src/contrib/SampleSizeProportions_1.1.3.tar.gz] (https://cran.r-project.org/src/contrib/SampleSizeProportions_1.1.3.tar.gz) -|sandwich|3.1-0|[https://cran.r-project.org/web/packages/sandwich/index.html] (https://cran.r-project.org/web/packages/sandwich/index.html) -|sas7bdat|0.8|[https://cran.r-project.org/src/contrib/sas7bdat_0.8.tar.gz] (https://cran.r-project.org/src/contrib/sas7bdat_0.8.tar.gz) -|sass|0.4.9|[https://cran.r-project.org/src/contrib/sass_0.4.9.tar.gz] (https://cran.r-project.org/src/contrib/sass_0.4.9.tar.gz) -|satellite|1.0.5|[https://cran.r-project.org/src/contrib/satellite_1.0.5.tar.gz] (https://cran.r-project.org/src/contrib/satellite_1.0.5.tar.gz) -|sbgcop|0.980|[https://cran.r-project.org/src/contrib/sbgcop_0.980.tar.gz] (https://cran.r-project.org/src/contrib/sbgcop_0.980.tar.gz) -|scales|1.3.0|[https://cran.r-project.org/src/contrib/scales_1.3.0.tar.gz] (https://cran.r-project.org/src/contrib/scales_1.3.0.tar.gz) -|scatterplot3d|0.3-44|[https://cran.r-project.org/src/contrib/scatterplot3d_0.3-44.tar.gz] (https://cran.r-project.org/src/contrib/scatterplot3d_0.3-44.tar.gz) -|sciplot|1.2-0|[https://cran.r-project.org/src/contrib/sciplot_1.2-0.tar.gz] (https://cran.r-project.org/src/contrib/sciplot_1.2-0.tar.gz) -|segmented|2.1-2|[https://cran.r-project.org/web/packages/segmented/index.html] (https://cran.r-project.org/web/packages/segmented/index.html) -|selectr|0.4-2|[https://cran.r-project.org/src/contrib/selectr_0.4-2.tar.gz] (https://cran.r-project.org/src/contrib/selectr_0.4-2.tar.gz) -|sem|3.1-16|[https://cran.r-project.org/src/contrib/sem_3.1-16.tar.gz] (https://cran.r-project.org/src/contrib/sem_3.1-16.tar.gz) -|sentimentr|2.9.0|[https://cran.r-project.org/src/contrib/sentimentr_2.9.0.tar.gz] (https://cran.r-project.org/src/contrib/sentimentr_2.9.0.tar.gz) -|seqinr|4.2-36|[https://cran.r-project.org/src/contrib/seqinr_4.2-36.tar.gz] (https://cran.r-project.org/src/contrib/seqinr_4.2-36.tar.gz) -|seriation|1.5.6|[https://cran.r-project.org/web/packages/seriation/index.html] (https://cran.r-project.org/web/packages/seriation/index.html) -|servr|0.31|[https://cran.r-project.org/web/packages/servr/index.html] (https://cran.r-project.org/web/packages/servr/index.html) -|sessioninfo|1.2.2|[https://cran.r-project.org/src/contrib/sessioninfo_1.2.2.tar.gz] (https://cran.r-project.org/src/contrib/sessioninfo_1.2.2.tar.gz) -|setRNG|2024.2-1|[https://cran.r-project.org/src/contrib/setRNG_2024.2-1.tar.gz] (https://cran.r-project.org/src/contrib/setRNG_2024.2-1.tar.gz) -|sets|1.0-25|[https://cran.r-project.org/src/contrib/sets_1.0-25.tar.gz] (https://cran.r-project.org/src/contrib/sets_1.0-25.tar.gz) -|sf|1.0-16|[https://cran.r-project.org/web/packages/sf/index.html] (https://cran.r-project.org/web/packages/sf/index.html) -|sfd|0.1.0|[https://cran.r-project.org/src/contrib/sfd_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/sfd_0.1.0.tar.gz) -|sfheaders|0.4.4|[https://cran.r-project.org/src/contrib/sfheaders_0.4.4.tar.gz] (https://cran.r-project.org/src/contrib/sfheaders_0.4.4.tar.gz) -|sfsmisc|1.1-19|[https://cran.r-project.org/web/packages/sfsmisc/index.html] (https://cran.r-project.org/web/packages/sfsmisc/index.html) -|sftime|0.2-0|[https://cran.r-project.org/web/packages/sftime/index.html] (https://cran.r-project.org/web/packages/sftime/index.html) -|sgeostat|1.0-27|[https://cran.r-project.org/src/contrib/sgeostat_1.0-27.tar.gz] (https://cran.r-project.org/src/contrib/sgeostat_1.0-27.tar.gz) -|shades|1.4.0|[https://cran.r-project.org/src/contrib/shades_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/shades_1.4.0.tar.gz) -|shape|1.4.6.1|[https://cran.r-project.org/src/contrib/shape_1.4.6.1.tar.gz] (https://cran.r-project.org/src/contrib/shape_1.4.6.1.tar.gz) -|shapefiles|0.7.2|[https://cran.r-project.org/src/contrib/shapefiles_0.7.2.tar.gz] (https://cran.r-project.org/src/contrib/shapefiles_0.7.2.tar.gz) -|shiny|1.9.1|[https://cran.r-project.org/web/packages/shiny/index.html] (https://cran.r-project.org/web/packages/shiny/index.html) -|shinyBS|0.61.1|[https://cran.r-project.org/src/contrib/shinyBS_0.61.1.tar.gz] (https://cran.r-project.org/src/contrib/shinyBS_0.61.1.tar.gz) -|shinycssloaders|1.1.0|[https://cran.r-project.org/src/contrib/shinycssloaders_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/shinycssloaders_1.1.0.tar.gz) -|shinyjs|2.1.0|[https://cran.r-project.org/src/contrib/shinyjs_2.1.0.tar.gz] (https://cran.r-project.org/src/contrib/shinyjs_2.1.0.tar.gz) -|shinyTime|1.0.3|[https://cran.r-project.org/src/contrib/shinyTime_1.0.3.tar.gz] (https://cran.r-project.org/src/contrib/shinyTime_1.0.3.tar.gz) -|showtext|0.9-7|[https://cran.r-project.org/src/contrib/showtext_0.9-7.tar.gz] (https://cran.r-project.org/src/contrib/showtext_0.9-7.tar.gz) -|showtextdb|3.0|[https://cran.r-project.org/src/contrib/showtextdb_3.0.tar.gz] (https://cran.r-project.org/src/contrib/showtextdb_3.0.tar.gz) -|SimDesign|2.17.1|[https://cran.r-project.org/web/packages/SimDesign/index.html] (https://cran.r-project.org/web/packages/SimDesign/index.html) -|SIS|0.8-8|[https://cran.r-project.org/src/contrib/SIS_0.8-8.tar.gz] (https://cran.r-project.org/src/contrib/SIS_0.8-8.tar.gz) -|SixSigma|0.11.1|[https://cran.r-project.org/src/contrib/SixSigma_0.11.1.tar.gz] (https://cran.r-project.org/src/contrib/SixSigma_0.11.1.tar.gz) -|sjlabelled|1.2.0|[https://cran.r-project.org/src/contrib/sjlabelled_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/sjlabelled_1.2.0.tar.gz) -|sjmisc|2.8.10|[https://cran.r-project.org/src/contrib/sjmisc_2.8.10.tar.gz] (https://cran.r-project.org/src/contrib/sjmisc_2.8.10.tar.gz) -|sjPlot|2.8.16|[https://cran.r-project.org/web/packages/sjPlot/index.html] (https://cran.r-project.org/web/packages/sjPlot/index.html) -|sjstats|0.19.0|[https://cran.r-project.org/src/contrib/sjstats_0.19.0.tar.gz] (https://cran.r-project.org/src/contrib/sjstats_0.19.0.tar.gz) -|skmeans|0.2-17|[https://cran.r-project.org/web/packages/skmeans/index.html] (https://cran.r-project.org/web/packages/skmeans/index.html) -|slam|0.1-53|[https://cran.r-project.org/web/packages/slam/index.html] (https://cran.r-project.org/web/packages/slam/index.html) -|slider|0.3.1|[https://cran.r-project.org/web/packages/slider/index.html] (https://cran.r-project.org/web/packages/slider/index.html) -|sm|2.2-6.0|[https://cran.r-project.org/src/contrib/sm_2.2-6.0.tar.gz] (https://cran.r-project.org/src/contrib/sm_2.2-6.0.tar.gz) -|smooth|4.0.2|[https://cran.r-project.org/web/packages/smooth/index.html] (https://cran.r-project.org/web/packages/smooth/index.html) -|smoothSurv|2.6|[https://cran.r-project.org/src/contrib/smoothSurv_2.6.tar.gz] (https://cran.r-project.org/src/contrib/smoothSurv_2.6.tar.gz) -|sna|2.7-2|[https://cran.r-project.org/web/packages/sna/index.html] (https://cran.r-project.org/web/packages/sna/index.html) -|snakecase|0.11.1|[https://cran.r-project.org/src/contrib/snakecase_0.11.1.tar.gz] (https://cran.r-project.org/src/contrib/snakecase_0.11.1.tar.gz) -|snow|0.4-4|[https://cran.r-project.org/src/contrib/snow_0.4-4.tar.gz] (https://cran.r-project.org/src/contrib/snow_0.4-4.tar.gz) -|SnowballC|0.7.1|[https://cran.r-project.org/src/contrib/SnowballC_0.7.1.tar.gz] (https://cran.r-project.org/src/contrib/SnowballC_0.7.1.tar.gz) -|snowFT|1.6-1|[https://cran.r-project.org/src/contrib/snowFT_1.6-1.tar.gz] (https://cran.r-project.org/src/contrib/snowFT_1.6-1.tar.gz) -|sodium|1.3.1|[https://cran.r-project.org/web/packages/sodium/index.html] (https://cran.r-project.org/web/packages/sodium/index.html) -|sourcetools|0.1.7-1|[https://cran.r-project.org/src/contrib/sourcetools_0.1.7-1.tar.gz] (https://cran.r-project.org/src/contrib/sourcetools_0.1.7-1.tar.gz) -|sp|2.1-4|[https://cran.r-project.org/src/contrib/sp_2.1-4.tar.gz] (https://cran.r-project.org/src/contrib/sp_2.1-4.tar.gz) -|spacefillr|0.3.3|[https://cran.r-project.org/src/contrib/spacefillr_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/spacefillr_0.3.3.tar.gz) -|spacetime|1.3-2|[https://cran.r-project.org/src/contrib/spacetime_1.3-2.tar.gz] (https://cran.r-project.org/src/contrib/spacetime_1.3-2.tar.gz) -|spacyr|1.3.0|[https://cran.r-project.org/src/contrib/spacyr_1.3.0.tar.gz] (https://cran.r-project.org/src/contrib/spacyr_1.3.0.tar.gz) -|spam|2.10-0|[https://cran.r-project.org/web/packages/spam/index.html] (https://cran.r-project.org/web/packages/spam/index.html) -|SparseM|1.84-2|[https://cran.r-project.org/src/contrib/SparseM_1.84-2.tar.gz] (https://cran.r-project.org/src/contrib/SparseM_1.84-2.tar.gz) -|sparsepp|1.22|[https://cran.r-project.org/src/contrib/sparsepp_1.22.tar.gz] (https://cran.r-project.org/src/contrib/sparsepp_1.22.tar.gz) -|spatial|7.3-17|[https://cran.r-project.org/web/packages/spatial/index.html] (https://cran.r-project.org/web/packages/spatial/index.html) -|spatstat|3.0-7|[https://cran.r-project.org/web/packages/spatstat/index.html] (https://cran.r-project.org/web/packages/spatstat/index.html) -|spatstat.data|3.1-2|[https://cran.r-project.org/web/packages/spatstat.data/index.html] (https://cran.r-project.org/web/packages/spatstat.data/index.html) -|spatstat.explore|3.2-6|[https://cran.r-project.org/web/packages/spatstat.explore/index.html] (https://cran.r-project.org/web/packages/spatstat.explore/index.html) -|spatstat.geom|3.2-9|[https://cran.r-project.org/web/packages/spatstat.geom/index.html] (https://cran.r-project.org/web/packages/spatstat.geom/index.html) -|spatstat.linnet|3.1-4|[https://cran.r-project.org/web/packages/spatstat.linnet/index.html] (https://cran.r-project.org/web/packages/spatstat.linnet/index.html) -|spatstat.model|3.2-10|[https://cran.r-project.org/web/packages/spatstat.model/index.html] (https://cran.r-project.org/web/packages/spatstat.model/index.html) -|spatstat.random|3.2-3|[https://cran.r-project.org/web/packages/spatstat.random/index.html] (https://cran.r-project.org/web/packages/spatstat.random/index.html) -|spatstat.sparse|3.1-0|[https://cran.r-project.org/src/contrib/spatstat.sparse_3.1-0.tar.gz] (https://cran.r-project.org/src/contrib/spatstat.sparse_3.1-0.tar.gz) -|spatstat.univar|3.0-1|[https://cran.r-project.org/web/packages/spatstat.univar/index.html] (https://cran.r-project.org/web/packages/spatstat.univar/index.html) -|spatstat.utils|3.1-0|[https://cran.r-project.org/web/packages/spatstat.utils/index.html] (https://cran.r-project.org/web/packages/spatstat.utils/index.html) -|spBayes|0.4-7|[https://cran.r-project.org/web/packages/spBayes/index.html] (https://cran.r-project.org/web/packages/spBayes/index.html) -|spData|2.3.3|[https://cran.r-project.org/web/packages/spData/index.html] (https://cran.r-project.org/web/packages/spData/index.html) -|spdep|1.3-5|[https://cran.r-project.org/web/packages/spdep/index.html] (https://cran.r-project.org/web/packages/spdep/index.html) -|spikeslab|1.1.6|[https://cran.r-project.org/src/contrib/spikeslab_1.1.6.tar.gz] (https://cran.r-project.org/src/contrib/spikeslab_1.1.6.tar.gz) -|splancs|2.01-45|[https://cran.r-project.org/src/contrib/splancs_2.01-45.tar.gz] (https://cran.r-project.org/src/contrib/splancs_2.01-45.tar.gz) -|splines|4.3.3|[https://cran.r-project.org/web/packages/splines/index.html] (https://cran.r-project.org/web/packages/splines/index.html) -|spls|2.2-3|[https://cran.r-project.org/src/contrib/spls_2.2-3.tar.gz] (https://cran.r-project.org/src/contrib/spls_2.2-3.tar.gz) -|splus2R|1.3-5|[https://cran.r-project.org/src/contrib/splus2R_1.3-5.tar.gz] (https://cran.r-project.org/src/contrib/splus2R_1.3-5.tar.gz) -|spTimer|3.3.2|[https://cran.r-project.org/web/packages/spTimer/index.html] (https://cran.r-project.org/web/packages/spTimer/index.html) -|sqldf|0.4-11|[https://cran.r-project.org/src/contrib/sqldf_0.4-11.tar.gz] (https://cran.r-project.org/src/contrib/sqldf_0.4-11.tar.gz) -|SQUAREM|2021.1|[https://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz] (https://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz) -|sROC|0.1-2|[https://cran.r-project.org/web/packages/sROC/index.html] (https://cran.r-project.org/web/packages/sROC/index.html) -|stabledist|0.7-2|[https://cran.r-project.org/src/contrib/stabledist_0.7-2.tar.gz] (https://cran.r-project.org/src/contrib/stabledist_0.7-2.tar.gz) -|stabs|0.6-4|[https://cran.r-project.org/src/contrib/stabs_0.6-4.tar.gz] (https://cran.r-project.org/src/contrib/stabs_0.6-4.tar.gz) -|StanHeaders|2.32.10|[https://cran.r-project.org/src/contrib/StanHeaders_2.32.10.tar.gz] (https://cran.r-project.org/src/contrib/StanHeaders_2.32.10.tar.gz) -|stars|0.6-6|[https://cran.r-project.org/web/packages/stars/index.html] (https://cran.r-project.org/web/packages/stars/index.html) -|statmod|1.5.0|[https://cran.r-project.org/src/contrib/statmod_1.5.0.tar.gz] (https://cran.r-project.org/src/contrib/statmod_1.5.0.tar.gz) -|statnet.common|4.9.0|[https://cran.r-project.org/web/packages/statnet.common/index.html] (https://cran.r-project.org/web/packages/statnet.common/index.html) -|stepPlr|0.93|[https://cran.r-project.org/src/contrib/stepPlr_0.93.tar.gz] (https://cran.r-project.org/src/contrib/stepPlr_0.93.tar.gz) -|stinepack|1.5|[https://cran.r-project.org/src/contrib/stinepack_1.5.tar.gz] (https://cran.r-project.org/src/contrib/stinepack_1.5.tar.gz) -|stochvol|3.2.4|[https://cran.r-project.org/web/packages/stochvol/index.html] (https://cran.r-project.org/web/packages/stochvol/index.html) -|stopwords|2.3|[https://cran.r-project.org/src/contrib/stopwords_2.3.tar.gz] (https://cran.r-project.org/src/contrib/stopwords_2.3.tar.gz) -|stringdist|0.9.12|[https://cran.r-project.org/web/packages/stringdist/index.html] (https://cran.r-project.org/web/packages/stringdist/index.html) -|stringi|1.8.4|[https://cran.r-project.org/src/contrib/stringi_1.8.4.tar.gz] (https://cran.r-project.org/src/contrib/stringi_1.8.4.tar.gz) -|stringr|1.5.1|[https://cran.r-project.org/src/contrib/stringr_1.5.1.tar.gz] (https://cran.r-project.org/src/contrib/stringr_1.5.1.tar.gz) -|strucchange|1.5-4|[https://cran.r-project.org/src/contrib/strucchange_1.5-4.tar.gz] (https://cran.r-project.org/src/contrib/strucchange_1.5-4.tar.gz) -|styler|1.10.3|[https://cran.r-project.org/src/contrib/styler_1.10.3.tar.gz] (https://cran.r-project.org/src/contrib/styler_1.10.3.tar.gz) -|sugrrants|0.2.9|[https://cran.r-project.org/src/contrib/sugrrants_0.2.9.tar.gz] (https://cran.r-project.org/src/contrib/sugrrants_0.2.9.tar.gz) -|sunburstR|2.1.8|[https://cran.r-project.org/src/contrib/sunburstR_2.1.8.tar.gz] (https://cran.r-project.org/src/contrib/sunburstR_2.1.8.tar.gz) -|SuppDists|1.1-9.8|[https://cran.r-project.org/src/contrib/SuppDists_1.1-9.8.tar.gz] (https://cran.r-project.org/src/contrib/SuppDists_1.1-9.8.tar.gz) -|survey|4.4-2|[https://cran.r-project.org/src/contrib/survey_4.4-2.tar.gz] (https://cran.r-project.org/src/contrib/survey_4.4-2.tar.gz) -|survival|3.7-0|[https://cran.r-project.org/web/packages/survival/index.html] (https://cran.r-project.org/web/packages/survival/index.html) -|survminer|0.4.9|[https://cran.r-project.org/web/packages/survminer/index.html] (https://cran.r-project.org/web/packages/survminer/index.html) -|survMisc|0.5.6|[https://cran.r-project.org/src/contrib/survMisc_0.5.6.tar.gz] (https://cran.r-project.org/src/contrib/survMisc_0.5.6.tar.gz) -|svglite|2.1.3|[https://cran.r-project.org/src/contrib/svglite_2.1.3.tar.gz] (https://cran.r-project.org/src/contrib/svglite_2.1.3.tar.gz) -|svmpath|0.970|[https://cran.r-project.org/src/contrib/svmpath_0.970.tar.gz] (https://cran.r-project.org/src/contrib/svmpath_0.970.tar.gz) -|svUnit|1.0.6|[https://cran.r-project.org/src/contrib/svUnit_1.0.6.tar.gz] (https://cran.r-project.org/src/contrib/svUnit_1.0.6.tar.gz) -|sweep|0.2.5|[https://cran.r-project.org/src/contrib/sweep_0.2.5.tar.gz] (https://cran.r-project.org/src/contrib/sweep_0.2.5.tar.gz) -|sys|3.4.2|[https://cran.r-project.org/web/packages/sys/index.html] (https://cran.r-project.org/web/packages/sys/index.html) -|sysfonts|0.8.9|[https://cran.r-project.org/src/contrib/sysfonts_0.8.9.tar.gz] (https://cran.r-project.org/src/contrib/sysfonts_0.8.9.tar.gz) -|systemfit|1.1-30|[https://cran.r-project.org/src/contrib/systemfit_1.1-30.tar.gz] (https://cran.r-project.org/src/contrib/systemfit_1.1-30.tar.gz) -|systemfonts|1.1.0| -|syuzhet|1.0.7|[https://cran.r-project.org/src/contrib/syuzhet_1.0.7.tar.gz] (https://cran.r-project.org/src/contrib/syuzhet_1.0.7.tar.gz) -|tau|0.0-25|[https://cran.r-project.org/web/packages/tau/index.html] (https://cran.r-project.org/web/packages/tau/index.html) -|tcltk|4.3.3|[https://cran.r-project.org/web/packages/tcltk/index.html] (https://cran.r-project.org/web/packages/tcltk/index.html) -|tcltk2|1.2-11|[https://cran.r-project.org/src/contrib/tcltk2_1.2-11.tar.gz] (https://cran.r-project.org/src/contrib/tcltk2_1.2-11.tar.gz) -|TeachingDemos|2.13|[https://cran.r-project.org/src/contrib/TeachingDemos_2.13.tar.gz] (https://cran.r-project.org/src/contrib/TeachingDemos_2.13.tar.gz) -|tensor|1.5|[https://cran.r-project.org/src/contrib/tensor_1.5.tar.gz] (https://cran.r-project.org/src/contrib/tensor_1.5.tar.gz) -|tensorA|0.36.2.1|[https://cran.r-project.org/src/contrib/tensorA_0.36.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tensorA_0.36.2.1.tar.gz) -|terra|1.7-78|[https://cran.r-project.org/web/packages/terra/index.html] (https://cran.r-project.org/web/packages/terra/index.html) -|terrainmeshr|0.1.0|[https://cran.r-project.org/src/contrib/terrainmeshr_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/terrainmeshr_0.1.0.tar.gz) -|testthat|3.2.1.1|[https://cran.r-project.org/web/packages/testthat/index.html] (https://cran.r-project.org/web/packages/testthat/index.html) -|texreg|1.39.4|[https://cran.r-project.org/src/contrib/texreg_1.39.4.tar.gz] (https://cran.r-project.org/src/contrib/texreg_1.39.4.tar.gz) -|text2vec|0.6.4|[https://cran.r-project.org/src/contrib/text2vec_0.6.4.tar.gz] (https://cran.r-project.org/src/contrib/text2vec_0.6.4.tar.gz) -|textcat|1.0-8|[https://cran.r-project.org/web/packages/textcat/index.html] (https://cran.r-project.org/web/packages/textcat/index.html) -|textclean|0.9.3|[https://cran.r-project.org/src/contrib/textclean_0.9.3.tar.gz] (https://cran.r-project.org/src/contrib/textclean_0.9.3.tar.gz) -|textir|2.0-5|[https://cran.r-project.org/src/contrib/textir_2.0-5.tar.gz] (https://cran.r-project.org/src/contrib/textir_2.0-5.tar.gz) -|textmineR|3.0.5|[https://cran.r-project.org/src/contrib/textmineR_3.0.5.tar.gz] (https://cran.r-project.org/src/contrib/textmineR_3.0.5.tar.gz) -|textshape|1.7.5|[https://cran.r-project.org/src/contrib/textshape_1.7.5.tar.gz] (https://cran.r-project.org/src/contrib/textshape_1.7.5.tar.gz) -|textshaping|0.4.0|[https://cran.r-project.org/web/packages/textshaping/index.html] (https://cran.r-project.org/web/packages/textshaping/index.html) -|tfplot|2021.6-1|[https://cran.r-project.org/src/contrib/tfplot_2021.6-1.tar.gz] (https://cran.r-project.org/src/contrib/tfplot_2021.6-1.tar.gz) -|tframe|2015.12-1.1|[https://cran.r-project.org/src/contrib/tframe_2015.12-1.1.tar.gz] (https://cran.r-project.org/src/contrib/tframe_2015.12-1.1.tar.gz) -|tgp|2.4-23|[https://cran.r-project.org/src/contrib/tgp_2.4-23.tar.gz] (https://cran.r-project.org/src/contrib/tgp_2.4-23.tar.gz) -|TH.data|1.1-2| -|thief|0.3|[https://cran.r-project.org/src/contrib/thief_0.3.tar.gz] (https://cran.r-project.org/src/contrib/thief_0.3.tar.gz) -|threejs|0.3.3|[https://cran.r-project.org/src/contrib/threejs_0.3.3.tar.gz] (https://cran.r-project.org/src/contrib/threejs_0.3.3.tar.gz) -|tibble|3.2.1|[https://cran.r-project.org/src/contrib/tibble_3.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tibble_3.2.1.tar.gz) -|tibbletime|0.1.8|[https://cran.r-project.org/web/packages/tibbletime/index.html] (https://cran.r-project.org/web/packages/tibbletime/index.html) -|tidycensus|1.6.5|[https://cran.r-project.org/web/packages/tidycensus/index.html] (https://cran.r-project.org/web/packages/tidycensus/index.html) -|tidygraph|1.3.0|[https://cran.r-project.org/web/packages/tidygraph/index.html] (https://cran.r-project.org/web/packages/tidygraph/index.html) -|tidymodels|1.2.0|[https://cran.r-project.org/src/contrib/tidymodels_1.2.0.tar.gz] (https://cran.r-project.org/src/contrib/tidymodels_1.2.0.tar.gz) -|tidyquant|1.0.9|[https://cran.r-project.org/web/packages/tidyquant/index.html] (https://cran.r-project.org/web/packages/tidyquant/index.html) -|tidyr|1.3.1|[https://cran.r-project.org/src/contrib/tidyr_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/tidyr_1.3.1.tar.gz) -|tidyselect|1.2.1|[https://cran.r-project.org/src/contrib/tidyselect_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tidyselect_1.2.1.tar.gz) -|tidytext|0.4.2|[https://cran.r-project.org/src/contrib/tidytext_0.4.2.tar.gz] (https://cran.r-project.org/src/contrib/tidytext_0.4.2.tar.gz) -|tidyverse|2.0.0|[https://cran.r-project.org/src/contrib/tidyverse_2.0.0.tar.gz] (https://cran.r-project.org/src/contrib/tidyverse_2.0.0.tar.gz) -|tiff|0.1-12|[https://cran.r-project.org/src/contrib/tiff_0.1-12.tar.gz] (https://cran.r-project.org/src/contrib/tiff_0.1-12.tar.gz) -|tigris|2.1|[https://cran.r-project.org/src/contrib/tigris_2.1.tar.gz] (https://cran.r-project.org/src/contrib/tigris_2.1.tar.gz) -|timechange|0.3.0|[https://cran.r-project.org/src/contrib/timechange_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/timechange_0.3.0.tar.gz) -|timeDate|4032.109|[https://cran.r-project.org/web/packages/timeDate/index.html] (https://cran.r-project.org/web/packages/timeDate/index.html) -|timelineS|0.1.1|[https://cran.r-project.org/src/contrib/timelineS_0.1.1.tar.gz] (https://cran.r-project.org/src/contrib/timelineS_0.1.1.tar.gz) -|timeSeries|4032.109|[https://cran.r-project.org/web/packages/timeSeries/index.html] (https://cran.r-project.org/web/packages/timeSeries/index.html) -|timetk|2.9.0|[https://cran.r-project.org/src/contrib/timetk_2.9.0.tar.gz] (https://cran.r-project.org/src/contrib/timetk_2.9.0.tar.gz) -|timevis|2.1.0|[https://cran.r-project.org/src/contrib/timevis_2.1.0.tar.gz] (https://cran.r-project.org/src/contrib/timevis_2.1.0.tar.gz) -|tinytex|0.52|[https://cran.r-project.org/web/packages/tinytex/index.html] (https://cran.r-project.org/web/packages/tinytex/index.html) -|tm|0.7-14|[https://cran.r-project.org/web/packages/tm/index.html] (https://cran.r-project.org/web/packages/tm/index.html) -|tmap|3.3-4|[https://cran.r-project.org/src/contrib/tmap_3.3-4.tar.gz] (https://cran.r-project.org/src/contrib/tmap_3.3-4.tar.gz) -|tmaptools|3.1-1|[https://cran.r-project.org/web/packages/tmaptools/index.html] (https://cran.r-project.org/web/packages/tmaptools/index.html) -|TMB|1.9.14|[https://cran.r-project.org/web/packages/TMB/index.html] (https://cran.r-project.org/web/packages/TMB/index.html) -|tmvnsim|1.0-2|[https://cran.r-project.org/src/contrib/tmvnsim_1.0-2.tar.gz] (https://cran.r-project.org/src/contrib/tmvnsim_1.0-2.tar.gz) -|tokenizers|0.3.0|[https://cran.r-project.org/src/contrib/tokenizers_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/tokenizers_0.3.0.tar.gz) -|topicmodels|0.2-16|[https://cran.r-project.org/web/packages/topicmodels/index.html] (https://cran.r-project.org/web/packages/topicmodels/index.html) -|TraMineR|2.2-10|[https://cran.r-project.org/web/packages/TraMineR/index.html] (https://cran.r-project.org/web/packages/TraMineR/index.html) -|transformr|0.1.5|[https://cran.r-project.org/src/contrib/transformr_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/transformr_0.1.5.tar.gz) -|tree|1.0-43|[https://cran.r-project.org/web/packages/tree/index.html] (https://cran.r-project.org/web/packages/tree/index.html) -|treemap|2.4-4|[https://cran.r-project.org/src/contrib/treemap_2.4-4.tar.gz] (https://cran.r-project.org/src/contrib/treemap_2.4-4.tar.gz) -|treemapify|2.5.6|[https://cran.r-project.org/src/contrib/treemapify_2.5.6.tar.gz] (https://cran.r-project.org/src/contrib/treemapify_2.5.6.tar.gz) -|trelliscopejs|0.2.6|[https://cran.r-project.org/src/contrib/trelliscopejs_0.2.6.tar.gz] (https://cran.r-project.org/src/contrib/trelliscopejs_0.2.6.tar.gz) -|triebeard|0.4.1|[https://cran.r-project.org/src/contrib/triebeard_0.4.1.tar.gz] (https://cran.r-project.org/src/contrib/triebeard_0.4.1.tar.gz) -|trimcluster|0.1-5|[https://cran.r-project.org/src/contrib/trimcluster_0.1-5.tar.gz] (https://cran.r-project.org/src/contrib/trimcluster_0.1-5.tar.gz) -|truncnorm|1.0-9|[https://cran.r-project.org/src/contrib/truncnorm_1.0-9.tar.gz] (https://cran.r-project.org/src/contrib/truncnorm_1.0-9.tar.gz) -|TSA|1.3.1|[https://cran.r-project.org/src/contrib/TSA_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/TSA_1.3.1.tar.gz) -|tseries|0.10-57|[https://cran.r-project.org/web/packages/tseries/index.html] (https://cran.r-project.org/web/packages/tseries/index.html) -|tsfeatures|1.1.1|[https://cran.r-project.org/src/contrib/tsfeatures_1.1.1.tar.gz] (https://cran.r-project.org/src/contrib/tsfeatures_1.1.1.tar.gz) -|tsibble|1.1.5|[https://cran.r-project.org/src/contrib/tsibble_1.1.5.tar.gz] (https://cran.r-project.org/src/contrib/tsibble_1.1.5.tar.gz) -|tsintermittent|1.10|[https://cran.r-project.org/src/contrib/tsintermittent_1.10.tar.gz] (https://cran.r-project.org/src/contrib/tsintermittent_1.10.tar.gz) -|tsoutliers|0.6-10|[https://cran.r-project.org/src/contrib/tsoutliers_0.6-10.tar.gz] (https://cran.r-project.org/src/contrib/tsoutliers_0.6-10.tar.gz) -|TSP|1.2-4|[https://cran.r-project.org/src/contrib/TSP_1.2-4.tar.gz] (https://cran.r-project.org/src/contrib/TSP_1.2-4.tar.gz) -|TSstudio|0.1.7|[https://cran.r-project.org/src/contrib/TSstudio_0.1.7.tar.gz] (https://cran.r-project.org/src/contrib/TSstudio_0.1.7.tar.gz) -|TTR|0.24.4|[https://cran.r-project.org/src/contrib/TTR_0.24.4.tar.gz] (https://cran.r-project.org/src/contrib/TTR_0.24.4.tar.gz) -|tune|1.2.1|[https://cran.r-project.org/src/contrib/tune_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/tune_1.2.1.tar.gz) -|tweedie|2.3.5|[https://cran.r-project.org/src/contrib/tweedie_2.3.5.tar.gz] (https://cran.r-project.org/src/contrib/tweedie_2.3.5.tar.gz) -|tweenr|2.0.3|[https://cran.r-project.org/src/contrib/tweenr_2.0.3.tar.gz] (https://cran.r-project.org/src/contrib/tweenr_2.0.3.tar.gz) -|twitteR|1.1.9|[https://cran.r-project.org/src/contrib/twitteR_1.1.9.tar.gz] (https://cran.r-project.org/src/contrib/twitteR_1.1.9.tar.gz) -|tzdb|0.4.0|[https://cran.r-project.org/src/contrib/tzdb_0.4.0.tar.gz] (https://cran.r-project.org/src/contrib/tzdb_0.4.0.tar.gz) -|ucminf|1.2.2|[https://cran.r-project.org/src/contrib/ucminf_1.2.2.tar.gz] (https://cran.r-project.org/src/contrib/ucminf_1.2.2.tar.gz) -|udpipe|0.8.11|[https://cran.r-project.org/src/contrib/udpipe_0.8.11.tar.gz] (https://cran.r-project.org/src/contrib/udpipe_0.8.11.tar.gz) -|udunits2|0.13.2.1|[https://cran.r-project.org/src/contrib/udunits2_0.13.2.1.tar.gz] (https://cran.r-project.org/src/contrib/udunits2_0.13.2.1.tar.gz) -|units|0.8-5|[https://cran.r-project.org/src/contrib/units_0.8-5.tar.gz] (https://cran.r-project.org/src/contrib/units_0.8-5.tar.gz) -|UpSetR|1.4.0|[https://cran.r-project.org/src/contrib/UpSetR_1.4.0.tar.gz] (https://cran.r-project.org/src/contrib/UpSetR_1.4.0.tar.gz) -|urca|1.3-4|[https://cran.r-project.org/src/contrib/urca_1.3-4.tar.gz] (https://cran.r-project.org/src/contrib/urca_1.3-4.tar.gz) -|urlchecker|1.0.1|[https://cran.r-project.org/src/contrib/urlchecker_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/urlchecker_1.0.1.tar.gz) -|urltools|1.7.3|[https://cran.r-project.org/src/contrib/urltools_1.7.3.tar.gz] (https://cran.r-project.org/src/contrib/urltools_1.7.3.tar.gz) -|useful|1.2.6.1|[https://cran.r-project.org/src/contrib/useful_1.2.6.1.tar.gz] (https://cran.r-project.org/src/contrib/useful_1.2.6.1.tar.gz) -|usethis|3.0.0|[https://cran.r-project.org/web/packages/usethis/index.html] (https://cran.r-project.org/web/packages/usethis/index.html) -|UsingR|2.0-7|[https://cran.r-project.org/src/contrib/UsingR_2.0-7.tar.gz] (https://cran.r-project.org/src/contrib/UsingR_2.0-7.tar.gz) -|usmap|0.7.1|[https://cran.r-project.org/src/contrib/usmap_0.7.1.tar.gz] (https://cran.r-project.org/src/contrib/usmap_0.7.1.tar.gz) -|usmapdata|0.3.0|[https://cran.r-project.org/src/contrib/usmapdata_0.3.0.tar.gz] (https://cran.r-project.org/src/contrib/usmapdata_0.3.0.tar.gz) -|utf8|1.2.4|[https://cran.r-project.org/src/contrib/utf8_1.2.4.tar.gz] (https://cran.r-project.org/src/contrib/utf8_1.2.4.tar.gz) -|uuid|1.1-1|[https://cran.r-project.org/web/packages/uuid/index.html] (https://cran.r-project.org/web/packages/uuid/index.html) -|V8|5.0.0|[https://cran.r-project.org/web/packages/V8/index.html] (https://cran.r-project.org/web/packages/V8/index.html) -|vars|1.6-1|[https://cran.r-project.org/src/contrib/vars_1.6-1.tar.gz] (https://cran.r-project.org/src/contrib/vars_1.6-1.tar.gz) -|vcd|1.4-12|[https://cran.r-project.org/web/packages/vcd/index.html] (https://cran.r-project.org/web/packages/vcd/index.html) -|vctrs|0.6.4|[https://cran.r-project.org/web/packages/vctrs/index.html] (https://cran.r-project.org/web/packages/vctrs/index.html) -|vdiffr|1.0.7|[https://cran.r-project.org/web/packages/vdiffr/index.html] (https://cran.r-project.org/web/packages/vdiffr/index.html) -|vegan|2.6-8|[https://cran.r-project.org/src/contrib/vegan_2.6-8.tar.gz] (https://cran.r-project.org/src/contrib/vegan_2.6-8.tar.gz) -|VennDiagram|1.7.3|[https://cran.r-project.org/src/contrib/VennDiagram_1.7.3.tar.gz] (https://cran.r-project.org/src/contrib/VennDiagram_1.7.3.tar.gz) -|VGAM|1.1-11|[https://cran.r-project.org/web/packages/VGAM/index.html] (https://cran.r-project.org/web/packages/VGAM/index.html) -|VIM|6.2.2|[https://cran.r-project.org/src/contrib/VIM_6.2.2.tar.gz] (https://cran.r-project.org/src/contrib/VIM_6.2.2.tar.gz) -|vioplot|0.5.0|[https://cran.r-project.org/src/contrib/vioplot_0.5.0.tar.gz] (https://cran.r-project.org/src/contrib/vioplot_0.5.0.tar.gz) -|viridis|0.6.5|[https://cran.r-project.org/src/contrib/viridis_0.6.5.tar.gz] (https://cran.r-project.org/src/contrib/viridis_0.6.5.tar.gz) -|viridisLite|0.4.2|[https://cran.r-project.org/src/contrib/viridisLite_0.4.2.tar.gz] (https://cran.r-project.org/src/contrib/viridisLite_0.4.2.tar.gz) -|visNetwork|2.1.2|[https://cran.r-project.org/src/contrib/visNetwork_2.1.2.tar.gz] (https://cran.r-project.org/src/contrib/visNetwork_2.1.2.tar.gz) -|vistime|1.2.4|[https://cran.r-project.org/src/contrib/vistime_1.2.4.tar.gz] (https://cran.r-project.org/src/contrib/vistime_1.2.4.tar.gz) -|vroom|1.6.5|[https://cran.r-project.org/src/contrib/vroom_1.6.5.tar.gz] (https://cran.r-project.org/src/contrib/vroom_1.6.5.tar.gz) -|waldo|0.5.3|[https://cran.r-project.org/web/packages/waldo/index.html] (https://cran.r-project.org/web/packages/waldo/index.html) -|warp|0.2.1|[https://cran.r-project.org/src/contrib/warp_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/warp_0.2.1.tar.gz) -|waterfalls|1.0.0|[https://cran.r-project.org/src/contrib/waterfalls_1.0.0.tar.gz] (https://cran.r-project.org/src/contrib/waterfalls_1.0.0.tar.gz) -|wavethresh|4.7.3|[https://cran.r-project.org/src/contrib/wavethresh_4.7.3.tar.gz] (https://cran.r-project.org/src/contrib/wavethresh_4.7.3.tar.gz) -|webshot|0.5.5|[https://cran.r-project.org/src/contrib/webshot_0.5.5.tar.gz] (https://cran.r-project.org/src/contrib/webshot_0.5.5.tar.gz) -|webutils|1.2.1|[https://cran.r-project.org/web/packages/webutils/index.html] (https://cran.r-project.org/web/packages/webutils/index.html) -|WeibullR|1.2.1|[https://cran.r-project.org/src/contrib/WeibullR_1.2.1.tar.gz] (https://cran.r-project.org/src/contrib/WeibullR_1.2.1.tar.gz) -|weights|1.0.4|[https://cran.r-project.org/src/contrib/weights_1.0.4.tar.gz] (https://cran.r-project.org/src/contrib/weights_1.0.4.tar.gz) -|whisker|0.4.1|[https://cran.r-project.org/src/contrib/whisker_0.4.1.tar.gz] (https://cran.r-project.org/src/contrib/whisker_0.4.1.tar.gz) -|widgetframe|0.3.1|[https://cran.r-project.org/src/contrib/widgetframe_0.3.1.tar.gz] (https://cran.r-project.org/src/contrib/widgetframe_0.3.1.tar.gz) -|withr|3.0.1|[https://cran.r-project.org/web/packages/withr/index.html] (https://cran.r-project.org/web/packages/withr/index.html) -|wk|0.9.2|[https://cran.r-project.org/web/packages/wk/index.html] (https://cran.r-project.org/web/packages/wk/index.html) -|wmtsa|2.0-3|[https://cran.r-project.org/web/packages/wmtsa/index.html] (https://cran.r-project.org/web/packages/wmtsa/index.html) -|wordcloud|2.6|[https://cran.r-project.org/src/contrib/wordcloud_2.6.tar.gz] (https://cran.r-project.org/src/contrib/wordcloud_2.6.tar.gz) -|wordcloud2|0.2.1|[https://cran.r-project.org/src/contrib/wordcloud2_0.2.1.tar.gz] (https://cran.r-project.org/src/contrib/wordcloud2_0.2.1.tar.gz) -|workflows|1.1.4|[https://cran.r-project.org/src/contrib/workflows_1.1.4.tar.gz] (https://cran.r-project.org/src/contrib/workflows_1.1.4.tar.gz) -|workflowsets|1.1.0|[https://cran.r-project.org/src/contrib/workflowsets_1.1.0.tar.gz] (https://cran.r-project.org/src/contrib/workflowsets_1.1.0.tar.gz) -|writexl|1.5.0|[https://cran.r-project.org/web/packages/writexl/index.html] (https://cran.r-project.org/web/packages/writexl/index.html) -|xesreadR|0.2.3|[https://cran.r-project.org/src/contrib/xesreadR_0.2.3.tar.gz] (https://cran.r-project.org/src/contrib/xesreadR_0.2.3.tar.gz) -|xfun|0.47|[https://cran.r-project.org/web/packages/xfun/index.html] (https://cran.r-project.org/web/packages/xfun/index.html) -|xgboost|2.1.1.1|[https://cran.r-project.org/web/packages/xgboost/index.html] (https://cran.r-project.org/web/packages/xgboost/index.html) -|XML|3.99-0.17|[https://cran.r-project.org/web/packages/XML/index.html] (https://cran.r-project.org/web/packages/XML/index.html) -|xml2|1.3.6|[https://cran.r-project.org/src/contrib/xml2_1.3.6.tar.gz] (https://cran.r-project.org/src/contrib/xml2_1.3.6.tar.gz) -|xopen|1.0.1|[https://cran.r-project.org/src/contrib/xopen_1.0.1.tar.gz] (https://cran.r-project.org/src/contrib/xopen_1.0.1.tar.gz) -|xplorerr|0.1.2|[https://cran.r-project.org/web/packages/xplorerr/index.html] (https://cran.r-project.org/web/packages/xplorerr/index.html) -|xtable|1.8-4|[https://cran.r-project.org/src/contrib/xtable_1.8-4.tar.gz] (https://cran.r-project.org/src/contrib/xtable_1.8-4.tar.gz) -|xts|0.14.0|[https://cran.r-project.org/web/packages/xts/index.html] (https://cran.r-project.org/web/packages/xts/index.html) -|yaml|2.3.10|[https://cran.r-project.org/src/contrib/yaml_2.3.10.tar.gz] (https://cran.r-project.org/src/contrib/yaml_2.3.10.tar.gz) -|yardstick|1.3.1|[https://cran.r-project.org/src/contrib/yardstick_1.3.1.tar.gz] (https://cran.r-project.org/src/contrib/yardstick_1.3.1.tar.gz) -|yarrr|0.1.5|[https://cran.r-project.org/src/contrib/yarrr_0.1.5.tar.gz] (https://cran.r-project.org/src/contrib/yarrr_0.1.5.tar.gz) -|YieldCurve|5.1|[https://cran.r-project.org/src/contrib/YieldCurve_5.1.tar.gz] (https://cran.r-project.org/src/contrib/YieldCurve_5.1.tar.gz) -|yulab.utils|0.1.7|[https://cran.r-project.org/web/packages/yulab.utils/index.html] (https://cran.r-project.org/web/packages/yulab.utils/index.html) -|zCompositions|1.5.0-4|[https://cran.r-project.org/src/contrib/zCompositions_1.5.0-4.tar.gz] (https://cran.r-project.org/src/contrib/zCompositions_1.5.0-4.tar.gz) -|zeallot|0.1.0|[https://cran.r-project.org/src/contrib/zeallot_0.1.0.tar.gz] (https://cran.r-project.org/src/contrib/zeallot_0.1.0.tar.gz) -|zic|0.9.1|[https://cran.r-project.org/src/contrib/zic_0.9.1.tar.gz] (https://cran.r-project.org/src/contrib/zic_0.9.1.tar.gz) -|zip|2.3.1|[https://cran.r-project.org/src/contrib/zip_2.3.1.tar.gz] (https://cran.r-project.org/src/contrib/zip_2.3.1.tar.gz) -|zipfR|0.6-70|[https://cran.r-project.org/src/contrib/zipfR_0.6-70.tar.gz] (https://cran.r-project.org/src/contrib/zipfR_0.6-70.tar.gz) -|zoo|1.8-12|[https://cran.r-project.org/src/contrib/zoo_1.8-12.tar.gz] (https://cran.r-project.org/src/contrib/zoo_1.8-12.tar.gz) -|base|4.3.3|Built-in|Package -|compiler|4.3.3|Built-in|Package -|datasets|4.3.3|Built-in|Package -|graphics|4.3.3|Built-in|Package -|grDevices|4.3.3|Built-in|Package -|MatrixGenerics|1.14.0|[https://bioconductor.org/packages/MatrixGenerics] (https://bioconductor.org/packages/MatrixGenerics) -|methods|4.3.3|Built-in|Package -|parallel|4.3.3|Built-in|Package -|sparseMatrixStats|1.14.0|[https://github.com/const-ae/sparseMatrixStats] (https://github.com/const-ae/sparseMatrixStats) -|stats|4.3.3|Built-in|Package -|stats4|4.3.3|Built-in|Package -|tools|4.3.3|Built-in|Package -|utils|4.3.3|Built-in|Package - - -### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China -* Current R runtime: Microsoft R 3.4.4 - -## R packages that are supported in Power BI (non-Premium/Fabric backed workspaces/ Sov. Clouds/China) - -The following table shows which packages are supported in the Power BI service. - -| Package | Version | Link | -|-----------------------|-------------|--------------------------------------------------------------------------| -|abc|2.1|[https://cran.r-project.org/web/packages/abc/index.html](https://cran.r-project.org/web/packages/abc/index.html)| -|abc.data|1.0|[https://cran.r-project.org/web/packages/abc.data/index.html](https://cran.r-project.org/web/packages/abc.data/index.html)| -|abind|1.4-5|[https://cran.r-project.org/web/packages/abind/index.html](https://cran.r-project.org/web/packages/abind/index.html)| -|acepack|1.4.1|[https://cran.r-project.org/web/packages/acepack/index.html](https://cran.r-project.org/web/packages/acepack/index.html)| -|actuar|2.3-1|[https://cran.r-project.org/web/packages/actuar/index.html](https://cran.r-project.org/web/packages/actuar/index.html)| -|ade4|1.7-10|[https://cran.r-project.org/web/packages/ade4/index.html](https://cran.r-project.org/web/packages/ade4/index.html)| -|adegenet|2.1.2|[https://cran.r-project.org/web/packages/adegenet/index.html](https://cran.r-project.org/web/packages/adegenet/index.html)| -|AdMit|2.1.3|[https://cran.r-project.org/web/packages/AdMit/index.html](https://cran.r-project.org/web/packages/AdMit/index.html)| -|AER|1.2-5|[https://cran.r-project.org/web/packages/AER/index.html](https://cran.r-project.org/web/packages/AER/index.html)| -|agricolae|1.3-1|[https://cran.r-project.org/web/packages/agricolae/index.html](https://cran.r-project.org/web/packages/agricolae/index.html)| -|AlgDesign|1.1-7.3|[https://cran.r-project.org/web/packages/AlgDesign/index.html](https://cran.r-project.org/web/packages/AlgDesign/index.html)| -|alluvial|0.1-2|[https://cran.r-project.org/web/packages/alluvial/index.html](https://cran.r-project.org/web/packages/alluvial/index.html)| -|andrews|1.0|[https://cran.r-project.org/web/packages/andrews/index.html](https://cran.r-project.org/web/packages/andrews/index.html)| -|anomalize|0.1.1|[https://cran.r-project.org/web/packages/anomalize/index.html](https://cran.r-project.org/web/packages/anomalize/index.html)| -|anytime|0.3.3|[https://cran.r-project.org/web/packages/anytime/index.html](https://cran.r-project.org/web/packages/anytime/index.html)| -|aod|1.3|[https://cran.r-project.org/web/packages/aod/index.html](https://cran.r-project.org/web/packages/aod/index.html)| -|apcluster|1.4.5|[https://cran.r-project.org/web/packages/apcluster/index.html](https://cran.r-project.org/web/packages/apcluster/index.html)| -|ape|5.0|[https://cran.r-project.org/web/packages/ape/index.html](https://cran.r-project.org/web/packages/ape/index.html)| -|aplpack|1.3.0|[https://cran.r-project.org/web/packages/aplpack/index.html](https://cran.r-project.org/web/packages/aplpack/index.html)| -|approximator|1.2-6|[https://cran.r-project.org/web/packages/approximator/index.html](https://cran.r-project.org/web/packages/approximator/index.html)| -|arm|1.9-3|[https://cran.r-project.org/web/packages/arm/index.html](https://cran.r-project.org/web/packages/arm/index.html)| -|arules|1.6-0|[https://cran.r-project.org/web/packages/arules/index.html](https://cran.r-project.org/web/packages/arules/index.html)| -|arulesViz|1.3-0|[https://cran.r-project.org/web/packages/arulesViz/index.html](https://cran.r-project.org/web/packages/arulesViz/index.html)| -|ash|1.0-15|[https://cran.r-project.org/web/packages/ash/index.html](https://cran.r-project.org/web/packages/ash/index.html)| -|assertthat|0.2.0|[https://cran.r-project.org/web/packages/assertthat/index.html](https://cran.r-project.org/web/packages/assertthat/index.html)| -|autocogs|0.1.2|[https://cran.r-project.org/web/packages/autocogs/index.html](https://cran.r-project.org/web/packages/autocogs/index.html)| -|automap|1.0-14|[https://cran.r-project.org/web/packages/automap/index.html](https://cran.r-project.org/web/packages/automap/index.html)| -|aweek|1.0.1|[https://cran.r-project.org/web/packages/aweek/index.html](https://cran.r-project.org/web/packages/aweek/index.html)| -|AzureML|0.2.14|[https://cran.r-project.org/web/packages/AzureML/index.html](https://cran.r-project.org/web/packages/AzureML/index.html)| -|BaBooN|0.2-0|[https://cran.r-project.org/web/packages/BaBooN/index.html](https://cran.r-project.org/web/packages/BaBooN/index.html)| -|BACCO|2.0-9|[https://cran.r-project.org/web/packages/BACCO/index.html](https://cran.r-project.org/web/packages/BACCO/index.html)| -|backports|1.1.2|[https://cran.r-project.org/web/packages/backports/index.html](https://cran.r-project.org/web/packages/backports/index.html)| -|BaM|1.0.1|[https://cran.r-project.org/web/packages/BaM/index.html](https://cran.r-project.org/web/packages/BaM/index.html)| -|BAS|1.4.9|[https://cran.r-project.org/web/packages/BAS/index.html](https://cran.r-project.org/web/packages/BAS/index.html)| -|base|3.4.4|NA| -|base2grob|0.0.2|[https://cran.r-project.org/web/packages/base2grob/index.html](https://cran.r-project.org/web/packages/base2grob/index.html)| -|base64|2.0|[https://cran.r-project.org/web/packages/base64/index.html](https://cran.r-project.org/web/packages/base64/index.html)| -|base64enc|0.1-3|[https://cran.r-project.org/web/packages/base64enc/index.html](https://cran.r-project.org/web/packages/base64enc/index.html)| -|BayesDA|2012.04-1|[https://cran.r-project.org/web/packages/BayesDA/index.html](https://cran.r-project.org/web/packages/BayesDA/index.html)| -|BayesFactor|0.9.12-2|[https://cran.r-project.org/web/packages/BayesFactor/index.html](https://cran.r-project.org/web/packages/BayesFactor/index.html)| -|bayesGARCH|2.1.3|[https://cran.r-project.org/web/packages/bayesGARCH/index.html](https://cran.r-project.org/web/packages/bayesGARCH/index.html)| -|bayesm|3.1-0.1|[https://cran.r-project.org/web/packages/bayesm/index.html](https://cran.r-project.org/web/packages/bayesm/index.html)| -|bayesmix|0.7-4|[https://cran.r-project.org/web/packages/bayesmix/index.html](https://cran.r-project.org/web/packages/bayesmix/index.html)| -|bayesplot|1.5.0|[https://cran.r-project.org/web/packages/bayesplot/index.html](https://cran.r-project.org/web/packages/bayesplot/index.html)| -|bayesQR|2.3|[https://cran.r-project.org/web/packages/bayesQR/index.html](https://cran.r-project.org/web/packages/bayesQR/index.html)| -|bayesSurv|3.2|[https://cran.r-project.org/web/packages/bayesSurv/index.html](https://cran.r-project.org/web/packages/bayesSurv/index.html)| -|Bayesthresh|2.0.1|[https://cran.r-project.org/web/packages/Bayesthresh/index.html](https://cran.r-project.org/web/packages/Bayesthresh/index.html)| -|BayesTree|0.3-1.4|[https://cran.r-project.org/web/packages/BayesTree/index.html](https://cran.r-project.org/web/packages/BayesTree/index.html)| -|BayesValidate|0.0|[https://cran.r-project.org/web/packages/BayesValidate/index.html](https://cran.r-project.org/web/packages/BayesValidate/index.html)| -|BayesX|0.2-9|[https://cran.r-project.org/web/packages/BayesX/index.html](https://cran.r-project.org/web/packages/BayesX/index.html)| -|BayHaz|0.1-3|[https://cran.r-project.org/web/packages/BayHaz/index.html](https://cran.r-project.org/web/packages/BayHaz/index.html)| -|bbemkr|2.0|[https://cran.r-project.org/web/packages/bbemkr/index.html](https://cran.r-project.org/web/packages/bbemkr/index.html)| -|BCBCSF|1.0-1|[https://cran.r-project.org/web/packages/BCBCSF/index.html](https://cran.r-project.org/web/packages/BCBCSF/index.html)| -|BCE|2.1|[https://cran.r-project.org/web/packages/BCE/index.html](https://cran.r-project.org/web/packages/BCE/index.html)| -|bclust|1.5|[https://cran.r-project.org/web/packages/bclust/index.html](https://cran.r-project.org/web/packages/bclust/index.html)| -|bcp|4.0.0|[https://cran.r-project.org/web/packages/bcp/index.html](https://cran.r-project.org/web/packages/bcp/index.html)| -|BDgraph|2.45|[https://cran.r-project.org/web/packages/BDgraph/index.html](https://cran.r-project.org/web/packages/BDgraph/index.html)| -|beanplot|1.2|[https://cran.r-project.org/web/packages/beanplot/index.html](https://cran.r-project.org/web/packages/beanplot/index.html)| -|beeswarm|0.2.3|[https://cran.r-project.org/web/packages/beeswarm/index.html](https://cran.r-project.org/web/packages/beeswarm/index.html)| -|benford.analysis|0.1.4.1|[https://cran.r-project.org/web/packages/benford.analysis/index.html](https://cran.r-project.org/web/packages/benford.analysis/index.html)| -|BenfordTests|1.2.0|[https://cran.r-project.org/web/packages/BenfordTests/index.html](https://cran.r-project.org/web/packages/BenfordTests/index.html)| -|bfp|0.0-38|[https://cran.r-project.org/web/packages/bfp/index.html](https://cran.r-project.org/web/packages/bfp/index.html)| -|BH|1.66.0-1|[https://cran.r-project.org/web/packages/BH/index.html](https://cran.r-project.org/web/packages/BH/index.html)| -|biglm|0.9-1|[https://cran.r-project.org/web/packages/biglm/index.html](https://cran.r-project.org/web/packages/biglm/index.html)| -|bindr|0.1.1|[https://cran.r-project.org/web/packages/bindr/index.html](https://cran.r-project.org/web/packages/bindr/index.html)| -|bindrcpp|0.2.2|[https://cran.r-project.org/web/packages/bindrcpp/index.html](https://cran.r-project.org/web/packages/bindrcpp/index.html)| -|binom|1.1-1|[https://cran.r-project.org/web/packages/binom/index.html](https://cran.r-project.org/web/packages/binom/index.html)| -|bisoreg|1.4|[https://cran.r-project.org/web/packages/bisoreg/index.html](https://cran.r-project.org/web/packages/bisoreg/index.html)| -|bit|1.1-12|[https://cran.r-project.org/web/packages/bit/index.html](https://cran.r-project.org/web/packages/bit/index.html)| -|bit64|0.9-7|[https://cran.r-project.org/web/packages/bit64/index.html](https://cran.r-project.org/web/packages/bit64/index.html)| -|bitops|1.0-6|[https://cran.r-project.org/web/packages/bitops/index.html](https://cran.r-project.org/web/packages/bitops/index.html)| -|bizdays|1.0.6|[https://cran.r-project.org/web/packages/bizdays/index.html](https://cran.r-project.org/web/packages/bizdays/index.html)| -|blandr|0.5.1|[https://cran.r-project.org/web/packages/blandr/index.html](https://cran.r-project.org/web/packages/blandr/index.html)| -|blme|1.0-4|[https://cran.r-project.org/web/packages/blme/index.html](https://cran.r-project.org/web/packages/blme/index.html)| -|blob|1.1.1|[https://cran.r-project.org/web/packages/blob/index.html](https://cran.r-project.org/web/packages/blob/index.html)| -|BLR|1.4|[https://cran.r-project.org/web/packages/BLR/index.html](https://cran.r-project.org/web/packages/BLR/index.html)| -|BMA|3.18.8|[https://cran.r-project.org/web/packages/BMA/index.html](https://cran.r-project.org/web/packages/BMA/index.html)| -|Bmix|0.6|[https://cran.r-project.org/web/packages/Bmix/index.html](https://cran.r-project.org/web/packages/Bmix/index.html)| -|bmp|0.3|[https://cran.r-project.org/web/packages/bmp/index.html](https://cran.r-project.org/web/packages/bmp/index.html)| -|BMS|0.3.4|[https://cran.r-project.org/web/packages/BMS/index.html](https://cran.r-project.org/web/packages/BMS/index.html)| -|bnlearn|4.3|[https://cran.r-project.org/web/packages/bnlearn/index.html](https://cran.r-project.org/web/packages/bnlearn/index.html)| -|boa|1.1.8-2|[https://cran.r-project.org/web/packages/boa/index.html](https://cran.r-project.org/web/packages/boa/index.html)| -|bomrang|0.1.4|[https://cran.r-project.org/web/packages/bomrang/index.html](https://cran.r-project.org/web/packages/bomrang/index.html)| -|BoolNet|2.1.5|[https://cran.r-project.org/web/packages/BoolNet/index.html](https://cran.r-project.org/web/packages/BoolNet/index.html)| -|Boom|0.7|[https://cran.r-project.org/web/packages/Boom/index.html](https://cran.r-project.org/web/packages/Boom/index.html)| -|BoomSpikeSlab|0.9.0|[https://cran.r-project.org/web/packages/BoomSpikeSlab/index.html](https://cran.r-project.org/web/packages/BoomSpikeSlab/index.html)| -|boot|1.3-20|[https://cran.r-project.org/web/packages/boot/index.html](https://cran.r-project.org/web/packages/boot/index.html)| -|bootstrap|2017.2|[https://cran.r-project.org/web/packages/bootstrap/index.html](https://cran.r-project.org/web/packages/bootstrap/index.html)| -|Boruta|5.3.0|[https://cran.r-project.org/web/packages/Boruta/index.html](https://cran.r-project.org/web/packages/Boruta/index.html)| -|bqtl|1.0-32|[https://cran.r-project.org/web/packages/bqtl/index.html](https://cran.r-project.org/web/packages/bqtl/index.html)| -|BradleyTerry2|1.0-8|[https://cran.r-project.org/web/packages/BradleyTerry2/index.html](https://cran.r-project.org/web/packages/BradleyTerry2/index.html)| -|brew|1.0-6|[https://cran.r-project.org/web/packages/brew/index.html](https://cran.r-project.org/web/packages/brew/index.html)| -|brglm|0.6.1|[https://cran.r-project.org/web/packages/brglm/index.html](https://cran.r-project.org/web/packages/brglm/index.html)| -|broom|0.4.4|[https://cran.r-project.org/web/packages/broom/index.html](https://cran.r-project.org/web/packages/broom/index.html)| -|bspec|1.5|[https://cran.r-project.org/web/packages/bspec/index.html](https://cran.r-project.org/web/packages/bspec/index.html)| -|bspmma|0.1-1|[https://cran.r-project.org/web/packages/bspmma/index.html](https://cran.r-project.org/web/packages/bspmma/index.html)| -|bsts|0.7.1|[https://cran.r-project.org/web/packages/bsts/index.html](https://cran.r-project.org/web/packages/bsts/index.html)| -|bupaR|0.4.4|[https://cran.r-project.org/web/packages/bupaR/index.html](https://cran.r-project.org/web/packages/bupaR/index.html)| -|BVS|4.12.1|[https://cran.r-project.org/web/packages/BVS/index.html](https://cran.r-project.org/web/packages/BVS/index.html)| -|C50|0.1.1|[https://cran.r-project.org/web/packages/C50/index.html](https://cran.r-project.org/web/packages/C50/index.html)| -|Cairo|1.5-9|[https://cran.r-project.org/web/packages/Cairo/index.html](https://cran.r-project.org/web/packages/Cairo/index.html)| -|cairoDevice|2.24|[https://cran.r-project.org/web/packages/cairoDevice/index.html](https://cran.r-project.org/web/packages/cairoDevice/index.html)| -|calibrate|1.7.2|[https://cran.r-project.org/web/packages/calibrate/index.html](https://cran.r-project.org/web/packages/calibrate/index.html)| -|calibrator|1.2-6|[https://cran.r-project.org/web/packages/calibrator/index.html](https://cran.r-project.org/web/packages/calibrator/index.html)| -|callr|2.0.2|[https://cran.r-project.org/web/packages/callr/index.html](https://cran.r-project.org/web/packages/callr/index.html)| -|car|2.1-6|[https://cran.r-project.org/web/packages/car/index.html](https://cran.r-project.org/web/packages/car/index.html)| -|carData|3.0-1|[https://cran.r-project.org/web/packages/carData/index.html](https://cran.r-project.org/web/packages/carData/index.html)| -|caret|6.0-78|[https://cran.r-project.org/web/packages/caret/index.html](https://cran.r-project.org/web/packages/caret/index.html)| -|catnet|1.15.3|[https://cran.r-project.org/web/packages/catnet/index.html](https://cran.r-project.org/web/packages/catnet/index.html)| -|caTools|1.17.1|[https://cran.r-project.org/web/packages/caTools/index.html](https://cran.r-project.org/web/packages/caTools/index.html)| -|cclust|0.6-21|[https://cran.r-project.org/web/packages/cclust/index.html](https://cran.r-project.org/web/packages/cclust/index.html)| -|cellranger|1.1.0|[https://cran.r-project.org/web/packages/cellranger/index.html](https://cran.r-project.org/web/packages/cellranger/index.html)| -|ChainLadder|0.2.5|[https://cran.r-project.org/web/packages/ChainLadder/index.html](https://cran.r-project.org/web/packages/ChainLadder/index.html)| -|changepoint|2.2.2|[https://cran.r-project.org/web/packages/changepoint/index.html](https://cran.r-project.org/web/packages/changepoint/index.html)| -|checkmate|1.8.5|[https://cran.r-project.org/web/packages/checkmate/index.html](https://cran.r-project.org/web/packages/checkmate/index.html)| -|checkpoint|0.4.3|[https://cran.r-project.org/web/packages/checkpoint/index.html](https://cran.r-project.org/web/packages/checkpoint/index.html)| -|choroplethrMaps|1.0.1|[https://cran.r-project.org/web/packages/choroplethrMaps/index.html](https://cran.r-project.org/web/packages/choroplethrMaps/index.html)| -|chron|2.3-52|[https://cran.r-project.org/web/packages/chron/index.html](https://cran.r-project.org/web/packages/chron/index.html)| -|circlize|0.4.3|[https://cran.r-project.org/web/packages/circlize/index.html](https://cran.r-project.org/web/packages/circlize/index.html)| -|Ckmeans.1d.dp|4.2.1|[https://cran.r-project.org/web/packages/Ckmeans.1d.dp/index.html](https://cran.r-project.org/web/packages/Ckmeans.1d.dp/index.html)| -|class|7.3-14|[https://cran.r-project.org/web/packages/class/index.html](https://cran.r-project.org/web/packages/class/index.html)| -|classInt|0.3-3|[https://cran.r-project.org/web/packages/classInt/index.html](https://cran.r-project.org/web/packages/classInt/index.html)| -|CLI|1.0.0|[https://cran.r-project.org/web/packages/cli/index.html](https://cran.r-project.org/web/packages/cli/index.html)| -|ClickClust|1.1.5|[https://cran.r-project.org/web/packages/ClickClust/index.html](https://cran.r-project.org/web/packages/ClickClust/index.html)| -|clickstream|1.3.0|[https://cran.r-project.org/web/packages/clickstream/index.html](https://cran.r-project.org/web/packages/clickstream/index.html)| -|clue|0.3-54|[https://cran.r-project.org/web/packages/clue/index.html](https://cran.r-project.org/web/packages/clue/index.html)| -|cluster|2.0.6|[https://cran.r-project.org/web/packages/cluster/index.html](https://cran.r-project.org/web/packages/cluster/index.html)| -|clv|0.3-2.1|[https://cran.r-project.org/web/packages/clv/index.html](https://cran.r-project.org/web/packages/clv/index.html)| -|cmprsk|2.2-7|[https://cran.r-project.org/web/packages/cmprsk/index.html](https://cran.r-project.org/web/packages/cmprsk/index.html)| -|coda|0.19-1|[https://cran.r-project.org/web/packages/coda/index.html](https://cran.r-project.org/web/packages/coda/index.html)| -|codetools|0.2-15|[https://cran.r-project.org/web/packages/codetools/index.html](https://cran.r-project.org/web/packages/codetools/index.html)| -|coefplot|1.2.6|[https://cran.r-project.org/web/packages/coefplot/index.html](https://cran.r-project.org/web/packages/coefplot/index.html)| -|coin|1.2-2|[https://cran.r-project.org/web/packages/coin/index.html](https://cran.r-project.org/web/packages/coin/index.html)| -|collapsibleTree|0.1.6|[https://cran.r-project.org/web/packages/collapsibleTree/index.html](https://cran.r-project.org/web/packages/collapsibleTree/index.html)| -|colorRamps|2.3|[https://cran.r-project.org/web/packages/colorRamps/index.html](https://cran.r-project.org/web/packages/colorRamps/index.html)| -|colorspace|1.3-2|[https://cran.r-project.org/web/packages/colorspace/index.html](https://cran.r-project.org/web/packages/colorspace/index.html)| -|colourpicker|1.0|[https://cran.r-project.org/web/packages/colourpicker/index.html](https://cran.r-project.org/web/packages/colourpicker/index.html)| -|combinat|0.0-8|[https://cran.r-project.org/web/packages/combinat/index.html](https://cran.r-project.org/web/packages/combinat/index.html)| -|commonmark|1.4|[https://cran.r-project.org/web/packages/commonmark/index.html](https://cran.r-project.org/web/packages/commonmark/index.html)| -|compiler|3.4.4|NA| -|compositions|1.40-1|[https://cran.r-project.org/web/packages/compositions/index.html](https://cran.r-project.org/web/packages/compositions/index.html)| -|CORElearn|1.52.0|[https://cran.r-project.org/web/packages/CORElearn/index.html](https://cran.r-project.org/web/packages/CORElearn/index.html)| -|corpcor|1.6.9|[https://cran.r-project.org/web/packages/corpcor/index.html](https://cran.r-project.org/web/packages/corpcor/index.html)| -|corrgram|1.12|[https://cran.r-project.org/web/packages/corrgram/index.html](https://cran.r-project.org/web/packages/corrgram/index.html)| -|corrplot|0.84|[https://cran.r-project.org/web/packages/corrplot/index.html](https://cran.r-project.org/web/packages/corrplot/index.html)| -|covr|3.0.1|[https://cran.r-project.org/web/packages/covr/index.html](https://cran.r-project.org/web/packages/covr/index.html)| -|cowplot|0.9.2|[https://cran.r-project.org/web/packages/cowplot/index.html](https://cran.r-project.org/web/packages/cowplot/index.html)| -|cplm|0.7-5|[https://cran.r-project.org/web/packages/cplm/index.html](https://cran.r-project.org/web/packages/cplm/index.html)| -|cpp11|0.4.2|[https://cran.r-project.org/web/packages/cpp11/index.html](https://cran.r-project.org/web/packages/cpp11/index.html)| -|crayon|1.3.4|[https://cran.r-project.org/web/packages/crayon/index.html](https://cran.r-project.org/web/packages/crayon/index.html)| -|crosstalk|1.0.0|[https://cran.r-project.org/web/packages/crosstalk/index.html](https://cran.r-project.org/web/packages/crosstalk/index.html)| -|cslogistic|0.1-3|[https://cran.r-project.org/web/packages/cslogistic/index.html](https://cran.r-project.org/web/packages/cslogistic/index.html)| -|cts|1.0-21|[https://cran.r-project.org/web/packages/cts/index.html](https://cran.r-project.org/web/packages/cts/index.html)| -|ctv|0.8-4|[https://cran.r-project.org/web/packages/ctv/index.html](https://cran.r-project.org/web/packages/ctv/index.html)| -|cubature|1.3-11|[https://cran.r-project.org/web/packages/cubature/index.html](https://cran.r-project.org/web/packages/cubature/index.html)| -|Cubist|0.2.1|[https://cran.r-project.org/web/packages/Cubist/index.html](https://cran.r-project.org/web/packages/Cubist/index.html)| -|curl|3.2|[https://cran.r-project.org/web/packages/curl/index.html](https://cran.r-project.org/web/packages/curl/index.html)| -|CVST|0.2-1|[https://cran.r-project.org/web/packages/CVST/index.html](https://cran.r-project.org/web/packages/CVST/index.html)| -|cvTools|0.3.2|[https://cran.r-project.org/web/packages/cvTools/index.html](https://cran.r-project.org/web/packages/cvTools/index.html)| -|d3heatmap|0.6.1.2|[https://cran.r-project.org/web/packages/d3heatmap/index.html](https://cran.r-project.org/web/packages/d3heatmap/index.html)| -|d3Network|0.5.2.1|[https://cran.r-project.org/web/packages/d3Network/index.html](https://cran.r-project.org/web/packages/d3Network/index.html)| -|d3r|0.8.0|[https://cran.r-project.org/web/packages/d3r/index.html](https://cran.r-project.org/web/packages/d3r/index.html)| -|data.table|1.12.6|[https://cran.r-project.org/web/packages/data.table/index.html](https://cran.r-project.org/web/packages/data.table/index.html)| -|data.tree|0.7.5|[https://cran.r-project.org/web/packages/data.tree/index.html](https://cran.r-project.org/web/packages/data.tree/index.html)| -|datasauRus|0.1.4|[https://cran.r-project.org/web/packages/datasauRus/index.html](https://cran.r-project.org/web/packages/datasauRus/index.html)| -|semantic models|3.4.4|NA| -|date|1.2-38|[https://cran.r-project.org/web/packages/date/index.html](https://cran.r-project.org/web/packages/date/index.html)| -|DBI|0.8|[https://cran.r-project.org/web/packages/DBI/index.html](https://cran.r-project.org/web/packages/DBI/index.html)| -|dbplyr|1.2.1|[https://cran.r-project.org/web/packages/dbplyr/index.html](https://cran.r-project.org/web/packages/dbplyr/index.html)| -|dbscan|1.1-1|[https://cran.r-project.org/web/packages/dbscan/index.html](https://cran.r-project.org/web/packages/dbscan/index.html)| -|dclone|2.2-0|[https://cran.r-project.org/web/packages/dclone/index.html](https://cran.r-project.org/web/packages/dclone/index.html)| -|ddalpha|1.3.1.1|[https://cran.r-project.org/web/packages/ddalpha/index.html](https://cran.r-project.org/web/packages/ddalpha/index.html)| -|deal|1.2-37|[https://cran.r-project.org/web/packages/deal/index.html](https://cran.r-project.org/web/packages/deal/index.html)| -|debugme|1.1.0|[https://cran.r-project.org/web/packages/debugme/index.html](https://cran.r-project.org/web/packages/debugme/index.html)| -|deepnet|0.2|[https://cran.r-project.org/web/packages/deepnet/index.html](https://cran.r-project.org/web/packages/deepnet/index.html)| -|deldir|0.1-14|[https://cran.r-project.org/web/packages/deldir/index.html](https://cran.r-project.org/web/packages/deldir/index.html)| -|dendextend|1.12.0|[https://cran.r-project.org/web/packages/dendextend/index.html](https://cran.r-project.org/web/packages/dendextend/index.html)| -|DEoptimR|1.0-8|[https://cran.r-project.org/web/packages/DEoptimR/index.html](https://cran.r-project.org/web/packages/DEoptimR/index.html)| -|deployrRserve|9.0.0|NA| -|Deriv|3.8.4|[https://cran.r-project.org/web/packages/Deriv/index.html](https://cran.r-project.org/web/packages/Deriv/index.html)| -|desc|1.1.1|[https://cran.r-project.org/web/packages/desc/index.html](https://cran.r-project.org/web/packages/desc/index.html)| -|descr|1.1.4|[https://cran.r-project.org/web/packages/descr/index.html](https://cran.r-project.org/web/packages/descr/index.html)| -|deSolve|1.20|[https://cran.r-project.org/web/packages/deSolve/index.html](https://cran.r-project.org/web/packages/deSolve/index.html)| -|devtools|1.13.5|[https://cran.r-project.org/web/packages/devtools/index.html](https://cran.r-project.org/web/packages/devtools/index.html)| -|DiagrammeR|1.0.0|[https://cran.r-project.org/web/packages/DiagrammeR/index.html](https://cran.r-project.org/web/packages/DiagrammeR/index.html)| -|DiagrammeRsvg|0.1|[https://cran.r-project.org/web/packages/DiagrammeRsvg/index.html](https://cran.r-project.org/web/packages/DiagrammeRsvg/index.html)| -|dichromat|2.0-0|[https://cran.r-project.org/web/packages/dichromat/index.html](https://cran.r-project.org/web/packages/dichromat/index.html)| -|digest|0.6.15|[https://cran.r-project.org/web/packages/digest/index.html](https://cran.r-project.org/web/packages/digest/index.html)| -|dimRed|0.1.0|[https://cran.r-project.org/web/packages/dimRed/index.html](https://cran.r-project.org/web/packages/dimRed/index.html)| -|diptest|0.75-7|[https://cran.r-project.org/web/packages/diptest/index.html](https://cran.r-project.org/web/packages/diptest/index.html)| -|distcrete|1.0.3|[https://cran.r-project.org/web/packages/distcrete/index.html](https://cran.r-project.org/web/packages/distcrete/index.html)| -|DistributionUtils|0.6-0|[https://cran.r-project.org/web/packages/DistributionUtils/index.html](https://cran.r-project.org/web/packages/DistributionUtils/index.html)| -|distrom|1.0|[https://cran.r-project.org/web/packages/distrom/index.html](https://cran.r-project.org/web/packages/distrom/index.html)| -|dlm|1.1-4|[https://cran.r-project.org/web/packages/dlm/index.html](https://cran.r-project.org/web/packages/dlm/index.html)| -|DMwR|0.4.1|[https://cran.r-project.org/web/packages/DMwR/index.html](https://cran.r-project.org/web/packages/DMwR/index.html)| -|doBy|4.6-1|[https://cran.r-project.org/web/packages/doBy/index.html](https://cran.r-project.org/web/packages/doBy/index.html)| -|doParallel|1.0.12|[https://cran.r-project.org/web/packages/doParallel/index.html](https://cran.r-project.org/web/packages/doParallel/index.html)| -|doSNOW|1.0.16|[https://cran.r-project.org/web/packages/doSNOW/index.html](https://cran.r-project.org/web/packages/doSNOW/index.html)| -|dotCall64|0.9-5.2|[https://cran.r-project.org/web/packages/dotCall64/index.html](https://cran.r-project.org/web/packages/dotCall64/index.html)| -|downloader|0.4|[https://cran.r-project.org/web/packages/downloader/index.html](https://cran.r-project.org/web/packages/downloader/index.html)| -|dplyr|0.8.3|[https://cran.r-project.org/web/packages/dplyr/index.html](https://cran.r-project.org/web/packages/dplyr/index.html)| -|DPpackage|1.1-7.4|[https://cran.r-project.org/web/packages/DPpackage/index.html](https://cran.r-project.org/web/packages/DPpackage/index.html)| -|DRR|0.0.3|[https://cran.r-project.org/web/packages/DRR/index.html](https://cran.r-project.org/web/packages/DRR/index.html)| -|dse|2015.12-1|[https://cran.r-project.org/web/packages/dse/index.html](https://cran.r-project.org/web/packages/dse/index.html)| -|DT|0.4|[https://cran.r-project.org/web/packages/DT/index.html](https://cran.r-project.org/web/packages/DT/index.html)| -|dtt|0.1-2|[https://cran.r-project.org/web/packages/dtt/index.html](https://cran.r-project.org/web/packages/dtt/index.html)| -|dtw|1.18-1|[https://cran.r-project.org/web/packages/dtw/index.html](https://cran.r-project.org/web/packages/dtw/index.html)| -|dygraphs|1.1.1.4|[https://cran.r-project.org/web/packages/dygraphs/index.html](https://cran.r-project.org/web/packages/dygraphs/index.html)| -|dynlm|0.3-5|[https://cran.r-project.org/web/packages/dynlm/index.html](https://cran.r-project.org/web/packages/dynlm/index.html)| -|e1071|1.6-8|[https://cran.r-project.org/web/packages/e1071/index.html](https://cran.r-project.org/web/packages/e1071/index.html)| -|earth|4.6.2|[https://cran.r-project.org/web/packages/earth/index.html](https://cran.r-project.org/web/packages/earth/index.html)| -|EbayesThresh|1.4-12|[https://cran.r-project.org/web/packages/EbayesThresh/index.html](https://cran.r-project.org/web/packages/EbayesThresh/index.html)| -|ebdbNet|1.2.5|[https://cran.r-project.org/web/packages/ebdbNet/index.html](https://cran.r-project.org/web/packages/ebdbNet/index.html)| -|ecm|4.4.0|[https://cran.r-project.org/web/packages/ecm/index.html](https://cran.r-project.org/web/packages/ecm/index.html)| -|edeaR|0.8.0|[https://cran.r-project.org/web/packages/edeaR/index.html](https://cran.r-project.org/web/packages/edeaR/index.html)| -|effects|4.0-1|[https://cran.r-project.org/web/packages/effects/index.html](https://cran.r-project.org/web/packages/effects/index.html)| -|ellipse|0.4.1|[https://cran.r-project.org/web/packages/ellipse/index.html](https://cran.r-project.org/web/packages/ellipse/index.html)| -|ellipsis|0.3.0|[https://cran.r-project.org/web/packages/ellipsis/index.html](https://cran.r-project.org/web/packages/ellipsis/index.html)| -|emmeans|1.1.2|[https://cran.r-project.org/web/packages/emmeans/index.html](https://cran.r-project.org/web/packages/emmeans/index.html)| -|emulator|1.2-15|[https://cran.r-project.org/web/packages/emulator/index.html](https://cran.r-project.org/web/packages/emulator/index.html)| -|energy|1.7-2|[https://cran.r-project.org/web/packages/energy/index.html](https://cran.r-project.org/web/packages/energy/index.html)| -|english|1.2-3|[https://cran.r-project.org/web/packages/english/index.html](https://cran.r-project.org/web/packages/english/index.html)| -|ensembleBMA|5.1.5|[https://cran.r-project.org/web/packages/ensembleBMA/index.html](https://cran.r-project.org/web/packages/ensembleBMA/index.html)| -|entropy|1.2.1|[https://cran.r-project.org/web/packages/entropy/index.html](https://cran.r-project.org/web/packages/entropy/index.html)| -|epitools|0.5-10.1|[https://cran.r-project.org/web/packages/epitools/index.html](https://cran.r-project.org/web/packages/epitools/index.html)| -|epitrix|0.2.2|[https://cran.r-project.org/web/packages/epitrix/index.html](https://cran.r-project.org/web/packages/epitrix/index.html)| -|estimability|1.3|[https://cran.r-project.org/web/packages/estimability/index.html](https://cran.r-project.org/web/packages/estimability/index.html)| -|eulerr|5.1.0|[https://cran.r-project.org/web/packages/eulerr/index.html](https://cran.r-project.org/web/packages/eulerr/index.html)| -|EvalEst|2015.4-2|[https://cran.r-project.org/web/packages/EvalEst/index.html](https://cran.r-project.org/web/packages/EvalEst/index.html)| -|evaluate|0.10.1|[https://cran.r-project.org/web/packages/evaluate/index.html](https://cran.r-project.org/web/packages/evaluate/index.html)| -|evd|2.3-2|[https://cran.r-project.org/web/packages/evd/index.html](https://cran.r-project.org/web/packages/evd/index.html)| -|evdbayes|1.1-1|[https://cran.r-project.org/web/packages/evdbayes/index.html](https://cran.r-project.org/web/packages/evdbayes/index.html)| -|eventdataR|0.2.0|[https://cran.r-project.org/web/packages/eventdataR/index.html](https://cran.r-project.org/web/packages/eventdataR/index.html)| -|exactLoglinTest|1.4.2|[https://cran.r-project.org/web/packages/exactLoglinTest/index.html](https://cran.r-project.org/web/packages/exactLoglinTest/index.html)| -|exactRankTests|0.8-29|[https://cran.r-project.org/web/packages/exactRankTests/index.html](https://cran.r-project.org/web/packages/exactRankTests/index.html)| -|expint|0.1-4|[https://cran.r-project.org/web/packages/expint/index.html](https://cran.r-project.org/web/packages/expint/index.html)| -|expm|0.999-2|[https://cran.r-project.org/web/packages/expm/index.html](https://cran.r-project.org/web/packages/expm/index.html)| -|extraDistr|1.8.8|[https://cran.r-project.org/web/packages/extraDistr/index.html](https://cran.r-project.org/web/packages/extraDistr/index.html)| -|extrafont|0.17|[https://cran.r-project.org/web/packages/extrafont/index.html](https://cran.r-project.org/web/packages/extrafont/index.html)| -|extrafontdb|1.0|[https://cran.r-project.org/web/packages/extrafontdb/index.html](https://cran.r-project.org/web/packages/extrafontdb/index.html)| -|extremevalues|2.3.2|[https://cran.r-project.org/web/packages/extremevalues/index.html](https://cran.r-project.org/web/packages/extremevalues/index.html)| -|ez|4.4-0|[https://cran.r-project.org/web/packages/ez/index.html](https://cran.r-project.org/web/packages/ez/index.html)| -|factoextra|1.0.5|[https://cran.r-project.org/web/packages/factoextra/index.html](https://cran.r-project.org/web/packages/factoextra/index.html)| -|FactoMineR|1.40|[https://cran.r-project.org/web/packages/FactoMineR/index.html](https://cran.r-project.org/web/packages/FactoMineR/index.html)| -|factorQR|0.1-4|[https://cran.r-project.org/web/packages/factorQR/index.html](https://cran.r-project.org/web/packages/factorQR/index.html)| -|fansi|0.4.0|[https://cran.r-project.org/web/packages/fansi/index.html](https://cran.r-project.org/web/packages/fansi/index.html)| -|faoutlier|0.7.2|[https://cran.r-project.org/web/packages/faoutlier/index.html](https://cran.r-project.org/web/packages/faoutlier/index.html)| -|farver|1.1.0|[https://cran.r-project.org/web/packages/farver/index.html](https://cran.r-project.org/web/packages/farver/index.html)| -|fastICA|1.2-1|[https://cran.r-project.org/web/packages/fastICA/index.html](https://cran.r-project.org/web/packages/fastICA/index.html)| -|fastmatch|1.1-0|[https://cran.r-project.org/web/packages/fastmatch/index.html](https://cran.r-project.org/web/packages/fastmatch/index.html)| -|fBasics|3042.89|[https://cran.r-project.org/web/packages/fBasics/index.html](https://cran.r-project.org/web/packages/fBasics/index.html)| -|fdrtool|1.2.15|[https://cran.r-project.org/web/packages/fdrtool/index.html](https://cran.r-project.org/web/packages/fdrtool/index.html)| -|fGarch|3042.83.1|[https://cran.r-project.org/web/packages/fGarch/index.html](https://cran.r-project.org/web/packages/fGarch/index.html)| -|fields|9.6|[https://cran.r-project.org/web/packages/fields/index.html](https://cran.r-project.org/web/packages/fields/index.html)| -|filehash|2.4-1|[https://cran.r-project.org/web/packages/filehash/index.html](https://cran.r-project.org/web/packages/filehash/index.html)| -|FinCal|0.6.3|[https://cran.r-project.org/web/packages/FinCal/index.html](https://cran.r-project.org/web/packages/FinCal/index.html)| -|fitdistrplus|1.0-9|[https://cran.r-project.org/web/packages/fitdistrplus/index.html](https://cran.r-project.org/web/packages/fitdistrplus/index.html)| -|flashClust|1.01-2|[https://cran.r-project.org/web/packages/flashClust/index.html](https://cran.r-project.org/web/packages/flashClust/index.html)| -|flexclust|1.3-5|[https://cran.r-project.org/web/packages/flexclust/index.html](https://cran.r-project.org/web/packages/flexclust/index.html)| -|flexmix|2.3-14|[https://cran.r-project.org/web/packages/flexmix/index.html](https://cran.r-project.org/web/packages/flexmix/index.html)| -|FME|1.3.5|[https://cran.r-project.org/web/packages/FME/index.html](https://cran.r-project.org/web/packages/FME/index.html)| -|fmsb|0.6.1|[https://cran.r-project.org/web/packages/fmsb/index.html](https://cran.r-project.org/web/packages/fmsb/index.html)| -|FNN|1.1|[https://cran.r-project.org/web/packages/FNN/index.html](https://cran.r-project.org/web/packages/FNN/index.html)| -|fontBitstreamVera|0.1.1|[https://cran.r-project.org/web/packages/fontBitstreamVera/index.html](https://cran.r-project.org/web/packages/fontBitstreamVera/index.html)| -|fontLiberation|0.1.0|[https://cran.r-project.org/web/packages/fontLiberation/index.html](https://cran.r-project.org/web/packages/fontLiberation/index.html)| -|fontquiver|0.2.1|[https://cran.r-project.org/web/packages/fontquiver/index.html](https://cran.r-project.org/web/packages/fontquiver/index.html)| -|forcats|0.3.0|[https://cran.r-project.org/web/packages/forcats/index.html](https://cran.r-project.org/web/packages/forcats/index.html)| -|foreach|1.4.4|[https://cran.r-project.org/web/packages/foreach/index.html](https://cran.r-project.org/web/packages/foreach/index.html)| -|forecast|8.7|[https://cran.r-project.org/web/packages/forecast/index.html](https://cran.r-project.org/web/packages/forecast/index.html)| -|forecastHybrid|2.1.11|[https://cran.r-project.org/web/packages/forecastHybrid/index.html](https://cran.r-project.org/web/packages/forecastHybrid/index.html)| -|foreign|0.8-69|[https://cran.r-project.org/web/packages/foreign/index.html](https://cran.r-project.org/web/packages/foreign/index.html)| -|formatR|1.5|[https://cran.r-project.org/web/packages/formatR/index.html](https://cran.r-project.org/web/packages/formatR/index.html)| -|formattable|0.2.0.1|[https://cran.r-project.org/web/packages/formattable/index.html](https://cran.r-project.org/web/packages/formattable/index.html)| -|Formula|1.2-2|[https://cran.r-project.org/web/packages/Formula/index.html](https://cran.r-project.org/web/packages/Formula/index.html)| -|fpc|2.1-11|[https://cran.r-project.org/web/packages/fpc/index.html](https://cran.r-project.org/web/packages/fpc/index.html)| -|fracdiff|1.4-2|[https://cran.r-project.org/web/packages/fracdiff/index.html](https://cran.r-project.org/web/packages/fracdiff/index.html)| -|fTrading|3042.79|[https://cran.r-project.org/web/packages/fTrading/index.html](https://cran.r-project.org/web/packages/fTrading/index.html)| -|fUnitRoots|3042.79|[https://cran.r-project.org/web/packages/fUnitRoots/index.html](https://cran.r-project.org/web/packages/fUnitRoots/index.html)| -|futile.logger|1.4.3|[https://cran.r-project.org/web/packages/futile.logger/index.html](https://cran.r-project.org/web/packages/futile.logger/index.html)| -|futile.options|1.0.0|[https://cran.r-project.org/web/packages/futile.options/index.html](https://cran.r-project.org/web/packages/futile.options/index.html)| -|future|1.15.0|[https://cran.r-project.org/web/packages/future/index.html](https://cran.r-project.org/web/packages/future/index.html)| -|future.apply|1.3.0|[https://cran.r-project.org/web/packages/future.apply/index.html](https://cran.r-project.org/web/packages/future.apply/index.html)| -|gam|1.15|[https://cran.r-project.org/web/packages/gam/index.html](https://cran.r-project.org/web/packages/gam/index.html)| -|gamlr|1.13-4|[https://cran.r-project.org/web/packages/gamlr/index.html](https://cran.r-project.org/web/packages/gamlr/index.html)| -|gamlss|5.0-6|[https://cran.r-project.org/web/packages/gamlss/index.html](https://cran.r-project.org/web/packages/gamlss/index.html)| -|gamlss.data|5.0-0|[https://cran.r-project.org/web/packages/gamlss.data/index.html](https://cran.r-project.org/web/packages/gamlss.data/index.html)| -|gamlss.dist|5.0-4|[https://cran.r-project.org/web/packages/gamlss.dist/index.html](https://cran.r-project.org/web/packages/gamlss.dist/index.html)| -|gbm|2.1.3|[https://cran.r-project.org/web/packages/gbm/index.html](https://cran.r-project.org/web/packages/gbm/index.html)| -|gclus|1.3.1|[https://cran.r-project.org/web/packages/gclus/index.html](https://cran.r-project.org/web/packages/gclus/index.html)| -|gdalUtils|2.0.1.7|[https://cran.r-project.org/web/packages/gdalUtils/index.html](https://cran.r-project.org/web/packages/gdalUtils/index.html)| -|gdata|2.18.0|[https://cran.r-project.org/web/packages/gdata/index.html](https://cran.r-project.org/web/packages/gdata/index.html)| -|gdtools|0.1.7|[https://cran.r-project.org/web/packages/gdtools/index.html](https://cran.r-project.org/web/packages/gdtools/index.html)| -|gee|4.13-19|[https://cran.r-project.org/web/packages/gee/index.html](https://cran.r-project.org/web/packages/gee/index.html)| -|genalg|0.2.0|[https://cran.r-project.org/web/packages/genalg/index.html](https://cran.r-project.org/web/packages/genalg/index.html)| -|generics|0.1.2|[https://cran.r-project.org/web/packages/generics/index.html](https://cran.r-project.org/web/packages/generics/index.html)| -|genetics|1.3.8.1|[https://cran.r-project.org/web/packages/genetics/index.html](https://cran.r-project.org/web/packages/genetics/index.html)| -|GenSA|1.1.7|[https://cran.r-project.org/web/packages/GenSA/index.html](https://cran.r-project.org/web/packages/GenSA/index.html)| -|geojson|0.2.0|[https://cran.r-project.org/web/packages/geojson/index.html](https://cran.r-project.org/web/packages/geojson/index.html)| -|geojsonio|0.6.0|[https://cran.r-project.org/web/packages/geojsonio/index.html](https://cran.r-project.org/web/packages/geojsonio/index.html)| -|geojsonlint|0.2.0|[https://cran.r-project.org/web/packages/geojsonlint/index.html](https://cran.r-project.org/web/packages/geojsonlint/index.html)| -|geoR|1.7-5.2|[https://cran.r-project.org/web/packages/geoR/index.html](https://cran.r-project.org/web/packages/geoR/index.html)| -|geoRglm|0.9-11|[https://cran.r-project.org/web/packages/geoRglm/index.html](https://cran.r-project.org/web/packages/geoRglm/index.html)| -|geosphere|1.5-7|[https://cran.r-project.org/web/packages/geosphere/index.html](https://cran.r-project.org/web/packages/geosphere/index.html)| -|GGally|2.0.0|[https://cran.r-project.org/web/packages/GGally/index.html](https://cran.r-project.org/web/packages/GGally/index.html)| -|ggalt|0.4.0|[https://cran.r-project.org/web/packages/ggalt/index.html](https://cran.r-project.org/web/packages/ggalt/index.html)| -|gganimate|1.0.3|[https://cran.r-project.org/web/packages/gganimate/index.html](https://cran.r-project.org/web/packages/gganimate/index.html)| -|ggcorrplot|0.1.1|[https://cran.r-project.org/web/packages/ggcorrplot/index.html](https://cran.r-project.org/web/packages/ggcorrplot/index.html)| -|ggdendro|0.1-20|[https://cran.r-project.org/web/packages/ggdendro/index.html](https://cran.r-project.org/web/packages/ggdendro/index.html)| -|ggeffects|0.3.2|[https://cran.r-project.org/web/packages/ggeffects/index.html](https://cran.r-project.org/web/packages/ggeffects/index.html)| -|ggExtra|0.9|[https://cran.r-project.org/web/packages/ggExtra/index.html](https://cran.r-project.org/web/packages/ggExtra/index.html)| -|ggforce|0.1.1|[https://cran.r-project.org/web/packages/ggforce/index.html](https://cran.r-project.org/web/packages/ggforce/index.html)| -|ggformula|0.6.2|[https://cran.r-project.org/web/packages/ggformula/index.html](https://cran.r-project.org/web/packages/ggformula/index.html)| -|ggfortify|0.4.3|[https://cran.r-project.org/web/packages/ggfortify/index.html](https://cran.r-project.org/web/packages/ggfortify/index.html)| -|gghighlight|0.3.0|[https://cran.r-project.org/web/packages/gghighlight/index.html](https://cran.r-project.org/web/packages/gghighlight/index.html)| -|ggimage|0.1.2|[https://cran.r-project.org/web/packages/ggimage/index.html](https://cran.r-project.org/web/packages/ggimage/index.html)| -|ggiraph|0.6.1|[https://cran.r-project.org/web/packages/ggiraph/index.html](https://cran.r-project.org/web/packages/ggiraph/index.html)| -|ggjoy|0.4.0|[https://cran.r-project.org/web/packages/ggjoy/index.html](https://cran.r-project.org/web/packages/ggjoy/index.html)| -|ggm|2.3|[https://cran.r-project.org/web/packages/ggm/index.html](https://cran.r-project.org/web/packages/ggm/index.html)| -|ggmap|3.0.0|[https://cran.r-project.org/web/packages/ggmap/index.html](https://cran.r-project.org/web/packages/ggmap/index.html)| -|ggmcmc|1.1|[https://cran.r-project.org/web/packages/ggmcmc/index.html](https://cran.r-project.org/web/packages/ggmcmc/index.html)| -|ggplot2|3.3.3|[https://cran.r-project.org/web/packages/ggplot2/index.html](https://cran.r-project.org/web/packages/ggplot2/index.html)| -|ggplot2movies|0.0.1|[https://cran.r-project.org/web/packages/ggplot2movies/index.html](https://cran.r-project.org/web/packages/ggplot2movies/index.html)| -|ggpmisc|0.2.16|[https://cran.r-project.org/web/packages/ggpmisc/index.html](https://cran.r-project.org/web/packages/ggpmisc/index.html)| -|ggpubr|0.2.3|[https://cran.r-project.org/web/packages/ggpubr/index.html](https://cran.r-project.org/web/packages/ggpubr/index.html)| -|ggQC|0.0.31|[https://cran.r-project.org/web/packages/ggQC/index.html](https://cran.r-project.org/web/packages/ggQC/index.html)| -|ggRandomForests|2.0.1|[https://cran.r-project.org/web/packages/ggRandomForests/index.html](https://cran.r-project.org/web/packages/ggRandomForests/index.html)| -|ggraph|1.0.1|[https://cran.r-project.org/web/packages/ggraph/index.html](https://cran.r-project.org/web/packages/ggraph/index.html)| -|ggrepel|0.8.0|[https://cran.r-project.org/web/packages/ggrepel/index.html](https://cran.r-project.org/web/packages/ggrepel/index.html)| -|ggridges|0.4.1|[https://cran.r-project.org/web/packages/ggridges/index.html](https://cran.r-project.org/web/packages/ggridges/index.html)| -|ggsci|2.8|[https://cran.r-project.org/web/packages/ggsci/index.html](https://cran.r-project.org/web/packages/ggsci/index.html)| -|ggsignif|0.4.0|[https://cran.r-project.org/web/packages/ggsignif/index.html](https://cran.r-project.org/web/packages/ggsignif/index.html)| -|ggsoccer|0.1.4|[https://cran.r-project.org/web/packages/ggsoccer/index.html](https://cran.r-project.org/web/packages/ggsoccer/index.html)| -|ggstance|0.3|[https://cran.r-project.org/web/packages/ggstance/index.html](https://cran.r-project.org/web/packages/ggstance/index.html)| -|ggtern|2.2.1|[https://cran.r-project.org/web/packages/ggtern/index.html](https://cran.r-project.org/web/packages/ggtern/index.html)| -|ggthemes|3.4.0|[https://cran.r-project.org/web/packages/ggthemes/index.html](https://cran.r-project.org/web/packages/ggthemes/index.html)| -|gistr|0.4.0|[https://cran.r-project.org/web/packages/gistr/index.html](https://cran.r-project.org/web/packages/gistr/index.html)| -|git2r|0.21.0|[https://cran.r-project.org/web/packages/git2r/index.html](https://cran.r-project.org/web/packages/git2r/index.html)| -|glasso|1.8|[https://cran.r-project.org/web/packages/glasso/index.html](https://cran.r-project.org/web/packages/glasso/index.html)| -|glmmBUGS|2.4.0|[https://cran.r-project.org/web/packages/glmmBUGS/index.html](https://cran.r-project.org/web/packages/glmmBUGS/index.html)| -|glmmTMB|0.2.0|[https://cran.r-project.org/web/packages/glmmTMB/index.html](https://cran.r-project.org/web/packages/glmmTMB/index.html)| -|glmnet|2.0-13|[https://cran.r-project.org/web/packages/glmnet/index.html](https://cran.r-project.org/web/packages/glmnet/index.html)| -|GlobalOptions|0.0.13|[https://cran.r-project.org/web/packages/GlobalOptions/index.html](https://cran.r-project.org/web/packages/GlobalOptions/index.html)| -|globals|0.12.4|[https://cran.r-project.org/web/packages/globals/index.html](https://cran.r-project.org/web/packages/globals/index.html)| -|glue|1.3.1|[https://cran.r-project.org/web/packages/glue/index.html](https://cran.r-project.org/web/packages/glue/index.html)| -|gmodels|2.16.2|[https://cran.r-project.org/web/packages/gmodels/index.html](https://cran.r-project.org/web/packages/gmodels/index.html)| -|gmp|0.5-13.1|[https://cran.r-project.org/web/packages/gmp/index.html](https://cran.r-project.org/web/packages/gmp/index.html)| -|gnm|1.0-8|[https://cran.r-project.org/web/packages/gnm/index.html](https://cran.r-project.org/web/packages/gnm/index.html)| -|goftest|1.1-1|[https://cran.r-project.org/web/packages/goftest/index.html](https://cran.r-project.org/web/packages/goftest/index.html)| -|googleVis|0.6.2|[https://cran.r-project.org/web/packages/googleVis/index.html](https://cran.r-project.org/web/packages/googleVis/index.html)| -|gower|0.1.2|[https://cran.r-project.org/web/packages/gower/index.html](https://cran.r-project.org/web/packages/gower/index.html)| -|GPArotation|2014.11-1|[https://cran.r-project.org/web/packages/GPArotation/index.html](https://cran.r-project.org/web/packages/GPArotation/index.html)| -|gplots|3.0.1|[https://cran.r-project.org/web/packages/gplots/index.html](https://cran.r-project.org/web/packages/gplots/index.html)| -|graphics|3.4.4|NA| -|grDevices|3.4.4|NA| -|grid|3.4.4|NA| -|gridBase|0.4-7|[https://cran.r-project.org/web/packages/gridBase/index.html](https://cran.r-project.org/web/packages/gridBase/index.html)| -|gridExtra|2.3|[https://cran.r-project.org/web/packages/gridExtra/index.html](https://cran.r-project.org/web/packages/gridExtra/index.html)| -|gridGraphics|0.2-1|[https://cran.r-project.org/web/packages/gridGraphics/index.html](https://cran.r-project.org/web/packages/gridGraphics/index.html)| -|growcurves|0.2.4.1|[https://cran.r-project.org/web/packages/growcurves/index.html](https://cran.r-project.org/web/packages/growcurves/index.html)| -|grpreg|3.1-2|[https://cran.r-project.org/web/packages/grpreg/index.html](https://cran.r-project.org/web/packages/grpreg/index.html)| -|gss|2.1-7|[https://cran.r-project.org/web/packages/gss/index.html](https://cran.r-project.org/web/packages/gss/index.html)| -|gstat|1.1-5|[https://cran.r-project.org/web/packages/gstat/index.html](https://cran.r-project.org/web/packages/gstat/index.html)| -|gsubfn|0.7|[https://cran.r-project.org/web/packages/gsubfn/index.html](https://cran.r-project.org/web/packages/gsubfn/index.html)| -|gtable|0.2.0|[https://cran.r-project.org/web/packages/gtable/index.html](https://cran.r-project.org/web/packages/gtable/index.html)| -|gtools|3.5.0|[https://cran.r-project.org/web/packages/gtools/index.html](https://cran.r-project.org/web/packages/gtools/index.html)| -|gtrendsR|1.4.3|[https://cran.r-project.org/web/packages/gtrendsR/index.html](https://cran.r-project.org/web/packages/gtrendsR/index.html)| -|gWidgets|0.0-54|[https://cran.r-project.org/web/packages/gWidgets/index.html](https://cran.r-project.org/web/packages/gWidgets/index.html)| -|gWidgetsRGtk2|0.0-86|[https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html](https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html)| -|gWidgetstcltk|0.0-55|[https://cran.r-project.org/web/packages/gWidgetstcltk/index.html](https://cran.r-project.org/web/packages/gWidgetstcltk/index.html)| -|haplo.stats|1.7.7|[https://cran.r-project.org/web/packages/haplo.stats/index.html](https://cran.r-project.org/web/packages/haplo.stats/index.html)| -|hash|2.2.6|[https://cran.r-project.org/web/packages/hash/index.html](https://cran.r-project.org/web/packages/hash/index.html)| -|haven|1.1.1|[https://cran.r-project.org/web/packages/haven/index.html](https://cran.r-project.org/web/packages/haven/index.html)| -|hbsae|1.0|[https://cran.r-project.org/web/packages/hbsae/index.html](https://cran.r-project.org/web/packages/hbsae/index.html)| -|HDInterval|0.2.0|[https://cran.r-project.org/web/packages/HDInterval/index.html](https://cran.r-project.org/web/packages/HDInterval/index.html)| -|hdrcde|3.2|[https://cran.r-project.org/web/packages/hdrcde/index.html](https://cran.r-project.org/web/packages/hdrcde/index.html)| -|heatmaply|0.16.0|[https://cran.r-project.org/web/packages/heatmaply/index.html](https://cran.r-project.org/web/packages/heatmaply/index.html)| -|heavy|0.38.19|[https://cran.r-project.org/web/packages/heavy/index.html](https://cran.r-project.org/web/packages/heavy/index.html)| -|hexbin|1.27.2|[https://cran.r-project.org/web/packages/hexbin/index.html](https://cran.r-project.org/web/packages/hexbin/index.html)| -|hflights|0.1|[https://cran.r-project.org/web/packages/hflights/index.html](https://cran.r-project.org/web/packages/hflights/index.html)| -|HH|3.1-34|[https://cran.r-project.org/web/packages/HH/index.html](https://cran.r-project.org/web/packages/HH/index.html)| -|HI|0.4|[https://cran.r-project.org/web/packages/HI/index.html](https://cran.r-project.org/web/packages/HI/index.html)| -|highcharter|0.5.0|[https://cran.r-project.org/web/packages/highcharter/index.html](https://cran.r-project.org/web/packages/highcharter/index.html)| -|highr|0.6|[https://cran.r-project.org/web/packages/highr/index.html](https://cran.r-project.org/web/packages/highr/index.html)| -|HistData|0.8-2|[https://cran.r-project.org/web/packages/HistData/index.html](https://cran.r-project.org/web/packages/HistData/index.html)| -|Hmisc|4.1-1|[https://cran.r-project.org/web/packages/Hmisc/index.html](https://cran.r-project.org/web/packages/Hmisc/index.html)| -|hms|0.4.2|[https://cran.r-project.org/web/packages/hms/index.html](https://cran.r-project.org/web/packages/hms/index.html)| -|hoardr|0.2.0|[https://cran.r-project.org/web/packages/hoardr/index.html](https://cran.r-project.org/web/packages/hoardr/index.html)| -|hrbrthemes|0.6.0|[https://cran.r-project.org/web/packages/hrbrthemes/index.html](https://cran.r-project.org/web/packages/hrbrthemes/index.html)| -|HSAUR|1.3-9|[https://cran.r-project.org/web/packages/HSAUR/index.html](https://cran.r-project.org/web/packages/HSAUR/index.html)| -|htmlTable|1.11.2|[https://cran.r-project.org/web/packages/htmlTable/index.html](https://cran.r-project.org/web/packages/htmlTable/index.html)| -|htmltools|0.3.6|[https://cran.r-project.org/web/packages/htmltools/index.html](https://cran.r-project.org/web/packages/htmltools/index.html)| -|htmlwidgets|1.3|[https://cran.r-project.org/web/packages/htmlwidgets/index.html](https://cran.r-project.org/web/packages/htmlwidgets/index.html)| -|hts|5.1.5|[https://cran.r-project.org/web/packages/hts/index.html](https://cran.r-project.org/web/packages/hts/index.html)| -|httpuv|1.3.6.2|[https://cran.r-project.org/web/packages/httpuv/index.html](https://cran.r-project.org/web/packages/httpuv/index.html)| -|httr|1.3.1|[https://cran.r-project.org/web/packages/httr/index.html](https://cran.r-project.org/web/packages/httr/index.html)| -|huge|1.2.7|[https://cran.r-project.org/web/packages/huge/index.html](https://cran.r-project.org/web/packages/huge/index.html)| -|hunspell|2.9|[https://cran.r-project.org/web/packages/hunspell/index.html](https://cran.r-project.org/web/packages/hunspell/index.html)| -|hydroTSM|0.5-1|[https://cran.r-project.org/web/packages/hydroTSM/index.html](https://cran.r-project.org/web/packages/hydroTSM/index.html)| -|IBrokers|0.9-12|[https://cran.r-project.org/web/packages/IBrokers/index.html](https://cran.r-project.org/web/packages/IBrokers/index.html)| -|ifultools|2.0-4|[https://cran.r-project.org/web/packages/ifultools/index.html](https://cran.r-project.org/web/packages/ifultools/index.html)| -|igraph|1.2.1|[https://cran.r-project.org/web/packages/igraph/index.html](https://cran.r-project.org/web/packages/igraph/index.html)| -|imager|0.40.2|[https://cran.r-project.org/web/packages/imager/index.html](https://cran.r-project.org/web/packages/imager/index.html)| -|imputeTS|2.7|[https://cran.r-project.org/web/packages/imputeTS/index.html](https://cran.r-project.org/web/packages/imputeTS/index.html)| -|incidence|1.7.2|[https://cran.r-project.org/web/packages/incidence/index.html](https://cran.r-project.org/web/packages/incidence/index.html)| -|influenceR|0.1.0|[https://cran.r-project.org/web/packages/influenceR/index.html](https://cran.r-project.org/web/packages/influenceR/index.html)| -|InformationValue|1.2.3|[https://cran.r-project.org/web/packages/InformationValue/index.html](https://cran.r-project.org/web/packages/InformationValue/index.html)| -|inline|0.3.14|[https://cran.r-project.org/web/packages/inline/index.html](https://cran.r-project.org/web/packages/inline/index.html)| -|intervals|0.15.1|[https://cran.r-project.org/web/packages/intervals/index.html](https://cran.r-project.org/web/packages/intervals/index.html)| -|inum|1.0-0|[https://cran.r-project.org/web/packages/inum/index.html](https://cran.r-project.org/web/packages/inum/index.html)| -|investr|1.4.2|[https://cran.r-project.org/web/packages/investr/index.html](https://cran.r-project.org/web/packages/investr/index.html)| -|ipred|0.9-6|[https://cran.r-project.org/web/packages/ipred/index.html](https://cran.r-project.org/web/packages/ipred/index.html)| -|irlba|2.3.2|[https://cran.r-project.org/web/packages/irlba/index.html](https://cran.r-project.org/web/packages/irlba/index.html)| -|irr|0.84|[https://cran.r-project.org/web/packages/irr/index.html](https://cran.r-project.org/web/packages/irr/index.html)| -|isoband|0.2.0|[https://cran.r-project.org/web/packages/isoband/index.html](https://cran.r-project.org/web/packages/isoband/index.html)| -|ISOcodes|2017.09.27|[https://cran.r-project.org/web/packages/ISOcodes/index.html](https://cran.r-project.org/web/packages/ISOcodes/index.html)| -|iterators|1.0.9|[https://cran.r-project.org/web/packages/iterators/index.html](https://cran.r-project.org/web/packages/iterators/index.html)| -|janeaustenr|0.1.5|[https://cran.r-project.org/web/packages/janeaustenr/index.html](https://cran.r-project.org/web/packages/janeaustenr/index.html)| -|janitor|1.0.0|[https://cran.r-project.org/web/packages/janitor/index.html](https://cran.r-project.org/web/packages/janitor/index.html)| -|jmvcore|1.0.8|[https://cran.r-project.org/web/packages/jmvcore/index.html](https://cran.r-project.org/web/packages/jmvcore/index.html)| -|jpeg|0.1-8|[https://cran.r-project.org/web/packages/jpeg/index.html](https://cran.r-project.org/web/packages/jpeg/index.html)| -|jqr|1.0.0|[https://cran.r-project.org/web/packages/jqr/index.html](https://cran.r-project.org/web/packages/jqr/index.html)| -|jsonlite|1.6|[https://cran.r-project.org/web/packages/jsonlite/index.html](https://cran.r-project.org/web/packages/jsonlite/index.html)| -|jsonvalidate|1.0.0|[https://cran.r-project.org/web/packages/jsonvalidate/index.html](https://cran.r-project.org/web/packages/jsonvalidate/index.html)| -|jtools|0.9.4|[https://cran.r-project.org/web/packages/jtools/index.html](https://cran.r-project.org/web/packages/jtools/index.html)| -|kableExtra|0.7.0|[https://cran.r-project.org/web/packages/kableExtra/index.html](https://cran.r-project.org/web/packages/kableExtra/index.html)| -|Kendall|2.2|[https://cran.r-project.org/web/packages/Kendall/index.html](https://cran.r-project.org/web/packages/Kendall/index.html)| -|kernlab|0.9-25|[https://cran.r-project.org/web/packages/kernlab/index.html](https://cran.r-project.org/web/packages/kernlab/index.html)| -|KernSmooth|2.23-15|[https://cran.r-project.org/web/packages/KernSmooth/index.html](https://cran.r-project.org/web/packages/KernSmooth/index.html)| -|KFKSDS|1.6|[https://cran.r-project.org/web/packages/KFKSDS/index.html](https://cran.r-project.org/web/packages/KFKSDS/index.html)| -|kinship2|1.6.4|[https://cran.r-project.org/web/packages/kinship2/index.html](https://cran.r-project.org/web/packages/kinship2/index.html)| -|kknn|1.3.1|[https://cran.r-project.org/web/packages/kknn/index.html](https://cran.r-project.org/web/packages/kknn/index.html)| -|klaR|0.6-14|[https://cran.r-project.org/web/packages/klaR/index.html](https://cran.r-project.org/web/packages/klaR/index.html)| -|km.ci|0.5-2|[https://cran.r-project.org/web/packages/km.ci/index.html](https://cran.r-project.org/web/packages/km.ci/index.html)| -|KMsurv|0.1-5|[https://cran.r-project.org/web/packages/KMsurv/index.html](https://cran.r-project.org/web/packages/KMsurv/index.html)| -|knitr|1.20|[https://cran.r-project.org/web/packages/knitr/index.html](https://cran.r-project.org/web/packages/knitr/index.html)| -|ks|1.11.0|[https://cran.r-project.org/web/packages/ks/index.html](https://cran.r-project.org/web/packages/ks/index.html)| -|labeling|0.3|[https://cran.r-project.org/web/packages/labeling/index.html](https://cran.r-project.org/web/packages/labeling/index.html)| -|labelled|1.0.1|[https://cran.r-project.org/web/packages/labelled/index.html](https://cran.r-project.org/web/packages/labelled/index.html)| -|laeken|0.4.6|[https://cran.r-project.org/web/packages/laeken/index.html](https://cran.r-project.org/web/packages/laeken/index.html)| -|Lahman|6.0-0|[https://cran.r-project.org/web/packages/Lahman/index.html](https://cran.r-project.org/web/packages/Lahman/index.html)| -|lambda.r|1.2|[https://cran.r-project.org/web/packages/lambda.r/index.html](https://cran.r-project.org/web/packages/lambda.r/index.html)| -|lars|1.2|[https://cran.r-project.org/web/packages/lars/index.html](https://cran.r-project.org/web/packages/lars/index.html)| -|later|1.0.0|[https://cran.r-project.org/web/packages/later/index.html](https://cran.r-project.org/web/packages/later/index.html)| -|latex2exp|0.4.0|[https://cran.r-project.org/web/packages/latex2exp/index.html](https://cran.r-project.org/web/packages/latex2exp/index.html)| -|lattice|0.20-35|[https://cran.r-project.org/web/packages/lattice/index.html](https://cran.r-project.org/web/packages/lattice/index.html)| -|latticeExtra|0.6-28|[https://cran.r-project.org/web/packages/latticeExtra/index.html](https://cran.r-project.org/web/packages/latticeExtra/index.html)| -|lava|1.6.1|[https://cran.r-project.org/web/packages/lava/index.html](https://cran.r-project.org/web/packages/lava/index.html)| -|lavaan|0.5-23.1097|[https://cran.r-project.org/web/packages/lavaan/index.html](https://cran.r-project.org/web/packages/lavaan/index.html)| -|lazyeval|0.2.1|[https://cran.r-project.org/web/packages/lazyeval/index.html](https://cran.r-project.org/web/packages/lazyeval/index.html)| -|lda|1.4.2|[https://cran.r-project.org/web/packages/lda/index.html](https://cran.r-project.org/web/packages/lda/index.html)| -|leaflet|2.0.2|[https://cran.r-project.org/web/packages/leaflet/index.html](https://cran.r-project.org/web/packages/leaflet/index.html)| -|leaflet.esri|0.2|[https://cran.r-project.org/web/packages/leaflet.esri/index.html](https://cran.r-project.org/web/packages/leaflet.esri/index.html)| -|leaflet.extras|0.2|[https://cran.r-project.org/web/packages/leaflet.extras/index.html](https://cran.r-project.org/web/packages/leaflet.extras/index.html)| -|leaps|3.0|[https://cran.r-project.org/web/packages/leaps/index.html](https://cran.r-project.org/web/packages/leaps/index.html)| -|LearnBayes|2.15.1|[https://cran.r-project.org/web/packages/LearnBayes/index.html](https://cran.r-project.org/web/packages/LearnBayes/index.html)| -|lexicon|1.2.1|[https://cran.r-project.org/web/packages/lexicon/index.html](https://cran.r-project.org/web/packages/lexicon/index.html)| -|libcoin|1.0-1|[https://cran.r-project.org/web/packages/libcoin/index.html](https://cran.r-project.org/web/packages/libcoin/index.html)| -|LiblineaR|2.10-8|[https://cran.r-project.org/web/packages/LiblineaR/index.html](https://cran.r-project.org/web/packages/LiblineaR/index.html)| -|LICORS|0.2.0|[https://cran.r-project.org/web/packages/LICORS/index.html](https://cran.r-project.org/web/packages/LICORS/index.html)| -|lifecycle|0.1.0|[https://cran.r-project.org/web/packages/lifecycle/index.html](https://cran.r-project.org/web/packages/lifecycle/index.html)| -|likert|1.3.5|[https://cran.r-project.org/web/packages/likert/index.html](https://cran.r-project.org/web/packages/likert/index.html)| -|limSolve|1.5.5.3|[https://cran.r-project.org/web/packages/limSolve/index.html](https://cran.r-project.org/web/packages/limSolve/index.html)| -|linelist|0.0.40.9000|[https://cran.r-project.org/web/packages/linelist/index.html](https://cran.r-project.org/web/packages/linelist/index.html)| -|linprog|0.9-2|[https://cran.r-project.org/web/packages/linprog/index.html](https://cran.r-project.org/web/packages/linprog/index.html)| -|listenv|0.7.0|[https://cran.r-project.org/web/packages/listenv/index.html](https://cran.r-project.org/web/packages/listenv/index.html)| -|lm.beta|1.5-1|[https://cran.r-project.org/web/packages/lm.beta/index.html](https://cran.r-project.org/web/packages/lm.beta/index.html)| -|lme4|1.1-16|[https://cran.r-project.org/web/packages/lme4/index.html](https://cran.r-project.org/web/packages/lme4/index.html)| -|lmm|1.0|[https://cran.r-project.org/web/packages/lmm/index.html](https://cran.r-project.org/web/packages/lmm/index.html)| -|lmtest|0.9-35|[https://cran.r-project.org/web/packages/lmtest/index.html](https://cran.r-project.org/web/packages/lmtest/index.html)| -|locfit|1.5-9.1|[https://cran.r-project.org/web/packages/locfit/index.html](https://cran.r-project.org/web/packages/locfit/index.html)| -|locpol|0.6-0|[https://cran.r-project.org/web/packages/locpol/index.html](https://cran.r-project.org/web/packages/locpol/index.html)| -|LogicReg|1.5.9|[https://cran.r-project.org/web/packages/LogicReg/index.html](https://cran.r-project.org/web/packages/LogicReg/index.html)| -|lpSolve|5.6.13|[https://cran.r-project.org/web/packages/lpSolve/index.html](https://cran.r-project.org/web/packages/lpSolve/index.html)| -|lsa|0.73.1|[https://cran.r-project.org/web/packages/lsa/index.html](https://cran.r-project.org/web/packages/lsa/index.html)| -|lsmeans|2.27-61|[https://cran.r-project.org/web/packages/lsmeans/index.html](https://cran.r-project.org/web/packages/lsmeans/index.html)| -|lubridate|1.7.2|[https://cran.r-project.org/web/packages/lubridate/index.html](https://cran.r-project.org/web/packages/lubridate/index.html)| -|magic|1.5-8|[https://cran.r-project.org/web/packages/magic/index.html](https://cran.r-project.org/web/packages/magic/index.html)| -|magick|1.8|[https://cran.r-project.org/web/packages/magick/index.html](https://cran.r-project.org/web/packages/magick/index.html)| -|magrittr|1.5|[https://cran.r-project.org/web/packages/magrittr/index.html](https://cran.r-project.org/web/packages/magrittr/index.html)| -|manipulateWidget|0.9.0|[https://cran.r-project.org/web/packages/manipulateWidget/index.html](https://cran.r-project.org/web/packages/manipulateWidget/index.html)| -|MAPA|2.0.4|[https://cran.r-project.org/web/packages/MAPA/index.html](https://cran.r-project.org/web/packages/MAPA/index.html)| -|mapdata|2.3.0|[https://cran.r-project.org/web/packages/mapdata/index.html](https://cran.r-project.org/web/packages/mapdata/index.html)| -|mapproj|1.2.6|[https://cran.r-project.org/web/packages/mapproj/index.html](https://cran.r-project.org/web/packages/mapproj/index.html)| -|maps|3.2.0|[https://cran.r-project.org/web/packages/maps/index.html](https://cran.r-project.org/web/packages/maps/index.html)| -|maptools|0.9-2|[https://cran.r-project.org/web/packages/maptools/index.html](https://cran.r-project.org/web/packages/maptools/index.html)| -|maptree|1.4-7|[https://cran.r-project.org/web/packages/maptree/index.html](https://cran.r-project.org/web/packages/maptree/index.html)| -|mapview|2.3.0|[https://cran.r-project.org/web/packages/mapview/index.html](https://cran.r-project.org/web/packages/mapview/index.html)| -|marima|2.2|[https://cran.r-project.org/web/packages/marima/index.html](https://cran.r-project.org/web/packages/marima/index.html)| -|markdown|0.8|[https://cran.r-project.org/web/packages/markdown/index.html](https://cran.r-project.org/web/packages/markdown/index.html)| -|MASS|7.3-49|[https://cran.r-project.org/web/packages/MASS/index.html](https://cran.r-project.org/web/packages/MASS/index.html)| -|MasterBayes|2.55|[https://cran.r-project.org/web/packages/MasterBayes/index.html](https://cran.r-project.org/web/packages/MasterBayes/index.html)| -|Matching|4.9-5|[https://cran.r-project.org/web/packages/Matching/index.html](https://cran.r-project.org/web/packages/Matching/index.html)| -|MatchIt|3.0.2|[https://cran.r-project.org/web/packages/MatchIt/index.html](https://cran.r-project.org/web/packages/MatchIt/index.html)| -|matchmaker|0.1.1|[https://cran.r-project.org/web/packages/matchmaker/index.html](https://cran.r-project.org/web/packages/matchmaker/index.html)| -|Matrix|1.2-12|[https://cran.r-project.org/web/packages/Matrix/index.html](https://cran.r-project.org/web/packages/Matrix/index.html)| -|matrixcalc|1.0-3|[https://cran.r-project.org/web/packages/matrixcalc/index.html](https://cran.r-project.org/web/packages/matrixcalc/index.html)| -|MatrixModels|0.4-1|[https://cran.r-project.org/web/packages/MatrixModels/index.html](https://cran.r-project.org/web/packages/MatrixModels/index.html)| -|matrixStats|0.54.0|[https://cran.r-project.org/web/packages/matrixStats/index.html](https://cran.r-project.org/web/packages/matrixStats/index.html)| -|maxent|1.3.3.1|[https://cran.r-project.org/web/packages/maxent/index.html](https://cran.r-project.org/web/packages/maxent/index.html)| -|maxLik|1.3-4|[https://cran.r-project.org/web/packages/maxLik/index.html](https://cran.r-project.org/web/packages/maxLik/index.html)| -|maxstat|0.7-25|[https://cran.r-project.org/web/packages/maxstat/index.html](https://cran.r-project.org/web/packages/maxstat/index.html)| -|mboost|2.8-1|[https://cran.r-project.org/web/packages/mboost/index.html](https://cran.r-project.org/web/packages/mboost/index.html)| -|mclust|5.4|[https://cran.r-project.org/web/packages/mclust/index.html](https://cran.r-project.org/web/packages/mclust/index.html)| -|mcmc|0.9-5|[https://cran.r-project.org/web/packages/mcmc/index.html](https://cran.r-project.org/web/packages/mcmc/index.html)| -|MCMCglmm|2.25|[https://cran.r-project.org/web/packages/MCMCglmm/index.html](https://cran.r-project.org/web/packages/MCMCglmm/index.html)| -|mda|0.4-10|[https://cran.r-project.org/web/packages/mda/index.html](https://cran.r-project.org/web/packages/mda/index.html)| -|memoise|1.1.0|[https://cran.r-project.org/web/packages/memoise/index.html](https://cran.r-project.org/web/packages/memoise/index.html)| -|merTools|0.3.0|[https://cran.r-project.org/web/packages/merTools/index.html](https://cran.r-project.org/web/packages/merTools/index.html)| -|meta|4.9-1|[https://cran.r-project.org/web/packages/meta/index.html](https://cran.r-project.org/web/packages/meta/index.html)| -|metafor|2.0-0|[https://cran.r-project.org/web/packages/metafor/index.html](https://cran.r-project.org/web/packages/metafor/index.html)| -|methods|3.4.4|NA| -|metricsgraphics|0.9.0|[https://cran.r-project.org/web/packages/metricsgraphics/index.html](https://cran.r-project.org/web/packages/metricsgraphics/index.html)| -|mgcv|1.8-23|[https://cran.r-project.org/web/packages/mgcv/index.html](https://cran.r-project.org/web/packages/mgcv/index.html)| -|mgsub|1.7.1|[https://cran.r-project.org/web/packages/mgsub/index.html](https://cran.r-project.org/web/packages/mgsub/index.html)| -|mi|1.0|[https://cran.r-project.org/web/packages/mi/index.html](https://cran.r-project.org/web/packages/mi/index.html)| -|mice|2.46.0|[https://cran.r-project.org/web/packages/mice/index.html](https://cran.r-project.org/web/packages/mice/index.html)| -|microbenchmark|1.4-4|[https://cran.r-project.org/web/packages/microbenchmark/index.html](https://cran.r-project.org/web/packages/microbenchmark/index.html)| -|MicrosoftR|3.4.4.0105|NA| -|mime|0.5|[https://cran.r-project.org/web/packages/mime/index.html](https://cran.r-project.org/web/packages/mime/index.html)| -|miniCRAN|0.2.11|[https://cran.r-project.org/web/packages/miniCRAN/index.html](https://cran.r-project.org/web/packages/miniCRAN/index.html)| -|miniUI|0.1.1|[https://cran.r-project.org/web/packages/miniUI/index.html](https://cran.r-project.org/web/packages/miniUI/index.html)| -|minpack.lm|1.2-1|[https://cran.r-project.org/web/packages/minpack.lm/index.html](https://cran.r-project.org/web/packages/minpack.lm/index.html)| -|minqa|1.2.4|[https://cran.r-project.org/web/packages/minqa/index.html](https://cran.r-project.org/web/packages/minqa/index.html)| -|mirt|1.27.1|[https://cran.r-project.org/web/packages/mirt/index.html](https://cran.r-project.org/web/packages/mirt/index.html)| -|misc3d|0.8-4|[https://cran.r-project.org/web/packages/misc3d/index.html](https://cran.r-project.org/web/packages/misc3d/index.html)| -|miscTools|0.6-22|[https://cran.r-project.org/web/packages/miscTools/index.html](https://cran.r-project.org/web/packages/miscTools/index.html)| -|mitools|2.3|[https://cran.r-project.org/web/packages/mitools/index.html](https://cran.r-project.org/web/packages/mitools/index.html)| -|mixtools|1.1.0|[https://cran.r-project.org/web/packages/mixtools/index.html](https://cran.r-project.org/web/packages/mixtools/index.html)| -|mlapi|0.1.0|[https://cran.r-project.org/web/packages/mlapi/index.html](https://cran.r-project.org/web/packages/mlapi/index.html)| -|mlbench|2.1-1|[https://cran.r-project.org/web/packages/mlbench/index.html](https://cran.r-project.org/web/packages/mlbench/index.html)| -|mlogitBMA|0.1-6|[https://cran.r-project.org/web/packages/mlogitBMA/index.html](https://cran.r-project.org/web/packages/mlogitBMA/index.html)| -|mnormt|1.5-5|[https://cran.r-project.org/web/packages/mnormt/index.html](https://cran.r-project.org/web/packages/mnormt/index.html)| -|MNP|3.1-0|[https://cran.r-project.org/web/packages/MNP/index.html](https://cran.r-project.org/web/packages/MNP/index.html)| -|ModelMetrics|1.1.0|[https://cran.r-project.org/web/packages/ModelMetrics/index.html](https://cran.r-project.org/web/packages/ModelMetrics/index.html)| -|modelr|0.1.1|[https://cran.r-project.org/web/packages/modelr/index.html](https://cran.r-project.org/web/packages/modelr/index.html)| -|modeltools|0.2-21|[https://cran.r-project.org/web/packages/modeltools/index.html](https://cran.r-project.org/web/packages/modeltools/index.html)| -|mombf|1.9.6|[https://cran.r-project.org/web/packages/mombf/index.html](https://cran.r-project.org/web/packages/mombf/index.html)| -|moments|0.14|[https://cran.r-project.org/web/packages/moments/index.html](https://cran.r-project.org/web/packages/moments/index.html)| -|monomvn|1.9-7|[https://cran.r-project.org/web/packages/monomvn/index.html](https://cran.r-project.org/web/packages/monomvn/index.html)| -|monreg|0.1.3|[https://cran.r-project.org/web/packages/monreg/index.html](https://cran.r-project.org/web/packages/monreg/index.html)| -|mosaic|1.1.1|[https://cran.r-project.org/web/packages/mosaic/index.html](https://cran.r-project.org/web/packages/mosaic/index.html)| -|mosaicCore|0.4.2|[https://cran.r-project.org/web/packages/mosaicCore/index.html](https://cran.r-project.org/web/packages/mosaicCore/index.html)| -|mosaicData|0.16.0|[https://cran.r-project.org/web/packages/mosaicData/index.html](https://cran.r-project.org/web/packages/mosaicData/index.html)| -|MSBVAR|0.9-3|[https://cran.r-project.org/web/packages/MSBVAR/index.html](https://cran.r-project.org/web/packages/MSBVAR/index.html)| -|msir|1.3.2|[https://cran.r-project.org/web/packages/msir/index.html](https://cran.r-project.org/web/packages/msir/index.html)| -|msm|1.6.6|[https://cran.r-project.org/web/packages/msm/index.html](https://cran.r-project.org/web/packages/msm/index.html)| -|multcomp|1.4-8|[https://cran.r-project.org/web/packages/multcomp/index.html](https://cran.r-project.org/web/packages/multcomp/index.html)| -|multicool|0.1-10|[https://cran.r-project.org/web/packages/multicool/index.html](https://cran.r-project.org/web/packages/multicool/index.html)| -|munsell|0.5.0|[https://cran.r-project.org/web/packages/munsell/index.html](https://cran.r-project.org/web/packages/munsell/index.html)| -|mvoutlier|2.0.9|[https://cran.r-project.org/web/packages/mvoutlier/index.html](https://cran.r-project.org/web/packages/mvoutlier/index.html)| -|mvtnorm|1.0-7|[https://cran.r-project.org/web/packages/mvtnorm/index.html](https://cran.r-project.org/web/packages/mvtnorm/index.html)| -|NbClust|3.0|[https://cran.r-project.org/web/packages/NbClust/index.html](https://cran.r-project.org/web/packages/NbClust/index.html)| -|ncvreg|3.9-1|[https://cran.r-project.org/web/packages/ncvreg/index.html](https://cran.r-project.org/web/packages/ncvreg/index.html)| -|network|1.13.0|[https://cran.r-project.org/web/packages/network/index.html](https://cran.r-project.org/web/packages/network/index.html)| -|networkD3|0.4|[https://cran.r-project.org/web/packages/networkD3/index.html](https://cran.r-project.org/web/packages/networkD3/index.html)| -|neuralnet|1.33|[https://cran.r-project.org/web/packages/neuralnet/index.html](https://cran.r-project.org/web/packages/neuralnet/index.html)| -|ngram|3.0.4|[https://cran.r-project.org/web/packages/ngram/index.html](https://cran.r-project.org/web/packages/ngram/index.html)| -|nlme|3.1-131.1|[https://cran.r-project.org/web/packages/nlme/index.html](https://cran.r-project.org/web/packages/nlme/index.html)| -|nloptr|1.0.4|[https://cran.r-project.org/web/packages/nloptr/index.html](https://cran.r-project.org/web/packages/nloptr/index.html)| -|NLP|0.1-11|[https://cran.r-project.org/web/packages/NLP/index.html](https://cran.r-project.org/web/packages/NLP/index.html)| -|nls.multstart|1.2.0|[https://cran.r-project.org/web/packages/nls.multstart/index.html](https://cran.r-project.org/web/packages/nls.multstart/index.html)| -|NMF|0.21.0|[https://cran.r-project.org/web/packages/NMF/index.html](https://cran.r-project.org/web/packages/NMF/index.html)| -|nnet|7.3-12|[https://cran.r-project.org/web/packages/nnet/index.html](https://cran.r-project.org/web/packages/nnet/index.html)| -|nnls|1.4|[https://cran.r-project.org/web/packages/nnls/index.html](https://cran.r-project.org/web/packages/nnls/index.html)| -|nortest|1.0-4|[https://cran.r-project.org/web/packages/nortest/index.html](https://cran.r-project.org/web/packages/nortest/index.html)| -|numbers|0.6-6|[https://cran.r-project.org/web/packages/numbers/index.html](https://cran.r-project.org/web/packages/numbers/index.html)| -|numDeriv|2016.8-1|[https://cran.r-project.org/web/packages/numDeriv/index.html](https://cran.r-project.org/web/packages/numDeriv/index.html)| -|numform|0.4.0|[https://cran.r-project.org/web/packages/numform/index.html](https://cran.r-project.org/web/packages/numform/index.html)| -|OceanView|1.0.4|[https://cran.r-project.org/web/packages/OceanView/index.html](https://cran.r-project.org/web/packages/OceanView/index.html)| -|openair|2.3-0|[https://cran.r-project.org/web/packages/openair/index.html](https://cran.r-project.org/web/packages/openair/index.html)| -|openssl|1.0.1|[https://cran.r-project.org/web/packages/openssl/index.html](https://cran.r-project.org/web/packages/openssl/index.html)| -|osmar|1.1-7|[https://cran.r-project.org/web/packages/osmar/index.html](https://cran.r-project.org/web/packages/osmar/index.html)| -|outbreaks|1.5.0|[https://cran.r-project.org/web/packages/outbreaks/index.html](https://cran.r-project.org/web/packages/outbreaks/index.html)| -|OutlierDC|0.3-0|[https://cran.r-project.org/web/packages/OutlierDC/index.html](https://cran.r-project.org/web/packages/OutlierDC/index.html)| -|OutlierDM|1.1.1|[https://cran.r-project.org/web/packages/OutlierDM/index.html](https://cran.r-project.org/web/packages/OutlierDM/index.html)| -|outliers|0.14|[https://cran.r-project.org/web/packages/outliers/index.html](https://cran.r-project.org/web/packages/outliers/index.html)| -|pacbpred|0.92.2|[https://cran.r-project.org/web/packages/pacbpred/index.html](https://cran.r-project.org/web/packages/pacbpred/index.html)| -|packcircles|0.3.3|[https://cran.r-project.org/web/packages/packcircles/index.html](https://cran.r-project.org/web/packages/packcircles/index.html)| -|padr|0.4.0|[https://cran.r-project.org/web/packages/padr/index.html](https://cran.r-project.org/web/packages/padr/index.html)| -|parallel|3.4.4|NA| -|partitions|1.9-19|[https://cran.r-project.org/web/packages/partitions/index.html](https://cran.r-project.org/web/packages/partitions/index.html)| -|party|1.2-4|[https://cran.r-project.org/web/packages/party/index.html](https://cran.r-project.org/web/packages/party/index.html)| -|partykit|1.2-0|[https://cran.r-project.org/web/packages/partykit/index.html](https://cran.r-project.org/web/packages/partykit/index.html)| -|PAWL|0.5|[https://cran.r-project.org/web/packages/PAWL/index.html](https://cran.r-project.org/web/packages/PAWL/index.html)| -|pbapply|1.3-4|[https://cran.r-project.org/web/packages/pbapply/index.html](https://cran.r-project.org/web/packages/pbapply/index.html)| -|pbivnorm|0.6.0|[https://cran.r-project.org/web/packages/pbivnorm/index.html](https://cran.r-project.org/web/packages/pbivnorm/index.html)| -|pbkrtest|0.4-7|[https://cran.r-project.org/web/packages/pbkrtest/index.html](https://cran.r-project.org/web/packages/pbkrtest/index.html)| -|PCAmixdata|3.1|[https://cran.r-project.org/web/packages/PCAmixdata/index.html](https://cran.r-project.org/web/packages/PCAmixdata/index.html)| -|pcaPP|1.9-73|[https://cran.r-project.org/web/packages/pcaPP/index.html](https://cran.r-project.org/web/packages/pcaPP/index.html)| -|pdc|1.0.3|[https://cran.r-project.org/web/packages/pdc/index.html](https://cran.r-project.org/web/packages/pdc/index.html)| -|pegas|0.12|[https://cran.r-project.org/web/packages/pegas/index.html](https://cran.r-project.org/web/packages/pegas/index.html)| -|PerformanceAnalytics|1.5.2|[https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html](https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html)| -|permute|0.9-4|[https://cran.r-project.org/web/packages/permute/index.html](https://cran.r-project.org/web/packages/permute/index.html)| -|perry|0.2.0|[https://cran.r-project.org/web/packages/perry/index.html](https://cran.r-project.org/web/packages/perry/index.html)| -|petrinetR|0.1.0|[https://cran.r-project.org/web/packages/petrinetR/index.html](https://cran.r-project.org/web/packages/petrinetR/index.html)| -|pheatmap|1.0.8|[https://cran.r-project.org/web/packages/pheatmap/index.html](https://cran.r-project.org/web/packages/pheatmap/index.html)| -|pillar|1.4.2|[https://cran.r-project.org/web/packages/pillar/index.html](https://cran.r-project.org/web/packages/pillar/index.html)| -|pixmap|0.4-11|[https://cran.r-project.org/web/packages/pixmap/index.html](https://cran.r-project.org/web/packages/pixmap/index.html)| -|pkgconfig|2.0.2|[https://cran.r-project.org/web/packages/pkgconfig/index.html](https://cran.r-project.org/web/packages/pkgconfig/index.html)| -|pkgmaker|0.22|[https://cran.r-project.org/web/packages/pkgmaker/index.html](https://cran.r-project.org/web/packages/pkgmaker/index.html)| -|platetools|0.1.0|[https://cran.r-project.org/web/packages/platetools/index.html](https://cran.r-project.org/web/packages/platetools/index.html)| -|plogr|0.2.0|[https://cran.r-project.org/web/packages/plogr/index.html](https://cran.r-project.org/web/packages/plogr/index.html)| -|plot3D|1.1.1|[https://cran.r-project.org/web/packages/plot3D/index.html](https://cran.r-project.org/web/packages/plot3D/index.html)| -|plot3Drgl|1.0.1|[https://cran.r-project.org/web/packages/plot3Drgl/index.html](https://cran.r-project.org/web/packages/plot3Drgl/index.html)| -|plotly|4.9.2.2|[https://cran.r-project.org/web/packages/plotly/index.html](https://cran.r-project.org/web/packages/plotly/index.html)| -|plotmo|3.3.6|[https://cran.r-project.org/web/packages/plotmo/index.html](https://cran.r-project.org/web/packages/plotmo/index.html)| -|plotrix|3.7|[https://cran.r-project.org/web/packages/plotrix/index.html](https://cran.r-project.org/web/packages/plotrix/index.html)| -|pls|2.6-0|[https://cran.r-project.org/web/packages/pls/index.html](https://cran.r-project.org/web/packages/pls/index.html)| -|plyr|1.8.4|[https://cran.r-project.org/web/packages/plyr/index.html](https://cran.r-project.org/web/packages/plyr/index.html)| -|png|0.1-7|[https://cran.r-project.org/web/packages/png/index.html](https://cran.r-project.org/web/packages/png/index.html)| -|polspline|1.1.12|[https://cran.r-project.org/web/packages/polspline/index.html](https://cran.r-project.org/web/packages/polspline/index.html)| -|polyclip|1.6-1|[https://cran.r-project.org/web/packages/polyclip/index.html](https://cran.r-project.org/web/packages/polyclip/index.html)| -|polylabelr|0.1.0|[https://cran.r-project.org/web/packages/polylabelr/index.html](https://cran.r-project.org/web/packages/polylabelr/index.html)| -|polynom|1.3-9|[https://cran.r-project.org/web/packages/polynom/index.html](https://cran.r-project.org/web/packages/polynom/index.html)| -|ppcor|1.1|[https://cran.r-project.org/web/packages/ppcor/index.html](https://cran.r-project.org/web/packages/ppcor/index.html)| -|prabclus|2.2-6|[https://cran.r-project.org/web/packages/prabclus/index.html](https://cran.r-project.org/web/packages/prabclus/index.html)| -|pracma|2.1.4|[https://cran.r-project.org/web/packages/pracma/index.html](https://cran.r-project.org/web/packages/pracma/index.html)| -|praise|1.0.0|[https://cran.r-project.org/web/packages/praise/index.html](https://cran.r-project.org/web/packages/praise/index.html)| -|precrec|0.10.1|[https://cran.r-project.org/web/packages/precrec/index.html](https://cran.r-project.org/web/packages/precrec/index.html)| -|prediction|0.2.0|[https://cran.r-project.org/web/packages/prediction/index.html](https://cran.r-project.org/web/packages/prediction/index.html)| -|predmixcor|1.1-1|[https://cran.r-project.org/web/packages/predmixcor/index.html](https://cran.r-project.org/web/packages/predmixcor/index.html)| -|PresenceAbsence|1.1.9|[https://cran.r-project.org/web/packages/PresenceAbsence/index.html](https://cran.r-project.org/web/packages/PresenceAbsence/index.html)| -|prettyunits|1.0.2|[https://cran.r-project.org/web/packages/prettyunits/index.html](https://cran.r-project.org/web/packages/prettyunits/index.html)| -|pROC|1.11.0|[https://cran.r-project.org/web/packages/pROC/index.html](https://cran.r-project.org/web/packages/pROC/index.html)| -|processmapR|0.3.3|[https://cran.r-project.org/web/packages/processmapR/index.html](https://cran.r-project.org/web/packages/processmapR/index.html)| -|processmonitR|0.1.0|[https://cran.r-project.org/web/packages/processmonitR/index.html](https://cran.r-project.org/web/packages/processmonitR/index.html)| -|processx|2.0.0.1|[https://cran.r-project.org/web/packages/processx/index.html](https://cran.r-project.org/web/packages/processx/index.html)| -|prodlim|1.6.1|[https://cran.r-project.org/web/packages/prodlim/index.html](https://cran.r-project.org/web/packages/prodlim/index.html)| -|profdpm|3.3|[https://cran.r-project.org/web/packages/profdpm/index.html](https://cran.r-project.org/web/packages/profdpm/index.html)| -|profileModel|0.5-9|[https://cran.r-project.org/web/packages/profileModel/index.html](https://cran.r-project.org/web/packages/profileModel/index.html)| -|progress|1.1.2|[https://cran.r-project.org/web/packages/progress/index.html](https://cran.r-project.org/web/packages/progress/index.html)| -|proj4|1.0-8|[https://cran.r-project.org/web/packages/proj4/index.html](https://cran.r-project.org/web/packages/proj4/index.html)| -|promises|1.1.0|[https://cran.r-project.org/web/packages/promises/index.html](https://cran.r-project.org/web/packages/promises/index.html)| -|prophet|0.2.1|[https://cran.r-project.org/web/packages/prophet/index.html](https://cran.r-project.org/web/packages/prophet/index.html)| -|proto|1.0.0|[https://cran.r-project.org/web/packages/proto/index.html](https://cran.r-project.org/web/packages/proto/index.html)| -|protolite|1.7|[https://cran.r-project.org/web/packages/protolite/index.html](https://cran.r-project.org/web/packages/protolite/index.html)| -|proxy|0.4-21|[https://cran.r-project.org/web/packages/proxy/index.html](https://cran.r-project.org/web/packages/proxy/index.html)| -|pryr|0.1.4|[https://cran.r-project.org/web/packages/pryr/index.html](https://cran.r-project.org/web/packages/pryr/index.html)| -|pscl|1.5.2|[https://cran.r-project.org/web/packages/pscl/index.html](https://cran.r-project.org/web/packages/pscl/index.html)| -|psych|1.8.3.3|[https://cran.r-project.org/web/packages/psych/index.html](https://cran.r-project.org/web/packages/psych/index.html)| -|purrr|0.3.3|[https://cran.r-project.org/web/packages/purrr/index.html](https://cran.r-project.org/web/packages/purrr/index.html)| -|pwr|1.2-2|[https://cran.r-project.org/web/packages/pwr/index.html](https://cran.r-project.org/web/packages/pwr/index.html)| -|qap|0.1-1|[https://cran.r-project.org/web/packages/qap/index.html](https://cran.r-project.org/web/packages/qap/index.html)| -|qcc|2.7|[https://cran.r-project.org/web/packages/qcc/index.html](https://cran.r-project.org/web/packages/qcc/index.html)| -|qdapDictionaries|1.0.7|[https://cran.r-project.org/web/packages/qdapDictionaries/index.html](https://cran.r-project.org/web/packages/qdapDictionaries/index.html)| -|qdapRegex|0.7.2|[https://cran.r-project.org/web/packages/qdapRegex/index.html](https://cran.r-project.org/web/packages/qdapRegex/index.html)| -|qdapTools|1.3.3|[https://cran.r-project.org/web/packages/qdapTools/index.html](https://cran.r-project.org/web/packages/qdapTools/index.html)| -|qgraph|1.4.4|[https://cran.r-project.org/web/packages/qgraph/index.html](https://cran.r-project.org/web/packages/qgraph/index.html)| -|qicharts|0.5.5|[https://cran.r-project.org/web/packages/qicharts/index.html](https://cran.r-project.org/web/packages/qicharts/index.html)| -|qicharts2|0.6.0|[https://cran.r-project.org/web/packages/qicharts2/index.html](https://cran.r-project.org/web/packages/qicharts2/index.html)| -|quadprog|1.5-5|[https://cran.r-project.org/web/packages/quadprog/index.html](https://cran.r-project.org/web/packages/quadprog/index.html)| -|qualityTools|1.55|[https://cran.r-project.org/web/packages/qualityTools/index.html](https://cran.r-project.org/web/packages/qualityTools/index.html)| -|quanteda|1.1.1|[https://cran.r-project.org/web/packages/quanteda/index.html](https://cran.r-project.org/web/packages/quanteda/index.html)| -|quantmod|0.4-12|[https://cran.r-project.org/web/packages/quantmod/index.html](https://cran.r-project.org/web/packages/quantmod/index.html)| -|quantreg|5.35|[https://cran.r-project.org/web/packages/quantreg/index.html](https://cran.r-project.org/web/packages/quantreg/index.html)| -|questionr|0.6.2|[https://cran.r-project.org/web/packages/questionr/index.html](https://cran.r-project.org/web/packages/questionr/index.html)| -|qvcalc|0.9-1|[https://cran.r-project.org/web/packages/qvcalc/index.html](https://cran.r-project.org/web/packages/qvcalc/index.html)| -|R.matlab|3.6.1|[https://cran.r-project.org/web/packages/R.matlab/index.html](https://cran.r-project.org/web/packages/R.matlab/index.html)| -|R.methodsS3|1.7.1|[https://cran.r-project.org/web/packages/R.methodsS3/index.html](https://cran.r-project.org/web/packages/R.methodsS3/index.html)| -|R.oo|1.21.0|[https://cran.r-project.org/web/packages/R.oo/index.html](https://cran.r-project.org/web/packages/R.oo/index.html)| -|R.utils|2.6.0|[https://cran.r-project.org/web/packages/R.utils/index.html](https://cran.r-project.org/web/packages/R.utils/index.html)| -|r2d3|0.2.3|[https://cran.r-project.org/web/packages/r2d3/index.html](https://cran.r-project.org/web/packages/r2d3/index.html)| -|R2HTML|2.3.2|[https://cran.r-project.org/web/packages/R2HTML/index.html](https://cran.r-project.org/web/packages/R2HTML/index.html)| -|R2jags|0.5-7|[https://cran.r-project.org/web/packages/R2jags/index.html](https://cran.r-project.org/web/packages/R2jags/index.html)| -|R2OpenBUGS|3.2-3.2|[https://cran.r-project.org/web/packages/R2OpenBUGS/index.html](https://cran.r-project.org/web/packages/R2OpenBUGS/index.html)| -|R2WinBUGS|2.1-21|[https://cran.r-project.org/web/packages/R2WinBUGS/index.html](https://cran.r-project.org/web/packages/R2WinBUGS/index.html)| -|R6|2.2.2|[https://cran.r-project.org/web/packages/R6/index.html](https://cran.r-project.org/web/packages/R6/index.html)| -|ramps|0.6-15|[https://cran.r-project.org/web/packages/ramps/index.html](https://cran.r-project.org/web/packages/ramps/index.html)| -|RandomFields|3.1.50|[https://cran.r-project.org/web/packages/RandomFields/index.html](https://cran.r-project.org/web/packages/RandomFields/index.html)| -|RandomFieldsUtils|0.3.25|[https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html](https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html)| -|randomForest|4.6-14|[https://cran.r-project.org/web/packages/randomForest/index.html](https://cran.r-project.org/web/packages/randomForest/index.html)| -|ranger|0.9.0|[https://cran.r-project.org/web/packages/ranger/index.html](https://cran.r-project.org/web/packages/ranger/index.html)| -|RApiDatetime|0.0.4|[https://cran.r-project.org/web/packages/RApiDatetime/index.html](https://cran.r-project.org/web/packages/RApiDatetime/index.html)| -|rappdirs|0.3.1|[https://cran.r-project.org/web/packages/rappdirs/index.html](https://cran.r-project.org/web/packages/rappdirs/index.html)| -|RArcInfo|0.4-12|[https://cran.r-project.org/web/packages/RArcInfo/index.html](https://cran.r-project.org/web/packages/RArcInfo/index.html)| -|raster|2.6-7|[https://cran.r-project.org/web/packages/raster/index.html](https://cran.r-project.org/web/packages/raster/index.html)| -|rattle|5.1.0|[https://cran.r-project.org/web/packages/rattle/index.html](https://cran.r-project.org/web/packages/rattle/index.html)| -|rayshader|0.10.1|[https://cran.r-project.org/web/packages/rayshader/index.html](https://cran.r-project.org/web/packages/rayshader/index.html)| -|rbenchmark|1.0.0|[https://cran.r-project.org/web/packages/rbenchmark/index.html](https://cran.r-project.org/web/packages/rbenchmark/index.html)| -|Rblpapi|0.3.8|[https://cran.r-project.org/web/packages/Rblpapi/index.html](https://cran.r-project.org/web/packages/Rblpapi/index.html)| -|rbokeh|0.5.0|[https://cran.r-project.org/web/packages/rbokeh/index.html](https://cran.r-project.org/web/packages/rbokeh/index.html)| -|rbugs|0.5-9|[https://cran.r-project.org/web/packages/rbugs/index.html](https://cran.r-project.org/web/packages/rbugs/index.html)| -|RColorBrewer|1.1-2|[https://cran.r-project.org/web/packages/RColorBrewer/index.html](https://cran.r-project.org/web/packages/RColorBrewer/index.html)| -|Rcpp|1.0.1|[https://cran.r-project.org/web/packages/Rcpp/index.html](https://cran.r-project.org/web/packages/Rcpp/index.html)| -|RcppArmadillo|0.8.400.0.0|[https://cran.r-project.org/web/packages/RcppArmadillo/index.html](https://cran.r-project.org/web/packages/RcppArmadillo/index.html)| -|rcppbugs|0.1.4.2|[https://cran.r-project.org/web/packages/rcppbugs/index.html](https://cran.r-project.org/web/packages/rcppbugs/index.html)| -|RcppDE|0.1.5|[https://cran.r-project.org/web/packages/RcppDE/index.html](https://cran.r-project.org/web/packages/RcppDE/index.html)| -|RcppEigen|0.3.3.4.0|[https://cran.r-project.org/web/packages/RcppEigen/index.html](https://cran.r-project.org/web/packages/RcppEigen/index.html)| -|RcppExamples|0.1.8|[https://cran.r-project.org/web/packages/RcppExamples/index.html](https://cran.r-project.org/web/packages/RcppExamples/index.html)| -|RcppParallel|4.4.0|[https://cran.r-project.org/web/packages/RcppParallel/index.html](https://cran.r-project.org/web/packages/RcppParallel/index.html)| -|RcppProgress|0.4|[https://cran.r-project.org/web/packages/RcppProgress/index.html](https://cran.r-project.org/web/packages/RcppProgress/index.html)| -|RcppRoll|0.2.2|[https://cran.r-project.org/web/packages/RcppRoll/index.html](https://cran.r-project.org/web/packages/RcppRoll/index.html)| -|RCurl|1.95-4.10|[https://cran.r-project.org/web/packages/RCurl/index.html](https://cran.r-project.org/web/packages/RCurl/index.html)| -|readbitmap|0.1-4|[https://cran.r-project.org/web/packages/readbitmap/index.html](https://cran.r-project.org/web/packages/readbitmap/index.html)| -|readr|1.1.1|[https://cran.r-project.org/web/packages/readr/index.html](https://cran.r-project.org/web/packages/readr/index.html)| -|readxl|1.0.0|[https://cran.r-project.org/web/packages/readxl/index.html](https://cran.r-project.org/web/packages/readxl/index.html)| -|recipes|0.1.2|[https://cran.r-project.org/web/packages/recipes/index.html](https://cran.r-project.org/web/packages/recipes/index.html)| -|Redmonder|0.2.0|[https://cran.r-project.org/web/packages/Redmonder/index.html](https://cran.r-project.org/web/packages/Redmonder/index.html)| -|registry|0.5|[https://cran.r-project.org/web/packages/registry/index.html](https://cran.r-project.org/web/packages/registry/index.html)| -|relaimpo|2.2-3|[https://cran.r-project.org/web/packages/relaimpo/index.html](https://cran.r-project.org/web/packages/relaimpo/index.html)| -|relimp|1.0-5|[https://cran.r-project.org/web/packages/relimp/index.html](https://cran.r-project.org/web/packages/relimp/index.html)| -|rematch|1.0.1|[https://cran.r-project.org/web/packages/rematch/index.html](https://cran.r-project.org/web/packages/rematch/index.html)| -|Renext|3.1-0|[https://cran.r-project.org/web/packages/Renext/index.html](https://cran.r-project.org/web/packages/Renext/index.html)| -|reports|0.1.4|[https://cran.r-project.org/web/packages/reports/index.html](https://cran.r-project.org/web/packages/reports/index.html)| -|reprex|0.1.2|[https://cran.r-project.org/web/packages/reprex/index.html](https://cran.r-project.org/web/packages/reprex/index.html)| -|reshape|0.8.7|[https://cran.r-project.org/web/packages/reshape/index.html](https://cran.r-project.org/web/packages/reshape/index.html)| -|reshape2|1.4.3|[https://cran.r-project.org/web/packages/reshape2/index.html](https://cran.r-project.org/web/packages/reshape2/index.html)| -|reticulate|1.6|[https://cran.r-project.org/web/packages/reticulate/index.html](https://cran.r-project.org/web/packages/reticulate/index.html)| -|RevoIOQ|8.0.10|NA| -|RevoMods|11.0.0|NA| -|RevoUtils|10.0.9|NA| -|RevoUtilsMath|10.0.1|NA| -|rex|1.1.2|[https://cran.r-project.org/web/packages/rex/index.html](https://cran.r-project.org/web/packages/rex/index.html)| -|rFerns|2.0.3|[https://cran.r-project.org/web/packages/rFerns/index.html](https://cran.r-project.org/web/packages/rFerns/index.html)| -|rfm|0.2.0|[https://cran.r-project.org/web/packages/rfm/index.html](https://cran.r-project.org/web/packages/rfm/index.html)| -|RGA|0.4.2|[https://cran.r-project.org/web/packages/RGA/index.html](https://cran.r-project.org/web/packages/RGA/index.html)| -|rgdal|1.2-18|[https://cran.r-project.org/web/packages/rgdal/index.html](https://cran.r-project.org/web/packages/rgdal/index.html)| -|rgeos|0.3-26|[https://cran.r-project.org/web/packages/rgeos/index.html](https://cran.r-project.org/web/packages/rgeos/index.html)| -|rgexf|0.15.3|[https://cran.r-project.org/web/packages/rgexf/index.html](https://cran.r-project.org/web/packages/rgexf/index.html)| -|rgl|0.99.16|[https://cran.r-project.org/web/packages/rgl/index.html](https://cran.r-project.org/web/packages/rgl/index.html)| -|RgoogleMaps|1.4.1|[https://cran.r-project.org/web/packages/RgoogleMaps/index.html](https://cran.r-project.org/web/packages/RgoogleMaps/index.html)| -|RGraphics|2.0-14|[https://cran.r-project.org/web/packages/RGraphics/index.html](https://cran.r-project.org/web/packages/RGraphics/index.html)| -|RGtk2|2.20.34|[https://cran.r-project.org/web/packages/RGtk2/index.html](https://cran.r-project.org/web/packages/RGtk2/index.html)| -|RInside|0.2.14|[https://cran.r-project.org/web/packages/RInside/index.html](https://cran.r-project.org/web/packages/RInside/index.html)| -|RJaCGH|2.0.4|[https://cran.r-project.org/web/packages/RJaCGH/index.html](https://cran.r-project.org/web/packages/RJaCGH/index.html)| -|rjags|4-6|[https://cran.r-project.org/web/packages/rjags/index.html](https://cran.r-project.org/web/packages/rjags/index.html)| -|rjson|0.2.15|[https://cran.r-project.org/web/packages/rjson/index.html](https://cran.r-project.org/web/packages/rjson/index.html)| -|RJSONIO|1.3-0|[https://cran.r-project.org/web/packages/RJSONIO/index.html](https://cran.r-project.org/web/packages/RJSONIO/index.html)| -|rlang|0.4.1|[https://cran.r-project.org/web/packages/rlang/index.html](https://cran.r-project.org/web/packages/rlang/index.html)| -|rlecuyer|0.3-4|[https://cran.r-project.org/web/packages/rlecuyer/index.html](https://cran.r-project.org/web/packages/rlecuyer/index.html)| -|rlist|0.4.6.1|[https://cran.r-project.org/web/packages/rlist/index.html](https://cran.r-project.org/web/packages/rlist/index.html)| -|rmapshaper|0.3.0|[https://cran.r-project.org/web/packages/rmapshaper/index.html](https://cran.r-project.org/web/packages/rmapshaper/index.html)| -|rmarkdown|1.9|[https://cran.r-project.org/web/packages/rmarkdown/index.html](https://cran.r-project.org/web/packages/rmarkdown/index.html)| -|Rmisc|1.5|[https://cran.r-project.org/web/packages/Rmisc/index.html](https://cran.r-project.org/web/packages/Rmisc/index.html)| -|Rmpfr|0.7-0|[https://cran.r-project.org/web/packages/Rmpfr/index.html](https://cran.r-project.org/web/packages/Rmpfr/index.html)| -|rms|5.1-2|[https://cran.r-project.org/web/packages/rms/index.html](https://cran.r-project.org/web/packages/rms/index.html)| -|RMySQL|0.10.14|[https://cran.r-project.org/web/packages/RMySQL/index.html](https://cran.r-project.org/web/packages/RMySQL/index.html)| -|rngtools|1.2.4|[https://cran.r-project.org/web/packages/rngtools/index.html](https://cran.r-project.org/web/packages/rngtools/index.html)| -|robCompositions|2.0.6|[https://cran.r-project.org/web/packages/robCompositions/index.html](https://cran.r-project.org/web/packages/robCompositions/index.html)| -|robfilter|4.1|[https://cran.r-project.org/web/packages/robfilter/index.html](https://cran.r-project.org/web/packages/robfilter/index.html)| -|robustbase|0.92-8|[https://cran.r-project.org/web/packages/robustbase/index.html](https://cran.r-project.org/web/packages/robustbase/index.html)| -|robustHD|0.5.1|[https://cran.r-project.org/web/packages/robustHD/index.html](https://cran.r-project.org/web/packages/robustHD/index.html)| -|ROCR|1.0-7|[https://cran.r-project.org/web/packages/ROCR/index.html](https://cran.r-project.org/web/packages/ROCR/index.html)| -|RODBC|1.3-15|[https://cran.r-project.org/web/packages/RODBC/index.html](https://cran.r-project.org/web/packages/RODBC/index.html)| -|Rook|1.1-1|[https://cran.r-project.org/web/packages/Rook/index.html](https://cran.r-project.org/web/packages/Rook/index.html)| -|rootSolve|1.7|[https://cran.r-project.org/web/packages/rootSolve/index.html](https://cran.r-project.org/web/packages/rootSolve/index.html)| -|roxygen2|6.0.1|[https://cran.r-project.org/web/packages/roxygen2/index.html](https://cran.r-project.org/web/packages/roxygen2/index.html)| -|rpart|4.1-13|[https://cran.r-project.org/web/packages/rpart/index.html](https://cran.r-project.org/web/packages/rpart/index.html)| -|rpart.plot|2.1.2|[https://cran.r-project.org/web/packages/rpart.plot/index.html](https://cran.r-project.org/web/packages/rpart.plot/index.html)| -|rpivotTable|0.3.0|[https://cran.r-project.org/web/packages/rpivotTable/index.html](https://cran.r-project.org/web/packages/rpivotTable/index.html)| -|rprojroot|1.3-2|[https://cran.r-project.org/web/packages/rprojroot/index.html](https://cran.r-project.org/web/packages/rprojroot/index.html)| -|rrcov|1.4-3|[https://cran.r-project.org/web/packages/rrcov/index.html](https://cran.r-project.org/web/packages/rrcov/index.html)| -|rscproxy|2.0-5|[https://cran.r-project.org/web/packages/rscproxy/index.html](https://cran.r-project.org/web/packages/rscproxy/index.html)| -|rsdmx|0.5-11|[https://cran.r-project.org/web/packages/rsdmx/index.html](https://cran.r-project.org/web/packages/rsdmx/index.html)| -|RSGHB|1.1.2|[https://cran.r-project.org/web/packages/RSGHB/index.html](https://cran.r-project.org/web/packages/RSGHB/index.html)| -|RSiteCatalyst|1.4.14|[https://cran.r-project.org/web/packages/RSiteCatalyst/index.html](https://cran.r-project.org/web/packages/RSiteCatalyst/index.html)| -|RSNNS|0.4-10|[https://cran.r-project.org/web/packages/RSNNS/index.html](https://cran.r-project.org/web/packages/RSNNS/index.html)| -|Rsolnp|1.16|[https://cran.r-project.org/web/packages/Rsolnp/index.html](https://cran.r-project.org/web/packages/Rsolnp/index.html)| -|RSpectra|0.12-0|[https://cran.r-project.org/web/packages/RSpectra/index.html](https://cran.r-project.org/web/packages/RSpectra/index.html)| -|RSQLite|2.1.0|[https://cran.r-project.org/web/packages/RSQLite/index.html](https://cran.r-project.org/web/packages/RSQLite/index.html)| -|rstan|2.17.3|[https://cran.r-project.org/web/packages/rstan/index.html](https://cran.r-project.org/web/packages/rstan/index.html)| -|rstudioapi|0.7|[https://cran.r-project.org/web/packages/rstudioapi/index.html](https://cran.r-project.org/web/packages/rstudioapi/index.html)| -|rsvg|1.1|[https://cran.r-project.org/web/packages/rsvg/index.html](https://cran.r-project.org/web/packages/rsvg/index.html)| -|RTextTools|1.4.2|[https://cran.r-project.org/web/packages/RTextTools/index.html](https://cran.r-project.org/web/packages/RTextTools/index.html)| -|Rttf2pt1|1.3.6|[https://cran.r-project.org/web/packages/Rttf2pt1/index.html](https://cran.r-project.org/web/packages/Rttf2pt1/index.html)| -|RUnit|0.4.31|[https://cran.r-project.org/web/packages/RUnit/index.html](https://cran.r-project.org/web/packages/RUnit/index.html)| -|runjags|2.0.4-2|[https://cran.r-project.org/web/packages/runjags/index.html](https://cran.r-project.org/web/packages/runjags/index.html)| -|Runuran|0.24|[https://cran.r-project.org/web/packages/Runuran/index.html](https://cran.r-project.org/web/packages/Runuran/index.html)| -|rvcheck|0.0.9|[https://cran.r-project.org/web/packages/rvcheck/index.html](https://cran.r-project.org/web/packages/rvcheck/index.html)| -|rvest|0.3.2|[https://cran.r-project.org/web/packages/rvest/index.html](https://cran.r-project.org/web/packages/rvest/index.html)| -|rworldmap|1.3-6|[https://cran.r-project.org/web/packages/rworldmap/index.html](https://cran.r-project.org/web/packages/rworldmap/index.html)| -|rworldxtra|1.01|[https://cran.r-project.org/web/packages/rworldxtra/index.html](https://cran.r-project.org/web/packages/rworldxtra/index.html)| -|SampleSizeMeans|1.1|[https://cran.r-project.org/web/packages/SampleSizeMeans/index.html](https://cran.r-project.org/web/packages/SampleSizeMeans/index.html)| -|SampleSizeProportions|1.0|[https://cran.r-project.org/web/packages/SampleSizeProportions/index.html](https://cran.r-project.org/web/packages/SampleSizeProportions/index.html)| -|sandwich|2.4-0|[https://cran.r-project.org/web/packages/sandwich/index.html](https://cran.r-project.org/web/packages/sandwich/index.html)| -|sas7bdat|0.5|[https://cran.r-project.org/web/packages/sas7bdat/index.html](https://cran.r-project.org/web/packages/sas7bdat/index.html)| -|satellite|1.0.1|[https://cran.r-project.org/web/packages/satellite/index.html](https://cran.r-project.org/web/packages/satellite/index.html)| -|sbgcop|0.975|[https://cran.r-project.org/web/packages/sbgcop/index.html](https://cran.r-project.org/web/packages/sbgcop/index.html)| -|scales|1.0.0|[https://cran.r-project.org/web/packages/scales/index.html](https://cran.r-project.org/web/packages/scales/index.html)| -|scatterplot3d|0.3-41|[https://cran.r-project.org/web/packages/scatterplot3d/index.html](https://cran.r-project.org/web/packages/scatterplot3d/index.html)| -|sciplot|1.1-1|[https://cran.r-project.org/web/packages/sciplot/index.html](https://cran.r-project.org/web/packages/sciplot/index.html)| -|segmented|0.5-3.0|[https://cran.r-project.org/web/packages/segmented/index.html](https://cran.r-project.org/web/packages/segmented/index.html)| -|selectr|0.4-0|[https://cran.r-project.org/web/packages/selectr/index.html](https://cran.r-project.org/web/packages/selectr/index.html)| -|sem|3.1-9|[https://cran.r-project.org/web/packages/sem/index.html](https://cran.r-project.org/web/packages/sem/index.html)| -|sentimentr|2.7.1|[https://cran.r-project.org/web/packages/sentimentr/index.html](https://cran.r-project.org/web/packages/sentimentr/index.html)| -|seqinr|3.6-1|[https://cran.r-project.org/web/packages/seqinr/index.html](https://cran.r-project.org/web/packages/seqinr/index.html)| -|seriation|1.2-3|[https://cran.r-project.org/web/packages/seriation/index.html](https://cran.r-project.org/web/packages/seriation/index.html)| -|setRNG|2013.9-1|[https://cran.r-project.org/web/packages/setRNG/index.html](https://cran.r-project.org/web/packages/setRNG/index.html)| -|sf|0.7-4|[https://cran.r-project.org/web/packages/sf/index.html](https://cran.r-project.org/web/packages/sf/index.html)| -|sfsmisc|1.1-2|[https://cran.r-project.org/web/packages/sfsmisc/index.html](https://cran.r-project.org/web/packages/sfsmisc/index.html)| -|sgeostat|1.0-27|[https://cran.r-project.org/web/packages/sgeostat/index.html](https://cran.r-project.org/web/packages/sgeostat/index.html)| -|shape|1.4.4|[https://cran.r-project.org/web/packages/shape/index.html](https://cran.r-project.org/web/packages/shape/index.html)| -|shapefiles|0.7|[https://cran.r-project.org/web/packages/shapefiles/index.html](https://cran.r-project.org/web/packages/shapefiles/index.html)| -|shiny|1.0.5|[https://cran.r-project.org/web/packages/shiny/index.html](https://cran.r-project.org/web/packages/shiny/index.html)| -|shinyBS|0.61|[https://cran.r-project.org/web/packages/shinyBS/index.html](https://cran.r-project.org/web/packages/shinyBS/index.html)| -|shinycssloaders|0.2.0|[https://cran.r-project.org/web/packages/shinycssloaders/index.html](https://cran.r-project.org/web/packages/shinycssloaders/index.html)| -|shinyjs|1.0|[https://cran.r-project.org/web/packages/shinyjs/index.html](https://cran.r-project.org/web/packages/shinyjs/index.html)| -|shinyTime|0.2.1|[https://cran.r-project.org/web/packages/shinyTime/index.html](https://cran.r-project.org/web/packages/shinyTime/index.html)| -|showtext|0.5-1|[https://cran.r-project.org/web/packages/showtext/index.html](https://cran.r-project.org/web/packages/showtext/index.html)| -|showtextdb|2.0|[https://cran.r-project.org/web/packages/showtextdb/index.html](https://cran.r-project.org/web/packages/showtextdb/index.html)| -|SIS|0.8-6|[https://cran.r-project.org/web/packages/SIS/index.html](https://cran.r-project.org/web/packages/SIS/index.html)| -|SixSigma|0.9-51|[https://cran.r-project.org/web/packages/SixSigma/index.html](https://cran.r-project.org/web/packages/SixSigma/index.html)| -|sjlabelled|1.0.8|[https://cran.r-project.org/web/packages/sjlabelled/index.html](https://cran.r-project.org/web/packages/sjlabelled/index.html)| -|sjmisc|2.7.1|[https://cran.r-project.org/web/packages/sjmisc/index.html](https://cran.r-project.org/web/packages/sjmisc/index.html)| -|sjPlot|2.4.1|[https://cran.r-project.org/web/packages/sjPlot/index.html](https://cran.r-project.org/web/packages/sjPlot/index.html)| -|sjstats|0.14.2-3|[https://cran.r-project.org/web/packages/sjstats/index.html](https://cran.r-project.org/web/packages/sjstats/index.html)| -|skmeans|0.2-11|[https://cran.r-project.org/web/packages/skmeans/index.html](https://cran.r-project.org/web/packages/skmeans/index.html)| -|slam|0.1-42|[https://cran.r-project.org/web/packages/slam/index.html](https://cran.r-project.org/web/packages/slam/index.html)| -|sm|2.2-5.4|[https://cran.r-project.org/web/packages/sm/index.html](https://cran.r-project.org/web/packages/sm/index.html)| -|smooth|2.4.1|[https://cran.r-project.org/web/packages/smooth/index.html](https://cran.r-project.org/web/packages/smooth/index.html)| -|smoothSurv|2.0|[https://cran.r-project.org/web/packages/smoothSurv/index.html](https://cran.r-project.org/web/packages/smoothSurv/index.html)| -|sna|2.4|[https://cran.r-project.org/web/packages/sna/index.html](https://cran.r-project.org/web/packages/sna/index.html)| -|snakecase|0.9.1|[https://cran.r-project.org/web/packages/snakecase/index.html](https://cran.r-project.org/web/packages/snakecase/index.html)| -|snow|0.4-2|[https://cran.r-project.org/web/packages/snow/index.html](https://cran.r-project.org/web/packages/snow/index.html)| -|SnowballC|0.5.1|[https://cran.r-project.org/web/packages/SnowballC/index.html](https://cran.r-project.org/web/packages/SnowballC/index.html)| -|snowFT|1.6-0|[https://cran.r-project.org/web/packages/snowFT/index.html](https://cran.r-project.org/web/packages/snowFT/index.html)| -|sodium|1.1|[https://cran.r-project.org/web/packages/sodium/index.html](https://cran.r-project.org/web/packages/sodium/index.html)| -|sourcetools|0.1.6|[https://cran.r-project.org/web/packages/sourcetools/index.html](https://cran.r-project.org/web/packages/sourcetools/index.html)| -|sp|1.2-7|[https://cran.r-project.org/web/packages/sp/index.html](https://cran.r-project.org/web/packages/sp/index.html)| -|spacetime|1.2-1|[https://cran.r-project.org/web/packages/spacetime/index.html](https://cran.r-project.org/web/packages/spacetime/index.html)| -|spacyr|0.9.6|[https://cran.r-project.org/web/packages/spacyr/index.html](https://cran.r-project.org/web/packages/spacyr/index.html)| -|spam|2.1-3|[https://cran.r-project.org/web/packages/spam/index.html](https://cran.r-project.org/web/packages/spam/index.html)| -|SparseM|1.77|[https://cran.r-project.org/web/packages/SparseM/index.html](https://cran.r-project.org/web/packages/SparseM/index.html)| -|sparsepp|0.2.0|[https://cran.r-project.org/web/packages/sparsepp/index.html](https://cran.r-project.org/web/packages/sparsepp/index.html)| -|spatial|7.3-11|[https://cran.r-project.org/web/packages/spatial/index.html](https://cran.r-project.org/web/packages/spatial/index.html)| -|spatstat|1.55-0|[https://cran.r-project.org/web/packages/spatstat/index.html](https://cran.r-project.org/web/packages/spatstat/index.html)| -|spatstat.data|1.2-0|[https://cran.r-project.org/web/packages/spatstat.data/index.html](https://cran.r-project.org/web/packages/spatstat.data/index.html)| -|spatstat.utils|1.8-0|[https://cran.r-project.org/web/packages/spatstat.utils/index.html](https://cran.r-project.org/web/packages/spatstat.utils/index.html)| -|spBayes|0.4-1|[https://cran.r-project.org/web/packages/spBayes/index.html](https://cran.r-project.org/web/packages/spBayes/index.html)| -|spData|0.2.8.3|[https://cran.r-project.org/web/packages/spData/index.html](https://cran.r-project.org/web/packages/spData/index.html)| -|spdep|0.7-4|[https://cran.r-project.org/web/packages/spdep/index.html](https://cran.r-project.org/web/packages/spdep/index.html)| -|spikeslab|1.1.5|[https://cran.r-project.org/web/packages/spikeslab/index.html](https://cran.r-project.org/web/packages/spikeslab/index.html)| -|splancs|2.01-40|[https://cran.r-project.org/web/packages/splancs/index.html](https://cran.r-project.org/web/packages/splancs/index.html)| -|splines|3.4.4|[https://cran.r-project.org/web/packages/splines/index.html](https://cran.r-project.org/web/packages/splines/index.html)| -|spls|2.2-2|[https://cran.r-project.org/web/packages/spls/index.html](https://cran.r-project.org/web/packages/spls/index.html)| -|splus2R|1.2-2|[https://cran.r-project.org/web/packages/splus2R/index.html](https://cran.r-project.org/web/packages/splus2R/index.html)| -|spTimer|3.0-1|[https://cran.r-project.org/web/packages/spTimer/index.html](https://cran.r-project.org/web/packages/spTimer/index.html)| -|sqldf|0.4-11|[https://cran.r-project.org/web/packages/sqldf/index.html](https://cran.r-project.org/web/packages/sqldf/index.html)| -|SQUAREM|2017.10-1|[https://cran.r-project.org/web/packages/SQUAREM/index.html](https://cran.r-project.org/web/packages/SQUAREM/index.html)| -|sROC|0.1-2|[https://cran.r-project.org/web/packages/sROC/index.html](https://cran.r-project.org/web/packages/sROC/index.html)| -|stabledist|0.7-1|[https://cran.r-project.org/web/packages/stabledist/index.html](https://cran.r-project.org/web/packages/stabledist/index.html)| -|stabs|0.6-3|[https://cran.r-project.org/web/packages/stabs/index.html](https://cran.r-project.org/web/packages/stabs/index.html)| -|StanHeaders|2.17.2|[https://cran.r-project.org/web/packages/StanHeaders/index.html](https://cran.r-project.org/web/packages/StanHeaders/index.html)| -|statmod|1.4.30|[https://cran.r-project.org/web/packages/statmod/index.html](https://cran.r-project.org/web/packages/statmod/index.html)| -|statnet.common|4.0.0|[https://cran.r-project.org/web/packages/statnet.common/index.html](https://cran.r-project.org/web/packages/statnet.common/index.html)| -|stats|3.4.4|NA| -|stats4|3.4.4|NA| -|stepPlr|0.93|[https://cran.r-project.org/web/packages/stepPlr/index.html](https://cran.r-project.org/web/packages/stepPlr/index.html)| -|stinepack|1.4|[https://cran.r-project.org/web/packages/stinepack/index.html](https://cran.r-project.org/web/packages/stinepack/index.html)| -|stochvol|1.3.3|[https://cran.r-project.org/web/packages/stochvol/index.html](https://cran.r-project.org/web/packages/stochvol/index.html)| -|stopwords|0.9.0|[https://cran.r-project.org/web/packages/stopwords/index.html](https://cran.r-project.org/web/packages/stopwords/index.html)| -|stringdist|0.9.4.7|[https://cran.r-project.org/web/packages/stringdist/index.html](https://cran.r-project.org/web/packages/stringdist/index.html)| -|stringi|1.1.7|[https://cran.r-project.org/web/packages/stringi/index.html](https://cran.r-project.org/web/packages/stringi/index.html)| -|stringr|1.3.0|[https://cran.r-project.org/web/packages/stringr/index.html](https://cran.r-project.org/web/packages/stringr/index.html)| -|strucchange|1.5-1|[https://cran.r-project.org/web/packages/strucchange/index.html](https://cran.r-project.org/web/packages/strucchange/index.html)| -|stsm|1.9|[https://cran.r-project.org/web/packages/stsm/index.html](https://cran.r-project.org/web/packages/stsm/index.html)| -|stsm.class|1.3|[https://cran.r-project.org/web/packages/stsm.class/index.html](https://cran.r-project.org/web/packages/stsm.class/index.html)| -|sugrrants|0.2.4|[https://cran.r-project.org/web/packages/sugrrants/index.html](https://cran.r-project.org/web/packages/sugrrants/index.html)| -|sunburstR|2.0.0|[https://cran.r-project.org/web/packages/sunburstR/index.html](https://cran.r-project.org/web/packages/sunburstR/index.html)| -|SuppDists|1.1-9.4|[https://cran.r-project.org/web/packages/SuppDists/index.html](https://cran.r-project.org/web/packages/SuppDists/index.html)| -|survey|3.33-2|[https://cran.r-project.org/web/packages/survey/index.html](https://cran.r-project.org/web/packages/survey/index.html)| -|survival|2.41-3|[https://cran.r-project.org/web/packages/survival/index.html](https://cran.r-project.org/web/packages/survival/index.html)| -|survminer|0.4.6|[https://cran.r-project.org/web/packages/survminer/index.html](https://cran.r-project.org/web/packages/survminer/index.html)| -|survMisc|0.5.4|[https://cran.r-project.org/web/packages/survMisc/index.html](https://cran.r-project.org/web/packages/survMisc/index.html)| -|svglite|1.2.1|[https://cran.r-project.org/web/packages/svglite/index.html](https://cran.r-project.org/web/packages/svglite/index.html)| -|svmpath|0.955|[https://cran.r-project.org/web/packages/svmpath/index.html](https://cran.r-project.org/web/packages/svmpath/index.html)| -|svUnit|0.7-12|[https://cran.r-project.org/web/packages/svUnit/index.html](https://cran.r-project.org/web/packages/svUnit/index.html)| -|sweep|0.2.1|[https://cran.r-project.org/web/packages/sweep/index.html](https://cran.r-project.org/web/packages/sweep/index.html)| -|sysfonts|0.7.2|[https://cran.r-project.org/web/packages/sysfonts/index.html](https://cran.r-project.org/web/packages/sysfonts/index.html)| -|systemfit|1.1-20|[https://cran.r-project.org/web/packages/systemfit/index.html](https://cran.r-project.org/web/packages/systemfit/index.html)| -|syuzhet|1.0.4|[https://cran.r-project.org/web/packages/syuzhet/index.html](https://cran.r-project.org/web/packages/syuzhet/index.html)| -|tau|0.0-20|[https://cran.r-project.org/web/packages/tau/index.html](https://cran.r-project.org/web/packages/tau/index.html)| -|tcltk|3.4.4|[https://cran.r-project.org/web/packages/tcltk/index.html](https://cran.r-project.org/web/packages/tcltk/index.html)| -|tcltk2|1.2-11|[https://cran.r-project.org/web/packages/tcltk2/index.html](https://cran.r-project.org/web/packages/tcltk2/index.html)| -|TeachingDemos|2.10|[https://cran.r-project.org/web/packages/TeachingDemos/index.html](https://cran.r-project.org/web/packages/TeachingDemos/index.html)| -|tensor|1.5|[https://cran.r-project.org/web/packages/tensor/index.html](https://cran.r-project.org/web/packages/tensor/index.html)| -|tensorA|0.36|[https://cran.r-project.org/web/packages/tensorA/index.html](https://cran.r-project.org/web/packages/tensorA/index.html)| -|testthat|2.0.0|[https://cran.r-project.org/web/packages/testthat/index.html](https://cran.r-project.org/web/packages/testthat/index.html)| -|text2vec|0.5.1|[https://cran.r-project.org/web/packages/text2vec/index.html](https://cran.r-project.org/web/packages/text2vec/index.html)| -|textcat|1.0-5|[https://cran.r-project.org/web/packages/textcat/index.html](https://cran.r-project.org/web/packages/textcat/index.html)| -|textclean|0.9.3|[https://cran.r-project.org/web/packages/textclean/index.html](https://cran.r-project.org/web/packages/textclean/index.html)| -|textir|2.0-5|[https://cran.r-project.org/web/packages/textir/index.html](https://cran.r-project.org/web/packages/textir/index.html)| -|textmineR|2.1.1|[https://cran.r-project.org/web/packages/textmineR/index.html](https://cran.r-project.org/web/packages/textmineR/index.html)| -|textshape|1.6.0|[https://cran.r-project.org/web/packages/textshape/index.html](https://cran.r-project.org/web/packages/textshape/index.html)| -|tfplot|2015.12-1|[https://cran.r-project.org/web/packages/tfplot/index.html](https://cran.r-project.org/web/packages/tfplot/index.html)| -|tframe|2015.12-1|[https://cran.r-project.org/web/packages/tframe/index.html](https://cran.r-project.org/web/packages/tframe/index.html)| -|tgp|2.4-14|[https://cran.r-project.org/web/packages/tgp/index.html](https://cran.r-project.org/web/packages/tgp/index.html)| -|TH.data|1.0-8|[https://cran.r-project.org/web/packages/TH.data/index.html](https://cran.r-project.org/web/packages/TH.data/index.html)| -|threejs|0.3.1|[https://cran.r-project.org/web/packages/threejs/index.html](https://cran.r-project.org/web/packages/threejs/index.html)| -|tibble|2.1.1|[https://cran.r-project.org/web/packages/tibble/index.html](https://cran.r-project.org/web/packages/tibble/index.html)| -|tibbletime|0.1.1|[https://cran.r-project.org/web/packages/tibbletime/index.html](https://cran.r-project.org/web/packages/tibbletime/index.html)| -|tidycensus|0.4.1|[https://cran.r-project.org/web/packages/tidycensus/index.html](https://cran.r-project.org/web/packages/tidycensus/index.html)| -|tidyr|1.0.0|[https://cran.r-project.org/web/packages/tidyr/index.html](https://cran.r-project.org/web/packages/tidyr/index.html)| -|tidyselect|0.2.5|[https://cran.r-project.org/web/packages/tidyselect/index.html](https://cran.r-project.org/web/packages/tidyselect/index.html)| -|tidytext|0.1.8|[https://cran.r-project.org/web/packages/tidytext/index.html](https://cran.r-project.org/web/packages/tidytext/index.html)| -|tidyverse|1.2.1|[https://cran.r-project.org/web/packages/tidyverse/index.html](https://cran.r-project.org/web/packages/tidyverse/index.html)| -|tiff|0.1-5|[https://cran.r-project.org/web/packages/tiff/index.html](https://cran.r-project.org/web/packages/tiff/index.html)| -|tigris|0.6.2|[https://cran.r-project.org/web/packages/tigris/index.html](https://cran.r-project.org/web/packages/tigris/index.html)| -|timeDate|3043.102|[https://cran.r-project.org/web/packages/timeDate/index.html](https://cran.r-project.org/web/packages/timeDate/index.html)| -|timelineS|0.1.1|[https://cran.r-project.org/web/packages/timelineS/index.html](https://cran.r-project.org/web/packages/timelineS/index.html)| -|timeSeries|3042.102|[https://cran.r-project.org/web/packages/timeSeries/index.html](https://cran.r-project.org/web/packages/timeSeries/index.html)| -|timetk|0.1.0|[https://cran.r-project.org/web/packages/timetk/index.html](https://cran.r-project.org/web/packages/timetk/index.html)| -|timevis|0.5|[https://cran.r-project.org/web/packages/timevis/index.html](https://cran.r-project.org/web/packages/timevis/index.html)| -|tm|0.7-3|[https://cran.r-project.org/web/packages/tm/index.html](https://cran.r-project.org/web/packages/tm/index.html)| -|tmap|1.11-1|[https://cran.r-project.org/web/packages/tmap/index.html](https://cran.r-project.org/web/packages/tmap/index.html)| -|tmaptools|1.2-3|[https://cran.r-project.org/web/packages/tmaptools/index.html](https://cran.r-project.org/web/packages/tmaptools/index.html)| -|TMB|1.7.13|[https://cran.r-project.org/web/packages/TMB/index.html](https://cran.r-project.org/web/packages/TMB/index.html)| -|tokenizers|0.2.1|[https://cran.r-project.org/web/packages/tokenizers/index.html](https://cran.r-project.org/web/packages/tokenizers/index.html)| -|tools|3.4.4|NA| -|topicmodels|0.2-7|[https://cran.r-project.org/web/packages/topicmodels/index.html](https://cran.r-project.org/web/packages/topicmodels/index.html)| -|TraMineR|2.0-8|[https://cran.r-project.org/web/packages/TraMineR/index.html](https://cran.r-project.org/web/packages/TraMineR/index.html)| -|translations|3.4.4|NA| -|tree|1.0-39|[https://cran.r-project.org/web/packages/tree/index.html](https://cran.r-project.org/web/packages/tree/index.html)| -|treemap|2.4-2|[https://cran.r-project.org/web/packages/treemap/index.html](https://cran.r-project.org/web/packages/treemap/index.html)| -|trelliscopejs|0.1.18|[https://cran.r-project.org/web/packages/trelliscopejs/index.html](https://cran.r-project.org/web/packages/trelliscopejs/index.html)| -|trimcluster|0.1-2|[https://cran.r-project.org/web/packages/trimcluster/index.html](https://cran.r-project.org/web/packages/trimcluster/index.html)| -|truncnorm|1.0-8|[https://cran.r-project.org/web/packages/truncnorm/index.html](https://cran.r-project.org/web/packages/truncnorm/index.html)| -|TSA|1.01|[https://cran.r-project.org/web/packages/TSA/index.html](https://cran.r-project.org/web/packages/TSA/index.html)| -|tseries|0.10-43|[https://cran.r-project.org/web/packages/tseries/index.html](https://cran.r-project.org/web/packages/tseries/index.html)| -|tsfa|2014.10-1|[https://cran.r-project.org/web/packages/tsfa/index.html](https://cran.r-project.org/web/packages/tsfa/index.html)| -|tsibble|0.8.5|[https://cran.r-project.org/web/packages/tsibble/index.html](https://cran.r-project.org/web/packages/tsibble/index.html)| -|tsintermittent|1.9|[https://cran.r-project.org/web/packages/tsintermittent/index.html](https://cran.r-project.org/web/packages/tsintermittent/index.html)| -|tsoutliers|0.6-6|[https://cran.r-project.org/web/packages/tsoutliers/index.html](https://cran.r-project.org/web/packages/tsoutliers/index.html)| -|TSP|1.1-5|[https://cran.r-project.org/web/packages/TSP/index.html](https://cran.r-project.org/web/packages/TSP/index.html)| -|TSstudio|0.1.5|[https://cran.r-project.org/web/packages/TSstudio/index.html](https://cran.r-project.org/web/packages/TSstudio/index.html)| -|TTR|0.23-3|[https://cran.r-project.org/web/packages/TTR/index.html](https://cran.r-project.org/web/packages/TTR/index.html)| -|tweedie|2.3.2|[https://cran.r-project.org/web/packages/tweedie/index.html](https://cran.r-project.org/web/packages/tweedie/index.html)| -|tweenr|1.0.1|[https://cran.r-project.org/web/packages/tweenr/index.html](https://cran.r-project.org/web/packages/tweenr/index.html)| -|twitteR|1.1.9|[https://cran.r-project.org/web/packages/twitteR/index.html](https://cran.r-project.org/web/packages/twitteR/index.html)| -|udpipe|0.5|[https://cran.r-project.org/web/packages/udpipe/index.html](https://cran.r-project.org/web/packages/udpipe/index.html)| -|udunits2|0.13|[https://cran.r-project.org/web/packages/udunits2/index.html](https://cran.r-project.org/web/packages/udunits2/index.html)| -|units|0.6-2|[https://cran.r-project.org/web/packages/units/index.html](https://cran.r-project.org/web/packages/units/index.html)| -|UpSetR|1.3.3|[https://cran.r-project.org/web/packages/UpSetR/index.html](https://cran.r-project.org/web/packages/UpSetR/index.html)| -|urca|1.3-0|[https://cran.r-project.org/web/packages/urca/index.html](https://cran.r-project.org/web/packages/urca/index.html)| -|useful|1.2.3|[https://cran.r-project.org/web/packages/useful/index.html](https://cran.r-project.org/web/packages/useful/index.html)| -|UsingR|2.0-5|[https://cran.r-project.org/web/packages/UsingR/index.html](https://cran.r-project.org/web/packages/UsingR/index.html)| -|usmap|0.2.1|[https://cran.r-project.org/web/packages/usmap/index.html](https://cran.r-project.org/web/packages/usmap/index.html)| -|utf8|1.1.3|[https://cran.r-project.org/web/packages/utf8/index.html](https://cran.r-project.org/web/packages/utf8/index.html)| -|utils|3.4.4|NA| -|uuid|0.1-2|[https://cran.r-project.org/web/packages/uuid/index.html](https://cran.r-project.org/web/packages/uuid/index.html)| -|V8|2.2|[https://cran.r-project.org/web/packages/V8/index.html](https://cran.r-project.org/web/packages/V8/index.html)| -|vars|1.5-2|[https://cran.r-project.org/web/packages/vars/index.html](https://cran.r-project.org/web/packages/vars/index.html)| -|vcd|1.4-4|[https://cran.r-project.org/web/packages/vcd/index.html](https://cran.r-project.org/web/packages/vcd/index.html)| -|vctrs|0.2.0|[https://cran.r-project.org/web/packages/vctrs/index.html](https://cran.r-project.org/web/packages/vctrs/index.html)| -|vdiffr|0.2.2|[https://cran.r-project.org/web/packages/vdiffr/index.html](https://cran.r-project.org/web/packages/vdiffr/index.html)| -|vegan|2.4-6|[https://cran.r-project.org/web/packages/vegan/index.html](https://cran.r-project.org/web/packages/vegan/index.html)| -|VennDiagram|1.6.20|[https://cran.r-project.org/web/packages/VennDiagram/index.html](https://cran.r-project.org/web/packages/VennDiagram/index.html)| -|VGAM|1.0-5|[https://cran.r-project.org/web/packages/VGAM/index.html](https://cran.r-project.org/web/packages/VGAM/index.html)| -|VIF|1.0|[https://cran.r-project.org/web/packages/VIF/index.html](https://cran.r-project.org/web/packages/VIF/index.html)| -|VIM|4.7.0|[https://cran.r-project.org/web/packages/VIM/index.html](https://cran.r-project.org/web/packages/VIM/index.html)| -|vioplot|0.2|[https://cran.r-project.org/web/packages/vioplot/index.html](https://cran.r-project.org/web/packages/vioplot/index.html)| -|viridis|0.5.1|[https://cran.r-project.org/web/packages/viridis/index.html](https://cran.r-project.org/web/packages/viridis/index.html)| -|viridisLite|0.3.0|[https://cran.r-project.org/web/packages/viridisLite/index.html](https://cran.r-project.org/web/packages/viridisLite/index.html)| -|visNetwork|2.0.3|[https://cran.r-project.org/web/packages/visNetwork/index.html](https://cran.r-project.org/web/packages/visNetwork/index.html)| -|vistime|0.4.0|[https://cran.r-project.org/web/packages/vistime/index.html](https://cran.r-project.org/web/packages/vistime/index.html)| -|waterfalls|0.1.2|[https://cran.r-project.org/web/packages/waterfalls/index.html](https://cran.r-project.org/web/packages/waterfalls/index.html)| -|wavethresh|4.6.8|[https://cran.r-project.org/web/packages/wavethresh/index.html](https://cran.r-project.org/web/packages/wavethresh/index.html)| -|webshot|0.5.0|[https://cran.r-project.org/web/packages/webshot/index.html](https://cran.r-project.org/web/packages/webshot/index.html)| -|webutils|0.6|[https://cran.r-project.org/web/packages/webutils/index.html](https://cran.r-project.org/web/packages/webutils/index.html)| -|weco|1.1|[https://cran.r-project.org/web/packages/weco/index.html](https://cran.r-project.org/web/packages/weco/index.html)| -|WeibullR|1.0.10|[https://cran.r-project.org/web/packages/WeibullR/index.html](https://cran.r-project.org/web/packages/WeibullR/index.html)| -|weights|0.85|[https://cran.r-project.org/web/packages/weights/index.html](https://cran.r-project.org/web/packages/weights/index.html)| -|whisker|0.3-2|[https://cran.r-project.org/web/packages/whisker/index.html](https://cran.r-project.org/web/packages/whisker/index.html)| -|withr|2.1.2|[https://cran.r-project.org/web/packages/withr/index.html](https://cran.r-project.org/web/packages/withr/index.html)| -|wmtsa|2.0-3|[https://cran.r-project.org/web/packages/wmtsa/index.html](https://cran.r-project.org/web/packages/wmtsa/index.html)| -|wordcloud|2.5|[https://cran.r-project.org/web/packages/wordcloud/index.html](https://cran.r-project.org/web/packages/wordcloud/index.html)| -|wordcloud2|0.2.1|[https://cran.r-project.org/web/packages/wordcloud2/index.html](https://cran.r-project.org/web/packages/wordcloud2/index.html)| -|xesreadR|0.2.2|[https://cran.r-project.org/web/packages/xesreadR/index.html](https://cran.r-project.org/web/packages/xesreadR/index.html)| -|xgboost|0.6.4.1|[https://cran.r-project.org/web/packages/xgboost/index.html](https://cran.r-project.org/web/packages/xgboost/index.html)| -|XML|3.98-1.10|[https://cran.r-project.org/web/packages/XML/index.html](https://cran.r-project.org/web/packages/XML/index.html)| -|xml2|1.2.0|[https://cran.r-project.org/web/packages/xml2/index.html](https://cran.r-project.org/web/packages/xml2/index.html)| -|xplorerr|0.1.1|[https://cran.r-project.org/web/packages/xplorerr/index.html](https://cran.r-project.org/web/packages/xplorerr/index.html)| -|xtable|1.8-2|[https://cran.r-project.org/web/packages/xtable/index.html](https://cran.r-project.org/web/packages/xtable/index.html)| -|xts|0.10-2|[https://cran.r-project.org/web/packages/xts/index.html](https://cran.r-project.org/web/packages/xts/index.html)| -|yaml|2.1.18|[https://cran.r-project.org/web/packages/yaml/index.html](https://cran.r-project.org/web/packages/yaml/index.html)| -|yarrr|0.1.5|[https://cran.r-project.org/web/packages/yarrr/index.html](https://cran.r-project.org/web/packages/yarrr/index.html)| -|YieldCurve|4.1|[https://cran.r-project.org/web/packages/YieldCurve/index.html](https://cran.r-project.org/web/packages/YieldCurve/index.html)| -|zeallot|0.1.0|[https://cran.r-project.org/web/packages/zeallot/index.html](https://cran.r-project.org/web/packages/zeallot/index.html)| -|zic|0.9.1|[https://cran.r-project.org/web/packages/zic/index.html](https://cran.r-project.org/web/packages/zic/index.html)| -|zipfR|0.6-10|[https://cran.r-project.org/web/packages/zipfR/index.html](https://cran.r-project.org/web/packages/zipfR/index.html)| -|zoo|1.8-1|[https://cran.r-project.org/web/packages/zoo/index.html](https://cran.r-project.org/web/packages/zoo/index.html)| + |abc|2.2.1|[Download] (https://cran.r-project.org/web/packages/abc/index.html) + |abc.data|1.1|[Download] (https://cran.r-project.org/src/contrib/abc.data_1.1.tar.gz) + |abind|1.4-5|[Download] (https://cran.r-project.org/web/packages/abind/index.html) + |acepack|1.4.2|[Download] (https://cran.r-project.org/src/contrib/acepack_1.4.2.tar.gz) + |actuar|3.3-4|[Download] (https://cran.r-project.org/web/packages/actuar/index.html) + |ade4|1.7-22|[Download] (https://cran.r-project.org/src/contrib/ade4_1.7-22.tar.gz) + |adegenet|2.1.10|[Download] (https://cran.r-project.org/src/contrib/adegenet_2.1.10.tar.gz) + |AdMit|2.1.9|[Download] (https://cran.r-project.org/src/contrib/AdMit_2.1.9.tar.gz) + |AER|1.2-13|[Download] (https://cran.r-project.org/web/packages/AER/index.html) + |agricolae|1.3-7|[Download] (https://cran.r-project.org/src/contrib/agricolae_1.3-7.tar.gz) + |AlgDesign|1.2.1|[Download] (https://cran.r-project.org/web/packages/AlgDesign/index.html) + |alluvial|0.1-2|[Download] (https://cran.r-project.org/src/contrib/alluvial_0.1-2.tar.gz) + |andrews|1.1.2|[Download] (https://cran.r-project.org/src/contrib/andrews_1.1.2.tar.gz) + |anomalize|0.3.0|[Download] (https://cran.r-project.org/src/contrib/anomalize_0.3.0.tar.gz) + |anytime|0.3.9|[Download] (https://cran.r-project.org/web/packages/anytime/index.html) + |aod|1.3.3|[Download] (https://cran.r-project.org/src/contrib/aod_1.3.3.tar.gz) + |apcluster|1.4.13|[Download] (https://cran.r-project.org/src/contrib/apcluster_1.4.13.tar.gz) + |ape|5.8|[Download] (https://cran.r-project.org/web/packages/ape/index.html) + |aplpack|1.3.5|[Download] (https://cran.r-project.org/src/contrib/aplpack_1.3.5.tar.gz) + |approximator|1.2-8|[Download] (https://cran.r-project.org/src/contrib/approximator_1.2-8.tar.gz) + |arm|1.14-4|[Download] (https://cran.r-project.org/src/contrib/arm_1.14-4.tar.gz) + |arsenal|3.6.3|[Download] (https://cran.r-project.org/src/contrib/arsenal_3.6.3.tar.gz) + |arules|1.7-8|[Download] (https://cran.r-project.org/web/packages/arules/index.html) + |arulesViz|1.5.3|[Download] (https://cran.r-project.org/src/contrib/arulesViz_1.5.3.tar.gz) + |ash|1.0-15|[Download] (https://cran.r-project.org/src/contrib/ash_1.0-15.tar.gz) + |askpass|1.2.0|[Download] (https://cran.r-project.org/web/packages/askpass/index.html) + |assertthat|0.2.1|[Download] (https://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz) + |audio|0.1-11|[Download] (https://cran.r-project.org/src/contrib/audio_0.1-11.tar.gz) + |autocogs|0.1.4|[Download] (https://cran.r-project.org/src/contrib/autocogs_0.1.4.tar.gz) + |automap|1.1-12|[Download] (https://cran.r-project.org/src/contrib/automap_1.1-12.tar.gz) + |aweek|1.0.3|[Download] (https://cran.r-project.org/src/contrib/aweek_1.0.3.tar.gz) + |BACCO|2.1-0|[Download] (https://cran.r-project.org/src/contrib/BACCO_2.1-0.tar.gz) + |backports|1.5.0|[Download] (https://cran.r-project.org/src/contrib/backports_1.5.0.tar.gz) + |BaM|1.0.3|[Download] (https://cran.r-project.org/src/contrib/BaM_1.0.3.tar.gz) + |BAS|1.7.1|[Download] (https://cran.r-project.org/web/packages/BAS/index.html) + |base64|2.0.1|[Download] (https://cran.r-project.org/web/packages/base64/index.html) + |base64enc|0.1-3|[Download] (https://cran.r-project.org/src/contrib/base64enc_0.1-3.tar.gz) + |BayesDA|2012.04-1|[Download] (https://cran.r-project.org/src/contrib/BayesDA_2012.04-1.tar.gz) + |BayesFactor|0.9.12-4.7|[Download] (https://cran.r-project.org/src/contrib/BayesFactor_0.9.12-4.7.tar.gz) + |bayesGARCH|2.1.10|[Download] (https://cran.r-project.org/src/contrib/bayesGARCH_2.1.10.tar.gz) + |bayesm|3.1-6|[Download] (https://cran.r-project.org/src/contrib/bayesm_3.1-6.tar.gz) + |bayesmix|0.7-6|[Download] (https://cran.r-project.org/src/contrib/bayesmix_0.7-6.tar.gz) + |bayesplot|1.11.1|[Download] (https://cran.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz) + |bayesQR|2.4|[Download] (https://cran.r-project.org/src/contrib/bayesQR_2.4.tar.gz) + |bayesSurv|3.7|[Download] (https://cran.r-project.org/web/packages/bayesSurv/index.html) + |bayestestR|0.14.0|[Download] (https://cran.r-project.org/web/packages/bayestestR/index.html) + |BayesTree|0.3-1.5|[Download] (https://cran.r-project.org/src/contrib/BayesTree_0.3-1.5.tar.gz) + |BayesX|0.3-3|[Download] (https://cran.r-project.org/src/contrib/BayesX_0.3-3.tar.gz) + |BCBCSF|1.0-1|[Download] (https://cran.r-project.org/src/contrib/BCBCSF_1.0-1.tar.gz) + |BDgraph|2.73|[Download] (https://cran.r-project.org/src/contrib/BDgraph_2.73.tar.gz) + |beanplot|1.3.1|[Download] (https://cran.r-project.org/src/contrib/beanplot_1.3.1.tar.gz) + |beepr|2.0|[Download] (https://cran.r-project.org/src/contrib/beepr_2.0.tar.gz) + |beeswarm|0.4.0|[Download] (https://cran.r-project.org/src/contrib/beeswarm_0.4.0.tar.gz) + |benford.analysis|0.1.5|[Download] (https://cran.r-project.org/src/contrib/benford.analysis_0.1.5.tar.gz) + |BenfordTests|1.2.0|[Download] (https://cran.r-project.org/src/contrib/BenfordTests_1.2.0.tar.gz) + |bfp|0.0-48|[Download] (https://cran.r-project.org/src/contrib/bfp_0.0-48.tar.gz) + |BH|1.84.0-0|[Download] (https://cran.r-project.org/web/packages/BH/index.html) + |bibtex|0.5.1|[Download] (https://cran.r-project.org/src/contrib/bibtex_0.5.1.tar.gz) + |biglm|0.9-3|[Download] (https://cran.r-project.org/src/contrib/biglm_0.9-3.tar.gz) + |bindr|0.1.1|[Download] (https://cran.r-project.org/web/packages/bindr/index.html) + |bindrcpp|0.2.3|[Download] (https://cran.r-project.org/src/contrib/bindrcpp_0.2.3.tar.gz) + |binom|1.1-1.1|[Download] (https://cran.r-project.org/src/contrib/binom_1.1-1.1.tar.gz) + |BiocManager|1.30.25|[Download] (https://cran.r-project.org/src/contrib/BiocManager_1.30.25.tar.gz) + |bit|4.0.5|[Download] (https://cran.r-project.org/web/packages/bit/index.html) + |bit64|4.0.5|[Download] (https://cran.r-project.org/web/packages/bit64/index.html) + |bitops|1.0-8|[Download] (https://cran.r-project.org/web/packages/bitops/index.html) + |bizdays|1.0.16|[Download] (https://cran.r-project.org/web/packages/bizdays/index.html) + |blandr|0.6.0|[Download] (https://cran.r-project.org/src/contrib/blandr_0.6.0.tar.gz) + |blme|1.0-5|[Download] (https://cran.r-project.org/web/packages/blme/index.html) + |blob|1.2.4|[Download] (https://cran.r-project.org/src/contrib/blob_1.2.4.tar.gz) + |BLR|1.6|[Download] (https://cran.r-project.org/src/contrib/BLR_1.6.tar.gz) + |BMA|3.18.17|[Download] (https://cran.r-project.org/web/packages/BMA/index.html) + |bmp|0.3|[Download] (https://cran.r-project.org/src/contrib/bmp_0.3.tar.gz) + |BMS|0.3.5|[Download] (https://cran.r-project.org/src/contrib/BMS_0.3.5.tar.gz) + |bnlearn|4.8.3|[Download] (https://cran.r-project.org/web/packages/bnlearn/index.html) + |boa|1.1.8-2|[Download] (https://cran.r-project.org/src/contrib/boa_1.1.8-2.tar.gz) + |BoolNet|2.1.9|[Download] (https://cran.r-project.org/src/contrib/BoolNet_2.1.9.tar.gz) + |Boom|0.9.15|[Download] (https://cran.r-project.org/src/contrib/Boom_0.9.15.tar.gz) + |BoomSpikeSlab|1.2.6|[Download] (https://cran.r-project.org/src/contrib/BoomSpikeSlab_1.2.6.tar.gz) + |boot|1.3-31|[Download] (https://cran.r-project.org/src/contrib/boot_1.3-31.tar.gz) + |bootstrap|2019.6|[Download] (https://cran.r-project.org/src/contrib/bootstrap_2019.6.tar.gz) + |Boruta|8.0.0|[Download] (https://cran.r-project.org/src/contrib/Boruta_8.0.0.tar.gz) + |bqtl|1.0-36|[Download] (https://cran.r-project.org/web/packages/bqtl/index.html) + |BradleyTerry2|1.1-2|[Download] (https://cran.r-project.org/src/contrib/BradleyTerry2_1.1-2.tar.gz) + |brew|1.0-10|[Download] (https://cran.r-project.org/src/contrib/brew_1.0-10.tar.gz) + |brglm|0.7.2|[Download] (https://cran.r-project.org/src/contrib/brglm_0.7.2.tar.gz) + |brio|1.1.5|[Download] (https://cran.r-project.org/src/contrib/brio_1.1.5.tar.gz) + |broom|1.0.6|[Download] (https://cran.r-project.org/web/packages/broom/index.html) + |broom.helpers|1.17.0|[Download] (https://cran.r-project.org/web/packages/broom.helpers/index.html) + |broom.mixed|0.2.9.5|[Download] (https://cran.r-project.org/web/packages/broom.mixed/index.html) + |bslib|0.8.0|[Download] (https://cran.r-project.org/src/contrib/bslib_0.8.0.tar.gz) + |bspec|1.6|[Download] (https://cran.r-project.org/src/contrib/bspec_1.6.tar.gz) + |bspmma|0.1-2|[Download] (https://cran.r-project.org/src/contrib/bspmma_0.1-2.tar.gz) + |bsts|0.9.10|[Download] (https://cran.r-project.org/src/contrib/bsts_0.9.10.tar.gz) + |bupaR|0.5.4|[Download] (https://cran.r-project.org/src/contrib/bupaR_0.5.4.tar.gz) + |C50|0.1.8|[Download] (https://cran.r-project.org/src/contrib/C50_0.1.8.tar.gz) + |ca|0.71.1|[Download] (https://cran.r-project.org/src/contrib/ca_0.71.1.tar.gz) + |cachem|1.1.0|[Download] (https://cran.r-project.org/src/contrib/cachem_1.1.0.tar.gz) + |Cairo|1.6-2|[Download] (https://cran.r-project.org/src/contrib/Cairo_1.6-2.tar.gz) + |cairoDevice|2.28.2.2|[Download] (https://cran.r-project.org/web/packages/cairoDevice/index.html) + |calibrate|1.7.7|[Download] (https://cran.r-project.org/src/contrib/calibrate_1.7.7.tar.gz) + |calibrator|1.2-8|[Download] (https://cran.r-project.org/src/contrib/calibrator_1.2-8.tar.gz) + |callr|3.7.6|[Download] (https://cran.r-project.org/src/contrib/callr_3.7.6.tar.gz) + |car|3.1-2|[Download] (https://cran.r-project.org/web/packages/car/index.html) + |carData|3.0-5|[Download] (https://cran.r-project.org/src/contrib/carData_3.0-5.tar.gz) + |cards|0.2.2|[Download] (https://cran.r-project.org/web/packages/cards/index.html) + |caret|6.0-94|[Download] (https://cran.r-project.org/web/packages/caret/index.html) + |catnet|1.16.1|[Download] (https://cran.r-project.org/web/packages/catnet/index.html) + |caTools|1.18.3|[Download] (https://cran.r-project.org/src/contrib/caTools_1.18.3.tar.gz) + |cclust|0.6-26|[Download] (https://cran.r-project.org/src/contrib/cclust_0.6-26.tar.gz) + |cellranger|1.1.0|[Download] (https://cran.r-project.org/src/contrib/cellranger_1.1.0.tar.gz) + |ChainLadder|0.2.19|[Download] (https://cran.r-project.org/src/contrib/ChainLadder_0.2.19.tar.gz) + |changepoint|2.2.4|[Download] (https://cran.r-project.org/web/packages/changepoint/index.html) + |checkmate|2.3.2|[Download] (https://cran.r-project.org/src/contrib/checkmate_2.3.2.tar.gz) + |checkpoint|1.0.2|[Download] (https://cran.r-project.org/src/contrib/checkpoint_1.0.2.tar.gz) + |chk|0.9.2|[Download] (https://cran.r-project.org/src/contrib/chk_0.9.2.tar.gz) + |choroplethrMaps|1.0.1|[Download] (https://cran.r-project.org/src/contrib/choroplethrMaps_1.0.1.tar.gz) + |chron|2.3-61|[Download] (https://cran.r-project.org/web/packages/chron/index.html) + |circlize|0.4.16|[Download] (https://cran.r-project.org/src/contrib/circlize_0.4.16.tar.gz) + |Ckmeans.1d.dp|4.3.5|[Download] (https://cran.r-project.org/src/contrib/Ckmeans.1d.dp_4.3.5.tar.gz) + |class|7.3-22|[Download] (https://cran.r-project.org/web/packages/class/index.html) + |classInt|0.4-10|[Download] (https://cran.r-project.org/web/packages/classInt/index.html) + |cli|3.6.3|[Download] (https://cran.r-project.org/src/contrib/cli_3.6.3.tar.gz) + |ClickClust|1.1.6|[Download] (https://cran.r-project.org/src/contrib/ClickClust_1.1.6.tar.gz) + |clickstream|1.3.3|[Download] (https://cran.r-project.org/src/contrib/clickstream_1.3.3.tar.gz) + |clipr|0.8.0|[Download] (https://cran.r-project.org/src/contrib/clipr_0.8.0.tar.gz) + |clock|0.7.1|[Download] (https://cran.r-project.org/src/contrib/clock_0.7.1.tar.gz) + |clue|0.3-65|[Download] (https://cran.r-project.org/web/packages/clue/index.html) + |cluster|2.1.6|[Download] (https://cran.r-project.org/web/packages/cluster/index.html) + |clv|0.3-2.4|[Download] (https://cran.r-project.org/src/contrib/clv_0.3-2.4.tar.gz) + |cmprsk|2.2-12|[Download] (https://cran.r-project.org/src/contrib/cmprsk_2.2-12.tar.gz) + |coda|0.19-4.1|[Download] (https://cran.r-project.org/src/contrib/coda_0.19-4.1.tar.gz) + |codetools|0.2-20|[Download] (https://cran.r-project.org/src/contrib/codetools_0.2-20.tar.gz) + |coefplot|1.2.8|[Download] (https://cran.r-project.org/src/contrib/coefplot_1.2.8.tar.gz) + |coin|1.4-3|[Download] (https://cran.r-project.org/src/contrib/coin_1.4-3.tar.gz) + |collapsibleTree|0.1.8|[Download] (https://cran.r-project.org/src/contrib/collapsibleTree_0.1.8.tar.gz) + |colorRamps|2.3.4|[Download] (https://cran.r-project.org/src/contrib/colorRamps_2.3.4.tar.gz) + |colorspace|2.1-1|[Download] (https://cran.r-project.org/src/contrib/colorspace_2.1-1.tar.gz) + |colourpicker|1.3.0|[Download] (https://cran.r-project.org/src/contrib/colourpicker_1.3.0.tar.gz) + |colourvalues|0.3.9|[Download] (https://cran.r-project.org/src/contrib/colourvalues_0.3.9.tar.gz) + |combinat|0.0-8|[Download] (https://cran.r-project.org/src/contrib/combinat_0.0-8.tar.gz) + |commonmark|1.9.1|[Download] (https://cran.r-project.org/web/packages/commonmark/index.html) + |compositions|2.0-8|[Download] (https://cran.r-project.org/src/contrib/compositions_2.0-8.tar.gz) + |CompQuadForm|1.4.3|[Download] (https://cran.r-project.org/src/contrib/CompQuadForm_1.4.3.tar.gz) + |confintr|1.0.2|[Download] (https://cran.r-project.org/src/contrib/confintr_1.0.2.tar.gz) + |conflicted|1.2.0|[Download] (https://cran.r-project.org/src/contrib/conflicted_1.2.0.tar.gz) + |conquer|1.3.3|[Download] (https://cran.r-project.org/src/contrib/conquer_1.3.3.tar.gz) + |contfrac|1.1-12|[Download] (https://cran.r-project.org/src/contrib/contfrac_1.1-12.tar.gz) + |CORElearn|1.57.3|[Download] (https://cran.r-project.org/web/packages/CORElearn/index.html) + |corpcor|1.6.10|[Download] (https://cran.r-project.org/src/contrib/corpcor_1.6.10.tar.gz) + |corrgram|1.14|[Download] (https://cran.r-project.org/src/contrib/corrgram_1.14.tar.gz) + |corrplot|0.94|[Download] (https://cran.r-project.org/web/packages/corrplot/index.html) + |covr|3.6.4|[Download] (https://cran.r-project.org/src/contrib/covr_3.6.4.tar.gz) + |cowplot|1.1.3|[Download] (https://cran.r-project.org/src/contrib/cowplot_1.1.3.tar.gz) + |cplm|0.7-12|[Download] (https://cran.r-project.org/web/packages/cplm/index.html) + |cpp11|0.5.0|[Download] (https://cran.r-project.org/web/packages/cpp11/index.html) + |crayon|1.5.2|[Download] (https://cran.r-project.org/web/packages/crayon/index.html) + |credentials|2.0.1|[Download] (https://cran.r-project.org/web/packages/credentials/index.html) + |crosstalk|1.2.1|[Download] (https://cran.r-project.org/src/contrib/crosstalk_1.2.1.tar.gz) + |crul|1.5.0|[Download] (https://cran.r-project.org/src/contrib/crul_1.5.0.tar.gz) + |ctv|0.9-5|[Download] (https://cran.r-project.org/web/packages/ctv/index.html) + |cubature|2.0.4.6|[Download] (https://cran.r-project.org/web/packages/cubature/index.html) + |Cubist|0.4.4|[Download] (https://cran.r-project.org/src/contrib/Cubist_0.4.4.tar.gz) + |curl|5.2.1|[Download] (https://cran.r-project.org/web/packages/curl/index.html) + |cvar|0.5|[Download] (https://cran.r-project.org/src/contrib/cvar_0.5.tar.gz) + |CVST|0.2-3|[Download] (https://cran.r-project.org/src/contrib/CVST_0.2-3.tar.gz) + |cvTools|0.3.3|[Download] (https://cran.r-project.org/src/contrib/cvTools_0.3.3.tar.gz) + |d3heatmap|0.6.1.2|[Download] (https://cran.r-project.org/web/packages/d3heatmap/index.html) + |d3Network|0.5.2.1|[Download] (https://cran.r-project.org/src/contrib/d3Network_0.5.2.1.tar.gz) + |d3r|1.1.0|[Download] (https://cran.r-project.org/src/contrib/d3r_1.1.0.tar.gz) + |data.table|1.15.4|[Download] (https://cran.r-project.org/web/packages/data.table/index.html) + |data.tree|1.1.0|[Download] (https://cran.r-project.org/src/contrib/data.tree_1.1.0.tar.gz) + |datasauRus|0.1.8|[Download] (https://cran.r-project.org/src/contrib/datasauRus_0.1.8.tar.gz) + |datawizard|0.12.3|[Download] (https://cran.r-project.org/web/packages/datawizard/index.html) + |date|1.2-42|[Download] (https://cran.r-project.org/src/contrib/date_1.2-42.tar.gz) + |DBI|1.2.3|[Download] (https://cran.r-project.org/src/contrib/DBI_1.2.3.tar.gz) + |dbplyr|2.5.0|[Download] (https://cran.r-project.org/src/contrib/dbplyr_2.5.0.tar.gz) + |dbscan|1.2-0|[Download] (https://cran.r-project.org/src/contrib/dbscan_1.2-0.tar.gz) + |dclone|2.3-2|[Download] (https://cran.r-project.org/src/contrib/dclone_2.3-2.tar.gz) + |dcurver|0.9.2|[Download] (https://cran.r-project.org/src/contrib/dcurver_0.9.2.tar.gz) + |ddalpha|1.3.15|[Download] (https://cran.r-project.org/web/packages/ddalpha/index.html) + |deal|1.2-42|[Download] (https://cran.r-project.org/src/contrib/deal_1.2-42.tar.gz) + |debugme|1.2.0|[Download] (https://cran.r-project.org/src/contrib/debugme_1.2.0.tar.gz) + |decido|0.3.0|[Download] (https://cran.r-project.org/src/contrib/decido_0.3.0.tar.gz) + |deepnet|0.2.1|[Download] (https://cran.r-project.org/src/contrib/deepnet_0.2.1.tar.gz) + |deldir|2.0-4|[Download] (https://cran.r-project.org/src/contrib/deldir_2.0-4.tar.gz) + |dendextend|1.17.1|[Download] (https://cran.r-project.org/web/packages/dendextend/index.html) + |DEoptimR|1.1-3|[Download] (https://cran.r-project.org/web/packages/DEoptimR/index.html) + |Deriv|4.1.3|[Download] (https://cran.r-project.org/web/packages/Deriv/index.html) + |desc|1.4.3|[Download] (https://cran.r-project.org/src/contrib/desc_1.4.3.tar.gz) + |descr|1.1.8|[Download] (https://cran.r-project.org/src/contrib/descr_1.1.8.tar.gz) + |deSolve|1.40|[Download] (https://cran.r-project.org/src/contrib/deSolve_1.40.tar.gz) + |devtools|2.4.5|[Download] (https://cran.r-project.org/src/contrib/devtools_2.4.5.tar.gz) + |diagram|1.6.5|[Download] (https://cran.r-project.org/src/contrib/diagram_1.6.5.tar.gz) + |DiagrammeR|1.0.11|[Download] (https://cran.r-project.org/src/contrib/DiagrammeR_1.0.11.tar.gz) + |DiagrammeRsvg|0.1|[Download] (https://cran.r-project.org/src/contrib/DiagrammeRsvg_0.1.tar.gz) + |dials|1.3.0|[Download] (https://cran.r-project.org/src/contrib/dials_1.3.0.tar.gz) + |DiceDesign|1.10|[Download] (https://cran.r-project.org/src/contrib/DiceDesign_1.10.tar.gz) + |dichromat|2.0-0.1|[Download] (https://cran.r-project.org/src/contrib/dichromat_2.0-0.1.tar.gz) + |diffobj|0.3.5|[Download] (https://cran.r-project.org/src/contrib/diffobj_0.3.5.tar.gz) + |digest|0.6.33|[Download] (https://cran.r-project.org/web/packages/digest/index.html) + |dimRed|0.2.6|[Download] (https://cran.r-project.org/web/packages/dimRed/index.html) + |diptest|0.77-1|[Download] (https://cran.r-project.org/src/contrib/diptest_0.77-1.tar.gz) + |distcrete|1.0.3|[Download] (https://cran.r-project.org/src/contrib/distcrete_1.0.3.tar.gz) + |distributional|0.4.0|[Download] (https://cran.r-project.org/web/packages/distributional/index.html) + |DistributionUtils|0.6-1|[Download] (https://cran.r-project.org/src/contrib/DistributionUtils_0.6-1.tar.gz) + |distrom|1.0.1|[Download] (https://cran.r-project.org/src/contrib/distrom_1.0.1.tar.gz) + |dlm|1.1-6|[Download] (https://cran.r-project.org/web/packages/dlm/index.html) + |DMwR|0.4.1|[Download] (https://cran.r-project.org/web/packages/DMwR/index.html) + |doBy|4.6.22|[Download] (https://cran.r-project.org/web/packages/doBy/index.html) + |doFuture|1.0.1|[Download] (https://cran.r-project.org/src/contrib/doFuture_1.0.1.tar.gz) + |doParallel|1.0.17|[Download] (https://cran.r-project.org/src/contrib/doParallel_1.0.17.tar.gz) + |doSNOW|1.0.20|[Download] (https://cran.r-project.org/src/contrib/doSNOW_1.0.20.tar.gz) + |dotCall64|1.1-1|[Download] (https://cran.r-project.org/web/packages/dotCall64/index.html) + |downlit|0.4.4|[Download] (https://cran.r-project.org/src/contrib/downlit_0.4.4.tar.gz) + |downloader|0.4|[Download] (https://cran.r-project.org/src/contrib/downloader_0.4.tar.gz) + |dplyr|1.1.4|[Download] (https://cran.r-project.org/src/contrib/dplyr_1.1.4.tar.gz) + |DRR|0.0.4|[Download] (https://cran.r-project.org/src/contrib/DRR_0.0.4.tar.gz) + |dse|2020.2-1|[Download] (https://cran.r-project.org/web/packages/dse/index.html) + |DT|0.33|[Download] (https://cran.r-project.org/src/contrib/DT_0.33.tar.gz) + |dtplyr|1.3.1|[Download] (https://cran.r-project.org/src/contrib/dtplyr_1.3.1.tar.gz) + |dtt|0.1-2|[Download] (https://cran.r-project.org/src/contrib/dtt_0.1-2.tar.gz) + |dtw|1.23-1|[Download] (https://cran.r-project.org/src/contrib/dtw_1.23-1.tar.gz) + |dygraphs|1.1.1.6|[Download] (https://cran.r-project.org/src/contrib/dygraphs_1.1.1.6.tar.gz) + |dynlm|0.3-6|[Download] (https://cran.r-project.org/src/contrib/dynlm_0.3-6.tar.gz) + |e1071|1.7-14|[Download] (https://cran.r-project.org/web/packages/e1071/index.html) + |earth|5.3.3|[Download] (https://cran.r-project.org/web/packages/earth/index.html) + |EbayesThresh|1.4-12|[Download] (https://cran.r-project.org/src/contrib/EbayesThresh_1.4-12.tar.gz) + |ebdbNet|1.2.8|[Download] (https://cran.r-project.org/src/contrib/ebdbNet_1.2.8.tar.gz) + |ecm|7.2.0|[Download] (https://cran.r-project.org/src/contrib/ecm_7.2.0.tar.gz) + |edeaR|0.9.4|[Download] (https://cran.r-project.org/src/contrib/edeaR_0.9.4.tar.gz) + |effects|4.2-2|[Download] (https://cran.r-project.org/src/contrib/effects_4.2-2.tar.gz) + |effectsize|0.8.9|[Download] (https://cran.r-project.org/web/packages/effectsize/index.html) + |egg|0.4.5|[Download] (https://cran.r-project.org/src/contrib/egg_0.4.5.tar.gz) + |ellipse|0.5.0|[Download] (https://cran.r-project.org/src/contrib/ellipse_0.5.0.tar.gz) + |ellipsis|0.3.2|[Download] (https://cran.r-project.org/src/contrib/ellipsis_0.3.2.tar.gz) + |elliptic|1.4-0|[Download] (https://cran.r-project.org/src/contrib/elliptic_1.4-0.tar.gz) + |emmeans|1.10.4|[Download] (https://cran.r-project.org/web/packages/emmeans/index.html) + |emulator|1.2-24|[Download] (https://cran.r-project.org/src/contrib/emulator_1.2-24.tar.gz) + |energy|1.7-12|[Download] (https://cran.r-project.org/src/contrib/energy_1.7-12.tar.gz) + |english|1.2-6|[Download] (https://cran.r-project.org/src/contrib/english_1.2-6.tar.gz) + |ensembleBMA|5.1.8|[Download] (https://cran.r-project.org/src/contrib/ensembleBMA_5.1.8.tar.gz) + |entropy|1.3.1|[Download] (https://cran.r-project.org/src/contrib/entropy_1.3.1.tar.gz) + |epitools|0.5-10.1|[Download] (https://cran.r-project.org/src/contrib/epitools_0.5-10.1.tar.gz) + |epitrix|0.4.0|[Download] (https://cran.r-project.org/src/contrib/epitrix_0.4.0.tar.gz) + |estimability|1.5|[Download] (https://cran.r-project.org/web/packages/estimability/index.html) + |eulerr|7.0.2|[Download] (https://cran.r-project.org/src/contrib/eulerr_7.0.2.tar.gz) + |evaluate|0.22|[Download] (https://cran.r-project.org/web/packages/evaluate/index.html) + |evd|2.3-7|[Download] (https://cran.r-project.org/web/packages/evd/index.html) + |evdbayes|1.1-3|[Download] (https://cran.r-project.org/src/contrib/evdbayes_1.1-3.tar.gz) + |eventdataR|0.3.1|[Download] (https://cran.r-project.org/src/contrib/eventdataR_0.3.1.tar.gz) + |exactRankTests|0.8-35|[Download] (https://cran.r-project.org/src/contrib/exactRankTests_0.8-35.tar.gz) + |expint|0.1-8|[Download] (https://cran.r-project.org/src/contrib/expint_0.1-8.tar.gz) + |expm|1.0-0|[Download] (https://cran.r-project.org/src/contrib/expm_1.0-0.tar.gz) + |extraDistr|1.10.0|[Download] (https://cran.r-project.org/src/contrib/extraDistr_1.10.0.tar.gz) + |extrafont|0.19|[Download] (https://cran.r-project.org/src/contrib/extrafont_0.19.tar.gz) + |extrafontdb|1.0|[Download] (https://cran.r-project.org/src/contrib/extrafontdb_1.0.tar.gz) + |extremevalues|2.3.4|[Download] (https://cran.r-project.org/web/packages/extremevalues/index.html) + |ez|4.4-0|[Download] (https://cran.r-project.org/src/contrib/ez_4.4-0.tar.gz) + |factoextra|1.0.7|[Download] (https://cran.r-project.org/src/contrib/factoextra_1.0.7.tar.gz) + |FactoMineR|2.11|[Download] (https://cran.r-project.org/src/contrib/FactoMineR_2.11.tar.gz) + |fansi|1.0.5|[Download] (https://cran.r-project.org/web/packages/fansi/index.html) + |faoutlier|0.7.6|[Download] (https://cran.r-project.org/src/contrib/faoutlier_0.7.6.tar.gz) + |farver|2.1.2|[Download] (https://cran.r-project.org/src/contrib/farver_2.1.2.tar.gz) + |fastICA|1.2-5.1|[Download] (https://cran.r-project.org/web/packages/fastICA/index.html) + |fastmap|1.2.0|[Download] (https://cran.r-project.org/src/contrib/fastmap_1.2.0.tar.gz) + |fastmatch|1.1-4|[Download] (https://cran.r-project.org/web/packages/fastmatch/index.html) + |fBasics|4041.97|[Download] (https://cran.r-project.org/src/contrib/fBasics_4041.97.tar.gz) + |fda|6.1.8|[Download] (https://cran.r-project.org/web/packages/fda/index.html) + |fdrtool|1.2.18|[Download] (https://cran.r-project.org/src/contrib/fdrtool_1.2.18.tar.gz) + |fds|1.8|[Download] (https://cran.r-project.org/src/contrib/fds_1.8.tar.gz) + |fGarch|4033.92|[Download] (https://cran.r-project.org/src/contrib/fGarch_4033.92.tar.gz) + |fields|16.2|[Download] (https://cran.r-project.org/web/packages/fields/index.html) + |filehash|2.4-6|[Download] (https://cran.r-project.org/src/contrib/filehash_2.4-6.tar.gz) + |filelock|1.0.3|[Download] (https://cran.r-project.org/src/contrib/filelock_1.0.3.tar.gz) + |FinCal|0.6.3|[Download] (https://cran.r-project.org/src/contrib/FinCal_0.6.3.tar.gz) + |fitdistrplus|1.2-1|[Download] (https://cran.r-project.org/web/packages/fitdistrplus/index.html) + |flashClust|1.01-2|[Download] (https://cran.r-project.org/src/contrib/flashClust_1.01-2.tar.gz) + |flexclust|1.4-2|[Download] (https://cran.r-project.org/src/contrib/flexclust_1.4-2.tar.gz) + |flexmix|2.3-19|[Download] (https://cran.r-project.org/src/contrib/flexmix_2.3-19.tar.gz) + |float|0.3-2|[Download] (https://cran.r-project.org/src/contrib/float_0.3-2.tar.gz) + |FME|1.3.6.3|[Download] (https://cran.r-project.org/src/contrib/FME_1.3.6.3.tar.gz) + |fmsb|0.7.6|[Download] (https://cran.r-project.org/src/contrib/fmsb_0.7.6.tar.gz) + |FNN|1.1.4|[Download] (https://cran.r-project.org/web/packages/FNN/index.html) + |fontawesome|0.5.2|[Download] (https://cran.r-project.org/web/packages/fontawesome/index.html) + |fontBitstreamVera|0.1.1|[Download] (https://cran.r-project.org/src/contrib/fontBitstreamVera_0.1.1.tar.gz) + |fontLiberation|0.1.0|[Download] (https://cran.r-project.org/src/contrib/fontLiberation_0.1.0.tar.gz) + |fontquiver|0.2.1|[Download] (https://cran.r-project.org/src/contrib/fontquiver_0.2.1.tar.gz) + |forcats|1.0.0|[Download] (https://cran.r-project.org/src/contrib/forcats_1.0.0.tar.gz) + |foreach|1.5.2|[Download] (https://cran.r-project.org/src/contrib/foreach_1.5.2.tar.gz) + |forecast|8.23.0|[Download] (https://cran.r-project.org/src/contrib/forecast_8.23.0.tar.gz) + |forecastHybrid|5.0.19|[Download] (https://cran.r-project.org/src/contrib/forecastHybrid_5.0.19.tar.gz) + |foreign|0.8-87|[Download] (https://cran.r-project.org/web/packages/foreign/index.html) + |formatR|1.14|[Download] (https://cran.r-project.org/src/contrib/formatR_1.14.tar.gz) + |formattable|0.2.1|[Download] (https://cran.r-project.org/src/contrib/formattable_0.2.1.tar.gz) + |Formula|1.2-5|[Download] (https://cran.r-project.org/src/contrib/Formula_1.2-5.tar.gz) + |fpc|2.2-12|[Download] (https://cran.r-project.org/web/packages/fpc/index.html) + |fracdiff|1.5-3|[Download] (https://cran.r-project.org/src/contrib/fracdiff_1.5-3.tar.gz) + |fs|1.6.4|[Download] (https://cran.r-project.org/web/packages/fs/index.html) + |fTrading|3042.79|[Download] (https://cran.r-project.org/src/contrib/fTrading_3042.79.tar.gz) + |fUnitRoots|4040.81|[Download] (https://cran.r-project.org/src/contrib/fUnitRoots_4040.81.tar.gz) + |furrr|0.3.1|[Download] (https://cran.r-project.org/src/contrib/furrr_0.3.1.tar.gz) + |futile.logger|1.4.3|[Download] (https://cran.r-project.org/src/contrib/futile.logger_1.4.3.tar.gz) + |futile.options|1.0.1|[Download] (https://cran.r-project.org/src/contrib/futile.options_1.0.1.tar.gz) + |future|1.34.0|[Download] (https://cran.r-project.org/src/contrib/future_1.34.0.tar.gz) + |future.apply|1.11.2|[Download] (https://cran.r-project.org/web/packages/future.apply/index.html) + |gam|1.22-4|[Download] (https://cran.r-project.org/web/packages/gam/index.html) + |gamlr|1.13-8|[Download] (https://cran.r-project.org/src/contrib/gamlr_1.13-8.tar.gz) + |gamlss|5.4-22|[Download] (https://cran.r-project.org/src/contrib/gamlss_5.4-22.tar.gz) + |gamlss.data|6.0-6|[Download] (https://cran.r-project.org/src/contrib/gamlss.data_6.0-6.tar.gz) + |gamlss.dist|6.1-1|[Download] (https://cran.r-project.org/src/contrib/gamlss.dist_6.1-1.tar.gz) + |gargle|1.5.2|[Download] (https://cran.r-project.org/src/contrib/gargle_1.5.2.tar.gz) + |gbm|2.2.2|[Download] (https://cran.r-project.org/src/contrib/gbm_2.2.2.tar.gz) + |gbRd|0.4.12|[Download] (https://cran.r-project.org/src/contrib/gbRd_0.4.12.tar.gz) + |gbutils|0.5|[Download] (https://cran.r-project.org/src/contrib/gbutils_0.5.tar.gz) + |gclus|1.3.2|[Download] (https://cran.r-project.org/src/contrib/gclus_1.3.2.tar.gz) + |gdalUtils|2.0.3.2|[Download] (https://cran.r-project.org/web/packages/gdalUtils/index.html) + |gdata|3.0.0|[Download] (https://cran.r-project.org/web/packages/gdata/index.html) + |gdtools|0.4.0|[Download] (https://cran.r-project.org/web/packages/gdtools/index.html) + |gee|4.13-27|[Download] (https://cran.r-project.org/web/packages/gee/index.html) + |genalg|0.2.1|[Download] (https://cran.r-project.org/src/contrib/genalg_0.2.1.tar.gz) + |generics|0.1.3|[Download] (https://cran.r-project.org/src/contrib/generics_0.1.3.tar.gz) + |genetics|1.3.8.1.3|[Download] (https://cran.r-project.org/src/contrib/genetics_1.3.8.1.3.tar.gz) + |GenSA|1.1.14|[Download] (https://cran.r-project.org/web/packages/GenSA/index.html) + |geojson|0.3.5|[Download] (https://cran.r-project.org/src/contrib/geojson_0.3.5.tar.gz) + |geojsonio|0.11.3|[Download] (https://cran.r-project.org/src/contrib/geojsonio_0.11.3.tar.gz) + |geojsonlint|0.4.0|[Download] (https://cran.r-project.org/web/packages/geojsonlint/index.html) + |geojsonsf|2.0.3|[Download] (https://cran.r-project.org/src/contrib/geojsonsf_2.0.3.tar.gz) + |geometries|0.2.4|[Download] (https://cran.r-project.org/src/contrib/geometries_0.2.4.tar.gz) + |geometry|0.4.7|[Download] (https://cran.r-project.org/web/packages/geometry/index.html) + |geoR|1.9-4|[Download] (https://cran.r-project.org/src/contrib/geoR_1.9-4.tar.gz) + |geosphere|1.5-18|[Download] (https://cran.r-project.org/web/packages/geosphere/index.html) + |gert|2.1.1|[Download] (https://cran.r-project.org/web/packages/gert/index.html) + |gfonts|0.2.0|[Download] (https://cran.r-project.org/src/contrib/gfonts_0.2.0.tar.gz) + |GGally|2.2.1|[Download] (https://cran.r-project.org/src/contrib/GGally_2.2.1.tar.gz) + |ggalt|0.4.0|[Download] (https://cran.r-project.org/src/contrib/ggalt_0.4.0.tar.gz) + |gganimate|1.0.9|[Download] (https://cran.r-project.org/src/contrib/gganimate_1.0.9.tar.gz) + |ggcorrplot|0.1.4.1|[Download] (https://cran.r-project.org/src/contrib/ggcorrplot_0.1.4.1.tar.gz) + |ggdendro|0.2.0|[Download] (https://cran.r-project.org/src/contrib/ggdendro_0.2.0.tar.gz) + |ggeffects|1.7.1|[Download] (https://cran.r-project.org/web/packages/ggeffects/index.html) + |ggExtra|0.10.1|[Download] (https://cran.r-project.org/src/contrib/ggExtra_0.10.1.tar.gz) + |ggfittext|0.10.2|[Download] (https://cran.r-project.org/src/contrib/ggfittext_0.10.2.tar.gz) + |ggforce|0.4.2|[Download] (https://cran.r-project.org/src/contrib/ggforce_0.4.2.tar.gz) + |ggformula|0.12.0|[Download] (https://cran.r-project.org/src/contrib/ggformula_0.12.0.tar.gz) + |ggfortify|0.4.17|[Download] (https://cran.r-project.org/src/contrib/ggfortify_0.4.17.tar.gz) + |ggfun|0.1.6|[Download] (https://cran.r-project.org/web/packages/ggfun/index.html) + |gghighlight|0.4.1|[Download] (https://cran.r-project.org/src/contrib/gghighlight_0.4.1.tar.gz) + |ggimage|0.3.3|[Download] (https://cran.r-project.org/src/contrib/ggimage_0.3.3.tar.gz) + |ggiraph|0.8.10|[Download] (https://cran.r-project.org/web/packages/ggiraph/index.html) + |ggjoy|0.4.1|[Download] (https://cran.r-project.org/src/contrib/ggjoy_0.4.1.tar.gz) + |ggm|2.3|[Download] (https://cran.r-project.org/web/packages/ggm/index.html) + |ggmap|4.0.0|[Download] (https://cran.r-project.org/src/contrib/ggmap_4.0.0.tar.gz) + |ggmcmc|1.5.1.1|[Download] (https://cran.r-project.org/src/contrib/ggmcmc_1.5.1.1.tar.gz) + |ggplot2|3.5.1|[Download] (https://cran.r-project.org/src/contrib/ggplot2_3.5.1.tar.gz) + |ggplot2movies|0.0.1|[Download] (https://cran.r-project.org/src/contrib/ggplot2movies_0.0.1.tar.gz) + |ggplotify|0.1.2|[Download] (https://cran.r-project.org/src/contrib/ggplotify_0.1.2.tar.gz) + |ggpmisc|0.6.0|[Download] (https://cran.r-project.org/web/packages/ggpmisc/index.html) + |ggpp|0.5.8-1|[Download] (https://cran.r-project.org/src/contrib/ggpp_0.5.8-1.tar.gz) + |ggpubr|0.6.0|[Download] (https://cran.r-project.org/src/contrib/ggpubr_0.6.0.tar.gz) + |ggQC|0.0.31|[Download] (https://cran.r-project.org/src/contrib/ggQC_0.0.31.tar.gz) + |ggRandomForests|2.2.1|[Download] (https://cran.r-project.org/src/contrib/ggRandomForests_2.2.1.tar.gz) + |ggraph|2.2.1|[Download] (https://cran.r-project.org/src/contrib/ggraph_2.2.1.tar.gz) + |ggrepel|0.9.5|[Download] (https://cran.r-project.org/web/packages/ggrepel/index.html) + |ggridges|0.5.6|[Download] (https://cran.r-project.org/src/contrib/ggridges_0.5.6.tar.gz) + |ggsci|3.2.0|[Download] (https://cran.r-project.org/src/contrib/ggsci_3.2.0.tar.gz) + |ggsignif|0.6.4|[Download] (https://cran.r-project.org/src/contrib/ggsignif_0.6.4.tar.gz) + |ggsoccer|0.1.7|[Download] (https://cran.r-project.org/web/packages/ggsoccer/index.html) + |ggstance|0.3.7|[Download] (https://cran.r-project.org/src/contrib/ggstance_0.3.7.tar.gz) + |ggstats|0.6.0|[Download] (https://cran.r-project.org/web/packages/ggstats/index.html) + |ggtern|3.5.0|[Download] (https://cran.r-project.org/src/contrib/ggtern_3.5.0.tar.gz) + |ggtext|0.1.2|[Download] (https://cran.r-project.org/src/contrib/ggtext_0.1.2.tar.gz) + |ggthemes|5.1.0|[Download] (https://cran.r-project.org/src/contrib/ggthemes_5.1.0.tar.gz) + |gh|1.4.1|[Download] (https://cran.r-project.org/src/contrib/gh_1.4.1.tar.gz) + |gistr|0.9.0|[Download] (https://cran.r-project.org/src/contrib/gistr_0.9.0.tar.gz) + |git2r|0.33.0|[Download] (https://cran.r-project.org/web/packages/git2r/index.html) + |gitcreds|0.1.2|[Download] (https://cran.r-project.org/src/contrib/gitcreds_0.1.2.tar.gz) + |glasso|1.11|[Download] (https://cran.r-project.org/src/contrib/glasso_1.11.tar.gz) + |glmmTMB|1.1.9|[Download] (https://cran.r-project.org/web/packages/glmmTMB/index.html) + |glmnet|4.1-8|[Download] (https://cran.r-project.org/src/contrib/glmnet_4.1-8.tar.gz) + |GlobalOptions|0.1.2|[Download] (https://cran.r-project.org/src/contrib/GlobalOptions_0.1.2.tar.gz) + |globals|0.16.3|[Download] (https://cran.r-project.org/src/contrib/globals_0.16.3.tar.gz) + |glue|1.6.2|[Download] (https://cran.r-project.org/web/packages/glue/index.html) + |gmodels|2.19.1|[Download] (https://cran.r-project.org/src/contrib/gmodels_2.19.1.tar.gz) + |gmp|0.7-5|[Download] (https://cran.r-project.org/src/contrib/gmp_0.7-5.tar.gz) + |gnm|1.1-5|[Download] (https://cran.r-project.org/src/contrib/gnm_1.1-5.tar.gz) + |goftest|1.2-3|[Download] (https://cran.r-project.org/src/contrib/goftest_1.2-3.tar.gz) + |googledrive|2.1.1|[Download] (https://cran.r-project.org/src/contrib/googledrive_2.1.1.tar.gz) + |googlePolylines|0.8.4|[Download] (https://cran.r-project.org/web/packages/googlePolylines/index.html) + |googlesheets4|1.1.1|[Download] (https://cran.r-project.org/src/contrib/googlesheets4_1.1.1.tar.gz) + |googleVis|0.7.3|[Download] (https://cran.r-project.org/src/contrib/googleVis_0.7.3.tar.gz) + |gower|1.0.1|[Download] (https://cran.r-project.org/web/packages/gower/index.html) + |GPArotation|2024.3-1|[Download] (https://cran.r-project.org/src/contrib/GPArotation_2024.3-1.tar.gz) + |GPfit|1.0-8|[Download] (https://cran.r-project.org/src/contrib/GPfit_1.0-8.tar.gz) + |gplots|3.1.3.1|[Download] (https://cran.r-project.org/web/packages/gplots/index.html) + |graphlayouts|1.1.1|[Download] (https://cran.r-project.org/web/packages/graphlayouts/index.html) + |greybox|2.0.2|[Download] (https://cran.r-project.org/web/packages/greybox/index.html) + |grid|4.3.3|[Download] (https://cran.r-project.org/web/packages/grid/index.html) + |gridBase|0.4-7|[Download] (https://cran.r-project.org/src/contrib/gridBase_0.4-7.tar.gz) + |gridExtra|2.3|[Download] (https://cran.r-project.org/src/contrib/gridExtra_2.3.tar.gz) + |gridGraphics|0.5-1|[Download] (https://cran.r-project.org/src/contrib/gridGraphics_0.5-1.tar.gz) + |gridSVG|1.7-5|[Download] (https://cran.r-project.org/src/contrib/gridSVG_1.7-5.tar.gz) + |gridtext|0.1.5|[Download] (https://cran.r-project.org/src/contrib/gridtext_0.1.5.tar.gz) + |grImport|0.9-7|[Download] (https://cran.r-project.org/src/contrib/grImport_0.9-7.tar.gz) + |grImport2|0.3-3|[Download] (https://cran.r-project.org/src/contrib/grImport2_0.3-3.tar.gz) + |grpreg|3.5.0|[Download] (https://cran.r-project.org/src/contrib/grpreg_3.5.0.tar.gz) + |gsl|2.1-8|[Download] (https://cran.r-project.org/src/contrib/gsl_2.1-8.tar.gz) + |gss|2.2-7|[Download] (https://cran.r-project.org/web/packages/gss/index.html) + |gstat|2.1-2|[Download] (https://cran.r-project.org/src/contrib/gstat_2.1-2.tar.gz) + |gsubfn|0.7|[Download] (https://cran.r-project.org/src/contrib/gsubfn_0.7.tar.gz) + |gtable|0.3.5|[Download] (https://cran.r-project.org/web/packages/gtable/index.html) + |gtools|3.9.5|[Download] (https://cran.r-project.org/src/contrib/gtools_3.9.5.tar.gz) + |gtrendsR|1.5.1|[Download] (https://cran.r-project.org/src/contrib/gtrendsR_1.5.1.tar.gz) + |gWidgets|0.0-54.2|[Download] (https://cran.r-project.org/web/packages/gWidgets/index.html) + |gWidgets2|1.0-9|[Download] (https://cran.r-project.org/web/packages/gWidgets2/index.html) + |gWidgets2tcltk|1.0-8|[Download] (https://cran.r-project.org/src/contrib/gWidgets2tcltk_1.0-8.tar.gz) + |gWidgetsRGtk2|0.0-86.1|[Download] (https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html) + |gWidgetstcltk|0.0-55.1|[Download] (https://cran.r-project.org/web/packages/gWidgetstcltk/index.html) + |haplo.stats|1.9.5.1|[Download] (https://cran.r-project.org/web/packages/haplo.stats/index.html) + |hardhat|1.4.0|[Download] (https://cran.r-project.org/src/contrib/hardhat_1.4.0.tar.gz) + |hash|2.2.6.3|[Download] (https://cran.r-project.org/src/contrib/hash_2.2.6.3.tar.gz) + |haven|2.5.4|[Download] (https://cran.r-project.org/src/contrib/haven_2.5.4.tar.gz) + |hbsae|1.2|[Download] (https://cran.r-project.org/src/contrib/hbsae_1.2.tar.gz) + |HDInterval|0.2.4|[Download] (https://cran.r-project.org/src/contrib/HDInterval_0.2.4.tar.gz) + |hdrcde|3.4|[Download] (https://cran.r-project.org/src/contrib/hdrcde_3.4.tar.gz) + |heatmaply|1.5.0|[Download] (https://cran.r-project.org/src/contrib/heatmaply_1.5.0.tar.gz) + |here|1.0.1|[Download] (https://cran.r-project.org/src/contrib/here_1.0.1.tar.gz) + |hexbin|1.28.4|[Download] (https://cran.r-project.org/web/packages/hexbin/index.html) + |hflights|0.1|[Download] (https://cran.r-project.org/src/contrib/hflights_0.1.tar.gz) + |HH|3.1-52|[Download] (https://cran.r-project.org/src/contrib/HH_3.1-52.tar.gz) + |highcharter|0.9.4|[Download] (https://cran.r-project.org/src/contrib/highcharter_0.9.4.tar.gz) + |highr|0.11|[Download] (https://cran.r-project.org/src/contrib/highr_0.11.tar.gz) + |HistData|0.9-1|[Download] (https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz) + |Hmisc|5.1-3|[Download] (https://cran.r-project.org/web/packages/Hmisc/index.html) + |hms|1.1.3|[Download] (https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz) + |hoardr|0.5.4|[Download] (https://cran.r-project.org/src/contrib/hoardr_0.5.4.tar.gz) + |hrbrthemes|0.8.7|[Download] (https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz) + |HSAUR|1.3-10|[Download] (https://cran.r-project.org/src/contrib/HSAUR_1.3-10.tar.gz) + |htmlTable|2.4.3|[Download] (https://cran.r-project.org/src/contrib/htmlTable_2.4.3.tar.gz) + |htmltools|0.5.8.1|[Download] (https://cran.r-project.org/src/contrib/htmltools_0.5.8.1.tar.gz) + |htmlwidgets|1.6.4|[Download] (https://cran.r-project.org/src/contrib/htmlwidgets_1.6.4.tar.gz) + |hts|6.0.3|[Download] (https://cran.r-project.org/src/contrib/hts_6.0.3.tar.gz) + |httpcode|0.3.0|[Download] (https://cran.r-project.org/src/contrib/httpcode_0.3.0.tar.gz) + |httpuv|1.6.15|[Download] (https://cran.r-project.org/src/contrib/httpuv_1.6.15.tar.gz) + |httr|1.4.7|[Download] (https://cran.r-project.org/src/contrib/httr_1.4.7.tar.gz) + |httr2|1.0.3|[Download] (https://cran.r-project.org/web/packages/httr2/index.html) + |huge|1.3.5|[Download] (https://cran.r-project.org/src/contrib/huge_1.3.5.tar.gz) + |hunspell|3.0.4|[Download] (https://cran.r-project.org/web/packages/hunspell/index.html) + |hydroTSM|0.7-0|[Download] (https://cran.r-project.org/web/packages/hydroTSM/index.html) + |hypergeo|1.2-13|[Download] (https://cran.r-project.org/src/contrib/hypergeo_1.2-13.tar.gz) + |IBrokers|0.10-2|[Download] (https://cran.r-project.org/src/contrib/IBrokers_0.10-2.tar.gz) + |ids|1.0.1|[Download] (https://cran.r-project.org/src/contrib/ids_1.0.1.tar.gz) + |ifultools|2.0-26|[Download] (https://cran.r-project.org/web/packages/ifultools/index.html) + |igraph|2.0.3|[Download] (https://cran.r-project.org/web/packages/igraph/index.html) + |imager|1.0.2|[Download] (https://cran.r-project.org/src/contrib/imager_1.0.2.tar.gz) + |imputeTS|3.3|[Download] (https://cran.r-project.org/src/contrib/imputeTS_3.3.tar.gz) + |incidence|1.7.5|[Download] (https://cran.r-project.org/src/contrib/incidence_1.7.5.tar.gz) + |infer|1.0.7|[Download] (https://cran.r-project.org/src/contrib/infer_1.0.7.tar.gz) + |influenceR|0.1.5|[Download] (https://cran.r-project.org/src/contrib/influenceR_0.1.5.tar.gz) + |ini|0.3.1|[Download] (https://cran.r-project.org/src/contrib/ini_0.3.1.tar.gz) + |inline|0.3.19|[Download] (https://cran.r-project.org/web/packages/inline/index.html) + |insight|0.20.4|[Download] (https://cran.r-project.org/web/packages/insight/index.html) + |interp|1.1-6|[Download] (https://cran.r-project.org/src/contrib/interp_1.1-6.tar.gz) + |intervals|0.15.5|[Download] (https://cran.r-project.org/src/contrib/intervals_0.15.5.tar.gz) + |inum|1.0-5|[Download] (https://cran.r-project.org/src/contrib/inum_1.0-5.tar.gz) + |investr|1.4.2|[Download] (https://cran.r-project.org/src/contrib/investr_1.4.2.tar.gz) + |ipred|0.9-15|[Download] (https://cran.r-project.org/src/contrib/ipred_0.9-15.tar.gz) + |IRdisplay|1.1|[Download] (https://cran.r-project.org/src/contrib/IRdisplay_1.1.tar.gz) + |IRkernel|1.3.2|[Download] (https://cran.r-project.org/src/contrib/IRkernel_1.3.2.tar.gz) + |irlba|2.3.5.1|[Download] (https://cran.r-project.org/src/contrib/irlba_2.3.5.1.tar.gz) + |irr|0.84.1|[Download] (https://cran.r-project.org/src/contrib/irr_0.84.1.tar.gz) + |isoband|0.2.7|[Download] (https://cran.r-project.org/src/contrib/isoband_0.2.7.tar.gz) + |ISOcodes|2024.02.12|[Download] (https://cran.r-project.org/src/contrib/ISOcodes_2024.02.12.tar.gz) + |iterators|1.0.14|[Download] (https://cran.r-project.org/src/contrib/iterators_1.0.14.tar.gz) + |janeaustenr|1.0.0|[Download] (https://cran.r-project.org/src/contrib/janeaustenr_1.0.0.tar.gz) + |janitor|2.2.0|[Download] (https://cran.r-project.org/web/packages/janitor/index.html) + |jmvcore|2.4.7|[Download] (https://cran.r-project.org/web/packages/jmvcore/index.html) + |jomo|2.7-6|[Download] (https://cran.r-project.org/src/contrib/jomo_2.7-6.tar.gz) + |jpeg|0.1-10|[Download] (https://cran.r-project.org/src/contrib/jpeg_0.1-10.tar.gz) + |jqr|1.3.4|[Download] (https://cran.r-project.org/web/packages/jqr/index.html) + |jquerylib|0.1.4|[Download] (https://cran.r-project.org/src/contrib/jquerylib_0.1.4.tar.gz) + |jsonify|1.2.2|[Download] (https://cran.r-project.org/src/contrib/jsonify_1.2.2.tar.gz) + |jsonlite|1.8.7|[Download] (https://cran.r-project.org/web/packages/jsonlite/index.html) + |jsonvalidate|1.3.2|[Download] (https://cran.r-project.org/src/contrib/jsonvalidate_1.3.2.tar.gz) + |jtools|2.3.0|[Download] (https://cran.r-project.org/src/contrib/jtools_2.3.0.tar.gz) + |kableExtra|1.4.0|[Download] (https://cran.r-project.org/src/contrib/kableExtra_1.4.0.tar.gz) + |Kendall|2.2.1|[Download] (https://cran.r-project.org/src/contrib/Kendall_2.2.1.tar.gz) + |kernlab|0.9-33|[Download] (https://cran.r-project.org/src/contrib/kernlab_0.9-33.tar.gz) + |KernSmooth|2.23-24|[Download] (https://cran.r-project.org/web/packages/KernSmooth/index.html) + |kinship2|1.9.6.1|[Download] (https://cran.r-project.org/src/contrib/kinship2_1.9.6.1.tar.gz) + |kknn|1.3.1|[Download] (https://cran.r-project.org/src/contrib/kknn_1.3.1.tar.gz) + |klaR|1.7-3|[Download] (https://cran.r-project.org/src/contrib/klaR_1.7-3.tar.gz) + |km.ci|0.5-6|[Download] (https://cran.r-project.org/src/contrib/km.ci_0.5-6.tar.gz) + |KMsurv|0.1-5|[Download] (https://cran.r-project.org/src/contrib/KMsurv_0.1-5.tar.gz) + |knitr|1.48|[Download] (https://cran.r-project.org/web/packages/knitr/index.html) + |ks|1.14.2|[Download] (https://cran.r-project.org/web/packages/ks/index.html) + |labeling|0.4.3|[Download] (https://cran.r-project.org/src/contrib/labeling_0.4.3.tar.gz) + |labelled|2.13.0|[Download] (https://cran.r-project.org/web/packages/labelled/index.html) + |laeken|0.5.3|[Download] (https://cran.r-project.org/src/contrib/laeken_0.5.3.tar.gz) + |Lahman|11.0-0|[Download] (https://cran.r-project.org/web/packages/Lahman/index.html) + |lambda.r|1.2.4|[Download] (https://cran.r-project.org/src/contrib/lambda.r_1.2.4.tar.gz) + |lars|1.3|[Download] (https://cran.r-project.org/src/contrib/lars_1.3.tar.gz) + |later|1.3.2|[Download] (https://cran.r-project.org/web/packages/later/index.html) + |latex2exp|0.9.6|[Download] (https://cran.r-project.org/src/contrib/latex2exp_0.9.6.tar.gz) + |lattice|0.22-6|[Download] (https://cran.r-project.org/src/contrib/lattice_0.22-6.tar.gz) + |latticeExtra|0.6-30|[Download] (https://cran.r-project.org/src/contrib/latticeExtra_0.6-30.tar.gz) + |lava|1.8.0|[Download] (https://cran.r-project.org/web/packages/lava/index.html) + |lavaan|0.6-18|[Download] (https://cran.r-project.org/web/packages/lavaan/index.html) + |lazyeval|0.2.2|[Download] (https://cran.r-project.org/src/contrib/lazyeval_0.2.2.tar.gz) + |lda|1.5.2|[Download] (https://cran.r-project.org/src/contrib/lda_1.5.2.tar.gz) + |leafem|0.2.3|[Download] (https://cran.r-project.org/src/contrib/leafem_0.2.3.tar.gz) + |leaflet|2.2.2|[Download] (https://cran.r-project.org/src/contrib/leaflet_2.2.2.tar.gz) + |leaflet.esri|1.0.0|[Download] (https://cran.r-project.org/src/contrib/leaflet.esri_1.0.0.tar.gz) + |leaflet.extras|2.0.1|[Download] (https://cran.r-project.org/src/contrib/leaflet.extras_2.0.1.tar.gz) + |leaflet.providers|2.0.0|[Download] (https://cran.r-project.org/src/contrib/leaflet.providers_2.0.0.tar.gz) + |leafpop|0.1.0|[Download] (https://cran.r-project.org/src/contrib/leafpop_0.1.0.tar.gz) + |leafsync|0.1.0|[Download] (https://cran.r-project.org/src/contrib/leafsync_0.1.0.tar.gz) + |leaps|3.2|[Download] (https://cran.r-project.org/src/contrib/leaps_3.2.tar.gz) + |LearnBayes|2.15.1|[Download] (https://cran.r-project.org/src/contrib/LearnBayes_2.15.1.tar.gz) + |lexicon|1.2.1|[Download] (https://cran.r-project.org/src/contrib/lexicon_1.2.1.tar.gz) + |lgr|0.4.4|[Download] (https://cran.r-project.org/src/contrib/lgr_0.4.4.tar.gz) + |lhs|1.2.0|[Download] (https://cran.r-project.org/src/contrib/lhs_1.2.0.tar.gz) + |libcoin|1.0-10|[Download] (https://cran.r-project.org/src/contrib/libcoin_1.0-10.tar.gz) + |LiblineaR|2.10-23|[Download] (https://cran.r-project.org/web/packages/LiblineaR/index.html) + |LICORS|0.2.0|[Download] (https://cran.r-project.org/web/packages/LICORS/index.html) + |lifecycle|1.0.3|[Download] (https://cran.r-project.org/web/packages/lifecycle/index.html) + |likert|1.3.5|[Download] (https://cran.r-project.org/src/contrib/likert_1.3.5.tar.gz) + |limSolve|1.5.7.1|[Download] (https://cran.r-project.org/src/contrib/limSolve_1.5.7.1.tar.gz) + |linelist|1.1.4|[Download] (https://cran.r-project.org/src/contrib/linelist_1.1.4.tar.gz) + |linprog|0.9-4|[Download] (https://cran.r-project.org/src/contrib/linprog_0.9-4.tar.gz) + |listenv|0.9.1|[Download] (https://cran.r-project.org/src/contrib/listenv_0.9.1.tar.gz) + |lm.beta|1.7-2|[Download] (https://cran.r-project.org/src/contrib/lm.beta_1.7-2.tar.gz) + |lme4|1.1-35.5|[Download] (https://cran.r-project.org/web/packages/lme4/index.html) + |lmm|1.4|[Download] (https://cran.r-project.org/src/contrib/lmm_1.4.tar.gz) + |lmodel2|1.7-3|[Download] (https://cran.r-project.org/web/packages/lmodel2/index.html) + |lmtest|0.9-40|[Download] (https://cran.r-project.org/src/contrib/lmtest_0.9-40.tar.gz) + |lobstr|1.1.2|[Download] (https://cran.r-project.org/src/contrib/lobstr_1.1.2.tar.gz) + |locfit|1.5-9.9|[Download] (https://cran.r-project.org/web/packages/locfit/index.html) + |locpol|0.8.0|[Download] (https://cran.r-project.org/src/contrib/locpol_0.8.0.tar.gz) + |LogicReg|1.6.6|[Download] (https://cran.r-project.org/src/contrib/LogicReg_1.6.6.tar.gz) + |loo|2.8.0|[Download] (https://cran.r-project.org/src/contrib/loo_2.8.0.tar.gz) + |lpSolve|5.6.20|[Download] (https://cran.r-project.org/web/packages/lpSolve/index.html) + |lsa|0.73.3|[Download] (https://cran.r-project.org/src/contrib/lsa_0.73.3.tar.gz) + |lsmeans|2.30-0|[Download] (https://cran.r-project.org/src/contrib/lsmeans_2.30-0.tar.gz) + |lubridate|1.9.3|[Download] (https://cran.r-project.org/web/packages/lubridate/index.html) + |lwgeom|0.2-14|[Download] (https://cran.r-project.org/src/contrib/lwgeom_0.2-14.tar.gz) + |magic|1.6-1|[Download] (https://cran.r-project.org/src/contrib/magic_1.6-1.tar.gz) + |magick|2.8.4|[Download] (https://cran.r-project.org/web/packages/magick/index.html) + |magrittr|2.0.3|[Download] (https://cran.r-project.org/src/contrib/magrittr_2.0.3.tar.gz) + |manipulateWidget|0.11.1|[Download] (https://cran.r-project.org/src/contrib/manipulateWidget_0.11.1.tar.gz) + |MAPA|2.0.7|[Download] (https://cran.r-project.org/src/contrib/MAPA_2.0.7.tar.gz) + |mapdata|2.3.1|[Download] (https://cran.r-project.org/src/contrib/mapdata_2.3.1.tar.gz) + |mapdeck|0.3.5|[Download] (https://cran.r-project.org/src/contrib/mapdeck_0.3.5.tar.gz) + |mapproj|1.2.11|[Download] (https://cran.r-project.org/src/contrib/mapproj_1.2.11.tar.gz) + |maps|3.4.2|[Download] (https://cran.r-project.org/web/packages/maps/index.html) + |maptools|1.1-8|[Download] (https://cran.r-project.org/web/packages/maptools/index.html) + |maptree|1.4-8|[Download] (https://cran.r-project.org/src/contrib/maptree_1.4-8.tar.gz) + |mapview|2.11.2|[Download] (https://cran.r-project.org/src/contrib/mapview_2.11.2.tar.gz) + |marima|2.2|[Download] (https://cran.r-project.org/src/contrib/marima_2.2.tar.gz) + |markdown|1.13|[Download] (https://cran.r-project.org/src/contrib/markdown_1.13.tar.gz) + |MASS|7.3-60.0.1|[Download] (https://cran.r-project.org/web/packages/MASS/index.html) + |Matching|4.10-14|[Download] (https://cran.r-project.org/web/packages/Matching/index.html) + |MatchIt|4.5.5|[Download] (https://cran.r-project.org/web/packages/MatchIt/index.html) + |matchmaker|0.1.1|[Download] (https://cran.r-project.org/src/contrib/matchmaker_0.1.1.tar.gz) + |mathjaxr|1.6-0|[Download] (https://cran.r-project.org/src/contrib/mathjaxr_1.6-0.tar.gz) + |Matrix|1.6-5|[Download] (https://cran.r-project.org/web/packages/Matrix/index.html) + |matrixcalc|1.0-6|[Download] (https://cran.r-project.org/src/contrib/matrixcalc_1.0-6.tar.gz) + |MatrixExtra|0.1.15|[Download] (https://cran.r-project.org/src/contrib/MatrixExtra_0.1.15.tar.gz) + |MatrixModels|0.5-3|[Download] (https://cran.r-project.org/src/contrib/MatrixModels_0.5-3.tar.gz) + |matrixStats|1.4.0|[Download] (https://cran.r-project.org/web/packages/matrixStats/index.html) + |maxLik|1.5-2.1|[Download] (https://cran.r-project.org/src/contrib/maxLik_1.5-2.1.tar.gz) + |maxstat|0.7-25|[Download] (https://cran.r-project.org/src/contrib/maxstat_0.7-25.tar.gz) + |mboost|2.9-11|[Download] (https://cran.r-project.org/src/contrib/mboost_2.9-11.tar.gz) + |mclust|6.1.1|[Download] (https://cran.r-project.org/src/contrib/mclust_6.1.1.tar.gz) + |mcmc|0.9-8|[Download] (https://cran.r-project.org/src/contrib/mcmc_0.9-8.tar.gz) + |MCMCglmm|2.36|[Download] (https://cran.r-project.org/src/contrib/MCMCglmm_2.36.tar.gz) + |MCMCpack|1.7-1|[Download] (https://cran.r-project.org/src/contrib/MCMCpack_1.7-1.tar.gz) + |mda|0.5-4|[Download] (https://cran.r-project.org/web/packages/mda/index.html) + |memoise|2.0.1|[Download] (https://cran.r-project.org/src/contrib/memoise_2.0.1.tar.gz) + |merTools|0.6.2|[Download] (https://cran.r-project.org/src/contrib/merTools_0.6.2.tar.gz) + |meta|7.0-0|[Download] (https://cran.r-project.org/web/packages/meta/index.html) + |metadat|1.2-0|[Download] (https://cran.r-project.org/src/contrib/metadat_1.2-0.tar.gz) + |metafor|4.6-0|[Download] (https://cran.r-project.org/src/contrib/metafor_4.6-0.tar.gz) + |mgcv|1.9-1|[Download] (https://cran.r-project.org/src/contrib/mgcv_1.9-1.tar.gz) + |mgsub|1.7.3|[Download] (https://cran.r-project.org/src/contrib/mgsub_1.7.3.tar.gz) + |mi|1.1|[Download] (https://cran.r-project.org/src/contrib/mi_1.1.tar.gz) + |mice|3.16.0|[Download] (https://cran.r-project.org/web/packages/mice/index.html) + |microbenchmark|1.5.0|[Download] (https://cran.r-project.org/src/contrib/microbenchmark_1.5.0.tar.gz) + |mime|0.12|[Download] (https://cran.r-project.org/src/contrib/mime_0.12.tar.gz) + |miniCRAN|0.3.0|[Download] (https://cran.r-project.org/src/contrib/miniCRAN_0.3.0.tar.gz) + |miniUI|0.1.1.1|[Download] (https://cran.r-project.org/src/contrib/miniUI_0.1.1.1.tar.gz) + |minpack.lm|1.2-4|[Download] (https://cran.r-project.org/src/contrib/minpack.lm_1.2-4.tar.gz) + |minqa|1.2.8|[Download] (https://cran.r-project.org/src/contrib/minqa_1.2.8.tar.gz) + |mirt|1.41|[Download] (https://cran.r-project.org/web/packages/mirt/index.html) + |misc3d|0.9-1|[Download] (https://cran.r-project.org/src/contrib/misc3d_0.9-1.tar.gz) + |miscTools|0.6-28|[Download] (https://cran.r-project.org/src/contrib/miscTools_0.6-28.tar.gz) + |mitml|0.4-5|[Download] (https://cran.r-project.org/src/contrib/mitml_0.4-5.tar.gz) + |mitools|2.4|[Download] (https://cran.r-project.org/src/contrib/mitools_2.4.tar.gz) + |mixtools|2.0.0|[Download] (https://cran.r-project.org/src/contrib/mixtools_2.0.0.tar.gz) + |mlapi|0.1.1|[Download] (https://cran.r-project.org/src/contrib/mlapi_0.1.1.tar.gz) + |mlbench|2.1-5|[Download] (https://cran.r-project.org/web/packages/mlbench/index.html) + |mlogitBMA|0.1-7|[Download] (https://cran.r-project.org/web/packages/mlogitBMA/index.html) + |mnormt|2.1.1|[Download] (https://cran.r-project.org/src/contrib/mnormt_2.1.1.tar.gz) + |MNP|3.1-5|[Download] (https://cran.r-project.org/src/contrib/MNP_3.1-5.tar.gz) + |modeldata|1.4.0|[Download] (https://cran.r-project.org/src/contrib/modeldata_1.4.0.tar.gz) + |modelenv|0.1.1|[Download] (https://cran.r-project.org/web/packages/modelenv/index.html) + |ModelMetrics|1.2.2.2|[Download] (https://cran.r-project.org/src/contrib/ModelMetrics_1.2.2.2.tar.gz) + |modelr|0.1.11|[Download] (https://cran.r-project.org/src/contrib/modelr_0.1.11.tar.gz) + |modeltools|0.2-23|[Download] (https://cran.r-project.org/src/contrib/modeltools_0.2-23.tar.gz) + |mombf|3.5.4|[Download] (https://cran.r-project.org/src/contrib/mombf_3.5.4.tar.gz) + |moments|0.14.1|[Download] (https://cran.r-project.org/src/contrib/moments_0.14.1.tar.gz) + |monomvn|1.9-20|[Download] (https://cran.r-project.org/web/packages/monomvn/index.html) + |monreg|0.1.4.1|[Download] (https://cran.r-project.org/src/contrib/monreg_0.1.4.1.tar.gz) + |mosaic|1.9.1|[Download] (https://cran.r-project.org/src/contrib/mosaic_1.9.1.tar.gz) + |mosaicCore|0.9.4.0|[Download] (https://cran.r-project.org/src/contrib/mosaicCore_0.9.4.0.tar.gz) + |mosaicData|0.20.4|[Download] (https://cran.r-project.org/src/contrib/mosaicData_0.20.4.tar.gz) + |msir|1.3.3|[Download] (https://cran.r-project.org/src/contrib/msir_1.3.3.tar.gz) + |msm|1.7.1|[Download] (https://cran.r-project.org/web/packages/msm/index.html) + |multcomp|1.4-26|[Download] (https://cran.r-project.org/src/contrib/multcomp_1.4-26.tar.gz) + |multcompView|0.1-10|[Download] (https://cran.r-project.org/src/contrib/multcompView_0.1-10.tar.gz) + |multicool|1.0.1|[Download] (https://cran.r-project.org/src/contrib/multicool_1.0.1.tar.gz) + |munsell|0.5.1|[Download] (https://cran.r-project.org/src/contrib/munsell_0.5.1.tar.gz) + |mvoutlier|2.1.1|[Download] (https://cran.r-project.org/src/contrib/mvoutlier_2.1.1.tar.gz) + |mvtnorm|1.3-1|[Download] (https://cran.r-project.org/web/packages/mvtnorm/index.html) + |NADA|1.6-1.1|[Download] (https://cran.r-project.org/src/contrib/NADA_1.6-1.1.tar.gz) + |nanoparquet|0.3.1|[Download] (https://cran.r-project.org/src/contrib/nanoparquet_0.3.1.tar.gz) + |NbClust|3.0.1|[Download] (https://cran.r-project.org/src/contrib/NbClust_3.0.1.tar.gz) + |ncvreg|3.14.3|[Download] (https://cran.r-project.org/src/contrib/ncvreg_3.14.3.tar.gz) + |network|1.18.2|[Download] (https://cran.r-project.org/web/packages/network/index.html) + |networkD3|0.4|[Download] (https://cran.r-project.org/src/contrib/networkD3_0.4.tar.gz) + |neuralnet|1.44.2|[Download] (https://cran.r-project.org/src/contrib/neuralnet_1.44.2.tar.gz) + |ngram|3.2.3|[Download] (https://cran.r-project.org/src/contrib/ngram_3.2.3.tar.gz) + |nlme|3.1-165|[Download] (https://cran.r-project.org/web/packages/nlme/index.html) + |nloptr|2.1.1|[Download] (https://cran.r-project.org/src/contrib/nloptr_2.1.1.tar.gz) + |NLP|0.3-0|[Download] (https://cran.r-project.org/web/packages/NLP/index.html) + |nls.multstart|1.3.0|[Download] (https://cran.r-project.org/web/packages/nls.multstart/index.html) + |NMF|0.21.0|[Download] (https://cran.r-project.org/web/packages/NMF/index.html) + |nnet|7.3-19|[Download] (https://cran.r-project.org/web/packages/nnet/index.html) + |nnls|1.5|[Download] (https://cran.r-project.org/web/packages/nnls/index.html) + |nortest|1.0-4|[Download] (https://cran.r-project.org/src/contrib/nortest_1.0-4.tar.gz) + |numbers|0.8-5|[Download] (https://cran.r-project.org/src/contrib/numbers_0.8-5.tar.gz) + |numDeriv|2016.8-1.1|[Download] (https://cran.r-project.org/src/contrib/numDeriv_2016.8-1.1.tar.gz) + |numform|0.7.0|[Download] (https://cran.r-project.org/src/contrib/numform_0.7.0.tar.gz) + |OceanView|1.0.7|[Download] (https://cran.r-project.org/src/contrib/OceanView_1.0.7.tar.gz) + |openair|2.18-2|[Download] (https://cran.r-project.org/src/contrib/openair_2.18-2.tar.gz) + |openssl|2.2.1|[Download] (https://cran.r-project.org/web/packages/openssl/index.html) + |ordinal|2023.12-4.1|[Download] (https://cran.r-project.org/src/contrib/ordinal_2023.12-4.1.tar.gz) + |osmar|1.1-7|[Download] (https://cran.r-project.org/web/packages/osmar/index.html) + |outbreaks|1.9.0|[Download] (https://cran.r-project.org/src/contrib/outbreaks_1.9.0.tar.gz) + |outliers|0.15|[Download] (https://cran.r-project.org/src/contrib/outliers_0.15.tar.gz) + |packcircles|0.3.6|[Download] (https://cran.r-project.org/web/packages/packcircles/index.html) + |padr|0.6.2|[Download] (https://cran.r-project.org/web/packages/padr/index.html) + |pan|1.9|[Download] (https://cran.r-project.org/src/contrib/pan_1.9.tar.gz) + |pander|0.6.5|[Download] (https://cran.r-project.org/src/contrib/pander_0.6.5.tar.gz) + |parallelly|1.38.0|[Download] (https://cran.r-project.org/web/packages/parallelly/index.html) + |parameters|0.22.2|[Download] (https://cran.r-project.org/web/packages/parameters/index.html) + |parsnip|1.2.1|[Download] (https://cran.r-project.org/src/contrib/parsnip_1.2.1.tar.gz) + |partitions|1.10-7|[Download] (https://cran.r-project.org/src/contrib/partitions_1.10-7.tar.gz) + |party|1.3-17|[Download] (https://cran.r-project.org/src/contrib/party_1.3-17.tar.gz) + |partykit|1.2-22|[Download] (https://cran.r-project.org/web/packages/partykit/index.html) + |patchwork|1.2.0|[Download] (https://cran.r-project.org/web/packages/patchwork/index.html) + |pbapply|1.7-2|[Download] (https://cran.r-project.org/src/contrib/pbapply_1.7-2.tar.gz) + |pbdZMQ|0.3-10|[Download] (https://cran.r-project.org/web/packages/pbdZMQ/index.html) + |pbivnorm|0.6.0|[Download] (https://cran.r-project.org/src/contrib/pbivnorm_0.6.0.tar.gz) + |pbkrtest|0.5.3|[Download] (https://cran.r-project.org/src/contrib/pbkrtest_0.5.3.tar.gz) + |PCAmixdata|3.1|[Download] (https://cran.r-project.org/src/contrib/PCAmixdata_3.1.tar.gz) + |pcaPP|2.0-5|[Download] (https://cran.r-project.org/src/contrib/pcaPP_2.0-5.tar.gz) + |pdc|1.0.3|[Download] (https://cran.r-project.org/src/contrib/pdc_1.0.3.tar.gz) + |pegas|1.3|[Download] (https://cran.r-project.org/src/contrib/pegas_1.3.tar.gz) + |performance|0.12.3|[Download] (https://cran.r-project.org/web/packages/performance/index.html) + |PerformanceAnalytics|2.0.4|[Download] (https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html) + |permute|0.9-7|[Download] (https://cran.r-project.org/src/contrib/permute_0.9-7.tar.gz) + |perry|0.3.1|[Download] (https://cran.r-project.org/src/contrib/perry_0.3.1.tar.gz) + |petrinetR|0.3.0|[Download] (https://cran.r-project.org/src/contrib/petrinetR_0.3.0.tar.gz) + |pheatmap|1.0.12|[Download] (https://cran.r-project.org/src/contrib/pheatmap_1.0.12.tar.gz) + |pillar|1.9.0|[Download] (https://cran.r-project.org/web/packages/pillar/index.html) + |pixmap|0.4-13|[Download] (https://cran.r-project.org/src/contrib/pixmap_0.4-13.tar.gz) + |pkgbuild|1.4.4|[Download] (https://cran.r-project.org/web/packages/pkgbuild/index.html) + |pkgcache|2.2.2|[Download] (https://cran.r-project.org/web/packages/pkgcache/index.html) + |pkgconfig|2.0.3|[Download] (https://cran.r-project.org/src/contrib/pkgconfig_2.0.3.tar.gz) + |pkgdepends|0.7.2|[Download] (https://cran.r-project.org/web/packages/pkgdepends/index.html) + |pkgdown|2.1.0|[Download] (https://cran.r-project.org/web/packages/pkgdown/index.html) + |pkgload|1.4.0|[Download] (https://cran.r-project.org/src/contrib/pkgload_1.4.0.tar.gz) + |pkgmaker|0.32.10|[Download] (https://cran.r-project.org/web/packages/pkgmaker/index.html) + |platetools|0.1.7|[Download] (https://cran.r-project.org/src/contrib/platetools_0.1.7.tar.gz) + |plogr|0.2.0|[Download] (https://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz) + |plot3D|1.4.1|[Download] (https://cran.r-project.org/src/contrib/plot3D_1.4.1.tar.gz) + |plot3Drgl|1.0.4|[Download] (https://cran.r-project.org/src/contrib/plot3Drgl_1.0.4.tar.gz) + |plotly|4.10.4|[Download] (https://cran.r-project.org/src/contrib/plotly_4.10.4.tar.gz) + |plotmo|3.6.4|[Download] (https://cran.r-project.org/src/contrib/plotmo_3.6.4.tar.gz) + |plotrix|3.8-4|[Download] (https://cran.r-project.org/src/contrib/plotrix_3.8-4.tar.gz) + |pls|2.8-4|[Download] (https://cran.r-project.org/web/packages/pls/index.html) + |plyr|1.8.9|[Download] (https://cran.r-project.org/src/contrib/plyr_1.8.9.tar.gz) + |png|0.1-8|[Download] (https://cran.r-project.org/src/contrib/png_0.1-8.tar.gz) + |polspline|1.1.25|[Download] (https://cran.r-project.org/src/contrib/polspline_1.1.25.tar.gz) + |polyclip|1.10-7|[Download] (https://cran.r-project.org/src/contrib/polyclip_1.10-7.tar.gz) + |polylabelr|0.2.0|[Download] (https://cran.r-project.org/web/packages/polylabelr/index.html) + |polynom|1.4-1|[Download] (https://cran.r-project.org/src/contrib/polynom_1.4-1.tar.gz) + |posterior|1.6.0|[Download] (https://cran.r-project.org/src/contrib/posterior_1.6.0.tar.gz) + |ppcor|1.1|[Download] (https://cran.r-project.org/src/contrib/ppcor_1.1.tar.gz) + |prabclus|2.3-3|[Download] (https://cran.r-project.org/web/packages/prabclus/index.html) + |pracma|2.4.4|[Download] (https://cran.r-project.org/src/contrib/pracma_2.4.4.tar.gz) + |praise|1.0.0|[Download] (https://cran.r-project.org/src/contrib/praise_1.0.0.tar.gz) + |precrec|0.14.4|[Download] (https://cran.r-project.org/src/contrib/precrec_0.14.4.tar.gz) + |prediction|0.3.18|[Download] (https://cran.r-project.org/src/contrib/prediction_0.3.18.tar.gz) + |PresenceAbsence|1.1.11|[Download] (https://cran.r-project.org/src/contrib/PresenceAbsence_1.1.11.tar.gz) + |prettyunits|1.2.0|[Download] (https://cran.r-project.org/src/contrib/prettyunits_1.2.0.tar.gz) + |pROC|1.18.5|[Download] (https://cran.r-project.org/src/contrib/pROC_1.18.5.tar.gz) + |processmapR|0.5.5|[Download] (https://cran.r-project.org/web/packages/processmapR/index.html) + |processmonitR|0.1.0|[Download] (https://cran.r-project.org/src/contrib/processmonitR_0.1.0.tar.gz) + |processx|3.8.4|[Download] (https://cran.r-project.org/web/packages/processx/index.html) + |prodlim|2024.06.25|[Download] (https://cran.r-project.org/src/contrib/prodlim_2024.06.25.tar.gz) + |profileModel|0.6.1|[Download] (https://cran.r-project.org/src/contrib/profileModel_0.6.1.tar.gz) + |profvis|0.3.8|[Download] (https://cran.r-project.org/web/packages/profvis/index.html) + |progress|1.2.3|[Download] (https://cran.r-project.org/src/contrib/progress_1.2.3.tar.gz) + |progressr|0.14.0|[Download] (https://cran.r-project.org/web/packages/progressr/index.html) + |proj4|1.0-14|[Download] (https://cran.r-project.org/src/contrib/proj4_1.0-14.tar.gz) + |promises|1.3.0|[Download] (https://cran.r-project.org/web/packages/promises/index.html) + |prophet|1.0|[Download] (https://cran.r-project.org/src/contrib/prophet_1.0.tar.gz) + |proto|1.0.0|[Download] (https://cran.r-project.org/src/contrib/proto_1.0.0.tar.gz) + |protolite|2.3.0|[Download] (https://cran.r-project.org/web/packages/protolite/index.html) + |proxy|0.4-27|[Download] (https://cran.r-project.org/src/contrib/proxy_0.4-27.tar.gz) + |pryr|0.1.6|[Download] (https://cran.r-project.org/src/contrib/pryr_0.1.6.tar.gz) + |ps|1.7.7|[Download] (https://cran.r-project.org/web/packages/ps/index.html) + |pscl|1.5.9|[Download] (https://cran.r-project.org/src/contrib/pscl_1.5.9.tar.gz) + |psych|2.4.3|[Download] (https://cran.r-project.org/web/packages/psych/index.html) + |purrr|1.0.2|[Download] (https://cran.r-project.org/src/contrib/purrr_1.0.2.tar.gz) + |pwr|1.3-0|[Download] (https://cran.r-project.org/src/contrib/pwr_1.3-0.tar.gz) + |qap|0.1-2|[Download] (https://cran.r-project.org/src/contrib/qap_0.1-2.tar.gz) + |qcc|2.7|[Download] (https://cran.r-project.org/src/contrib/qcc_2.7.tar.gz) + |qdapDictionaries|1.0.7|[Download] (https://cran.r-project.org/src/contrib/qdapDictionaries_1.0.7.tar.gz) + |qdapRegex|0.7.8|[Download] (https://cran.r-project.org/src/contrib/qdapRegex_0.7.8.tar.gz) + |qdapTools|1.3.7|[Download] (https://cran.r-project.org/src/contrib/qdapTools_1.3.7.tar.gz) + |qgraph|1.9.8|[Download] (https://cran.r-project.org/src/contrib/qgraph_1.9.8.tar.gz) + |qicharts|0.5.8|[Download] (https://cran.r-project.org/src/contrib/qicharts_0.5.8.tar.gz) + |qicharts2|0.7.5|[Download] (https://cran.r-project.org/src/contrib/qicharts2_0.7.5.tar.gz) + |quadprog|1.5-8|[Download] (https://cran.r-project.org/src/contrib/quadprog_1.5-8.tar.gz) + |quanteda|3.3.1|[Download] (https://cran.r-project.org/web/packages/quanteda/index.html) + |quantmod|0.4.26|[Download] (https://cran.r-project.org/src/contrib/quantmod_0.4.26.tar.gz) + |quantreg|5.98|[Download] (https://cran.r-project.org/web/packages/quantreg/index.html) + |questionr|0.7.8|[Download] (https://cran.r-project.org/src/contrib/questionr_0.7.8.tar.gz) + |QuickJSR|1.3.1|[Download] (https://cran.r-project.org/web/packages/QuickJSR/index.html) + |qvcalc|1.0.3|[Download] (https://cran.r-project.org/src/contrib/qvcalc_1.0.3.tar.gz) + |R.cache|0.16.0|[Download] (https://cran.r-project.org/src/contrib/R.cache_0.16.0.tar.gz) + |R.matlab|3.7.0|[Download] (https://cran.r-project.org/src/contrib/R.matlab_3.7.0.tar.gz) + |R.methodsS3|1.8.2|[Download] (https://cran.r-project.org/src/contrib/R.methodsS3_1.8.2.tar.gz) + |R.oo|1.26.0|[Download] (https://cran.r-project.org/web/packages/R.oo/index.html) + |R.utils|2.12.3|[Download] (https://cran.r-project.org/src/contrib/R.utils_2.12.3.tar.gz) + |r2d3|0.2.6|[Download] (https://cran.r-project.org/src/contrib/r2d3_0.2.6.tar.gz) + |R2HTML|2.3.4|[Download] (https://cran.r-project.org/src/contrib/R2HTML_2.3.4.tar.gz) + |R2jags|0.8-5|[Download] (https://cran.r-project.org/web/packages/R2jags/index.html) + |R2OpenBUGS|3.2-3.2.1|[Download] (https://cran.r-project.org/src/contrib/R2OpenBUGS_3.2-3.2.1.tar.gz) + |R2WinBUGS|2.1-22.1|[Download] (https://cran.r-project.org/src/contrib/R2WinBUGS_2.1-22.1.tar.gz) + |R6|2.5.1|[Download] (https://cran.r-project.org/src/contrib/R6_2.5.1.tar.gz) + |ragg|1.3.2|[Download] (https://cran.r-project.org/web/packages/ragg/index.html) + |rainbow|3.8|[Download] (https://cran.r-project.org/src/contrib/rainbow_3.8.tar.gz) + |ramps|0.6.18|[Download] (https://cran.r-project.org/src/contrib/ramps_0.6.18.tar.gz) + |RandomFields|3.3.14|[Download] (https://cran.r-project.org/web/packages/RandomFields/index.html) + |RandomFieldsUtils|1.2.5|[Download] (https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html) + |randomForest|4.7-1.1|[Download] (https://cran.r-project.org/web/packages/randomForest/index.html) + |randomForestSRC|3.3.1|[Download] (https://cran.r-project.org/web/packages/randomForestSRC/index.html) + |ranger|0.16.0|[Download] (https://cran.r-project.org/web/packages/ranger/index.html) + |RApiDatetime|0.0.9|[Download] (https://cran.r-project.org/src/contrib/RApiDatetime_0.0.9.tar.gz) + |rapidjsonr|1.2.0|[Download] (https://cran.r-project.org/src/contrib/rapidjsonr_1.2.0.tar.gz) + |rappdirs|0.3.3|[Download] (https://cran.r-project.org/src/contrib/rappdirs_0.3.3.tar.gz) + |raster|3.6-26|[Download] (https://cran.r-project.org/web/packages/raster/index.html) + |rattle|5.5.1|[Download] (https://cran.r-project.org/src/contrib/rattle_5.5.1.tar.gz) + |rayimage|0.10.0|[Download] (https://cran.r-project.org/web/packages/rayimage/index.html) + |rayshader|0.24.10|[Download] (https://cran.r-project.org/web/packages/rayshader/index.html) + |rayvertex|0.11.4|[Download] (https://cran.r-project.org/src/contrib/rayvertex_0.11.4.tar.gz) + |rbenchmark|1.0.0|[Download] (https://cran.r-project.org/src/contrib/rbenchmark_1.0.0.tar.gz) + |rbibutils|2.2.16|[Download] (https://cran.r-project.org/web/packages/rbibutils/index.html) + |Rblpapi|0.3.14|[Download] (https://cran.r-project.org/web/packages/Rblpapi/index.html) + |rbokeh|0.5.2|[Download] (https://cran.r-project.org/web/packages/rbokeh/index.html) + |rcmdcheck|1.4.0|[Download] (https://cran.r-project.org/src/contrib/rcmdcheck_1.4.0.tar.gz) + |RColorBrewer|1.1-3|[Download] (https://cran.r-project.org/src/contrib/RColorBrewer_1.1-3.tar.gz) + |Rcpp|1.0.13|[Download] (https://cran.r-project.org/web/packages/Rcpp/index.html) + |RcppArmadillo|14.0.0-1|[Download] (https://cran.r-project.org/web/packages/RcppArmadillo/index.html) + |RcppDE|0.1.7|[Download] (https://cran.r-project.org/src/contrib/RcppDE_0.1.7.tar.gz) + |RcppEigen|0.3.4.0.2|[Download] (https://cran.r-project.org/src/contrib/RcppEigen_0.3.4.0.2.tar.gz) + |RcppExamples|0.1.9|[Download] (https://cran.r-project.org/src/contrib/RcppExamples_0.1.9.tar.gz) + |RcppParallel|5.1.9|[Download] (https://cran.r-project.org/src/contrib/RcppParallel_5.1.9.tar.gz) + |RcppProgress|0.4.2|[Download] (https://cran.r-project.org/src/contrib/RcppProgress_0.4.2.tar.gz) + |RcppRoll|0.3.1|[Download] (https://cran.r-project.org/src/contrib/RcppRoll_0.3.1.tar.gz) + |RcppThread|2.1.7|[Download] (https://cran.r-project.org/web/packages/RcppThread/index.html) + |RcppTOML|0.2.2|[Download] (https://cran.r-project.org/src/contrib/RcppTOML_0.2.2.tar.gz) + |RCurl|1.98-1.16|[Download] (https://cran.r-project.org/src/contrib/RCurl_1.98-1.16.tar.gz) + |Rdpack|2.6.1|[Download] (https://cran.r-project.org/web/packages/Rdpack/index.html) + |readbitmap|0.1.5|[Download] (https://cran.r-project.org/src/contrib/readbitmap_0.1.5.tar.gz) + |readr|2.1.5|[Download] (https://cran.r-project.org/src/contrib/readr_2.1.5.tar.gz) + |readxl|1.4.3|[Download] (https://cran.r-project.org/src/contrib/readxl_1.4.3.tar.gz) + |recipes|1.1.0|[Download] (https://cran.r-project.org/src/contrib/recipes_1.1.0.tar.gz) + |Redmonder|0.2.0|[Download] (https://cran.r-project.org/src/contrib/Redmonder_0.2.0.tar.gz) + |registry|0.5-1|[Download] (https://cran.r-project.org/src/contrib/registry_0.5-1.tar.gz) + |relaimpo|2.2-7|[Download] (https://cran.r-project.org/src/contrib/relaimpo_2.2-7.tar.gz) + |relimp|1.0-5|[Download] (https://cran.r-project.org/src/contrib/relimp_1.0-5.tar.gz) + |rematch|2.0.0|[Download] (https://cran.r-project.org/src/contrib/rematch_2.0.0.tar.gz) + |rematch2|2.1.2|[Download] (https://cran.r-project.org/src/contrib/rematch2_2.1.2.tar.gz) + |remotes|2.5.0|[Download] (https://cran.r-project.org/src/contrib/remotes_2.5.0.tar.gz) + |Renext|3.1-4|[Download] (https://cran.r-project.org/src/contrib/Renext_3.1-4.tar.gz) + |repr|1.1.6|[Download] (https://cran.r-project.org/web/packages/repr/index.html) + |reprex|2.1.1|[Download] (https://cran.r-project.org/src/contrib/reprex_2.1.1.tar.gz) + |reshape|0.8.9|[Download] (https://cran.r-project.org/src/contrib/reshape_0.8.9.tar.gz) + |reshape2|1.4.4|[Download] (https://cran.r-project.org/src/contrib/reshape2_1.4.4.tar.gz) + |reticulate|1.39.0|[Download] (https://cran.r-project.org/web/packages/reticulate/index.html) + |rex|1.2.1|[Download] (https://cran.r-project.org/src/contrib/rex_1.2.1.tar.gz) + |rFerns|5.0.0|[Download] (https://cran.r-project.org/src/contrib/rFerns_5.0.0.tar.gz) + |rfm|0.3.0|[Download] (https://cran.r-project.org/src/contrib/rfm_0.3.0.tar.gz) + |rgdal|1.6-7|[Download] (https://cran.r-project.org/web/packages/rgdal/index.html) + |rgeos|0.6-4|[Download] (https://cran.r-project.org/web/packages/rgeos/index.html) + |rgexf|0.16.3|[Download] (https://cran.r-project.org/src/contrib/rgexf_0.16.3.tar.gz) + |rgl|1.3.1|[Download] (https://cran.r-project.org/web/packages/rgl/index.html) + |RgoogleMaps|1.5.1|[Download] (https://cran.r-project.org/src/contrib/RgoogleMaps_1.5.1.tar.gz) + |RGraphics|3.0-2|[Download] (https://cran.r-project.org/src/contrib/RGraphics_3.0-2.tar.gz) + |RGtk2|2.20.36.3|[Download] (https://cran.r-project.org/web/packages/RGtk2/index.html) + |RhpcBLASctl|0.23-42|[Download] (https://cran.r-project.org/src/contrib/RhpcBLASctl_0.23-42.tar.gz) + |RInside|0.2.18|[Download] (https://cran.r-project.org/src/contrib/RInside_0.2.18.tar.gz) + |rio|1.2.2|[Download] (https://cran.r-project.org/web/packages/rio/index.html) + |rjags|4-16|[Download] (https://cran.r-project.org/src/contrib/rjags_4-16.tar.gz) + |rjson|0.2.21|[Download] (https://cran.r-project.org/web/packages/rjson/index.html) + |RJSONIO|1.3-1.9|[Download] (https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz) + |rlang|1.1.4|[Download] (https://cran.r-project.org/src/contrib/rlang_1.1.4.tar.gz) + |rlecuyer|0.3-8|[Download] (https://cran.r-project.org/src/contrib/rlecuyer_0.3-8.tar.gz) + |rlist|0.4.6.2|[Download] (https://cran.r-project.org/src/contrib/rlist_0.4.6.2.tar.gz) + |rmapshaper|0.5.0|[Download] (https://cran.r-project.org/src/contrib/rmapshaper_0.5.0.tar.gz) + |rmarkdown|2.28|[Download] (https://cran.r-project.org/web/packages/rmarkdown/index.html) + |Rmisc|1.5.1|[Download] (https://cran.r-project.org/src/contrib/Rmisc_1.5.1.tar.gz) + |Rmpfr|0.9-5|[Download] (https://cran.r-project.org/web/packages/Rmpfr/index.html) + |rms|6.8-1|[Download] (https://cran.r-project.org/web/packages/rms/index.html) + |RMySQL|0.10.28|[Download] (https://cran.r-project.org/web/packages/RMySQL/index.html) + |rngtools|1.5.2|[Download] (https://cran.r-project.org/src/contrib/rngtools_1.5.2.tar.gz) + |robCompositions|2.4.1|[Download] (https://cran.r-project.org/src/contrib/robCompositions_2.4.1.tar.gz) + |robfilter|4.1.5|[Download] (https://cran.r-project.org/src/contrib/robfilter_4.1.5.tar.gz) + |robustbase|0.99-4|[Download] (https://cran.r-project.org/web/packages/robustbase/index.html) + |robustHD|0.8.1|[Download] (https://cran.r-project.org/src/contrib/robustHD_0.8.1.tar.gz) + |ROCR|1.0-11|[Download] (https://cran.r-project.org/src/contrib/ROCR_1.0-11.tar.gz) + |RODBC|1.3-23|[Download] (https://cran.r-project.org/web/packages/RODBC/index.html) + |Rook|1.2|[Download] (https://cran.r-project.org/src/contrib/Rook_1.2.tar.gz) + |rootSolve|1.8.2.4|[Download] (https://cran.r-project.org/src/contrib/rootSolve_1.8.2.4.tar.gz) + |roxygen2|7.3.2|[Download] (https://cran.r-project.org/src/contrib/roxygen2_7.3.2.tar.gz) + |rpart|4.1.23|[Download] (https://cran.r-project.org/web/packages/rpart/index.html) + |rpart.plot|3.1.2|[Download] (https://cran.r-project.org/src/contrib/rpart.plot_3.1.2.tar.gz) + |rpivotTable|0.3.0|[Download] (https://cran.r-project.org/src/contrib/rpivotTable_0.3.0.tar.gz) + |rprojroot|2.0.4|[Download] (https://cran.r-project.org/src/contrib/rprojroot_2.0.4.tar.gz) + |RPushbullet|0.3.4|[Download] (https://cran.r-project.org/src/contrib/RPushbullet_0.3.4.tar.gz) + |rrcov|1.7-6|[Download] (https://cran.r-project.org/src/contrib/rrcov_1.7-6.tar.gz) + |rsample|1.2.1|[Download] (https://cran.r-project.org/src/contrib/rsample_1.2.1.tar.gz) + |rsdmx|0.6-3|[Download] (https://cran.r-project.org/web/packages/rsdmx/index.html) + |RSGHB|1.2.2|[Download] (https://cran.r-project.org/src/contrib/RSGHB_1.2.2.tar.gz) + |RSNNS|0.4-17|[Download] (https://cran.r-project.org/src/contrib/RSNNS_0.4-17.tar.gz) + |Rsolnp|1.16|[Download] (https://cran.r-project.org/src/contrib/Rsolnp_1.16.tar.gz) + |rsparse|0.5.2|[Download] (https://cran.r-project.org/src/contrib/rsparse_0.5.2.tar.gz) + |RSpectra|0.16-2|[Download] (https://cran.r-project.org/src/contrib/RSpectra_0.16-2.tar.gz) + |RSQLite|2.3.7|[Download] (https://cran.r-project.org/web/packages/RSQLite/index.html) + |rstan|2.32.6|[Download] (https://cran.r-project.org/src/contrib/rstan_2.32.6.tar.gz) + |rstantools|2.4.0|[Download] (https://cran.r-project.org/src/contrib/rstantools_2.4.0.tar.gz) + |rstatix|0.7.2|[Download] (https://cran.r-project.org/src/contrib/rstatix_0.7.2.tar.gz) + |rstudioapi|0.16.0|[Download] (https://cran.r-project.org/web/packages/rstudioapi/index.html) + |rsvg|2.6.0|[Download] (https://cran.r-project.org/web/packages/rsvg/index.html) + |RTextTools|1.4.3|[Download] (https://cran.r-project.org/src/contrib/RTextTools_1.4.3.tar.gz) + |Rttf2pt1|1.3.12|[Download] (https://cran.r-project.org/src/contrib/Rttf2pt1_1.3.12.tar.gz) + |RUnit|0.4.33|[Download] (https://cran.r-project.org/src/contrib/RUnit_0.4.33.tar.gz) + |runjags|2.2.2-4|[Download] (https://cran.r-project.org/src/contrib/runjags_2.2.2-4.tar.gz) + |Runuran|0.38|[Download] (https://cran.r-project.org/web/packages/Runuran/index.html) + |rvcheck|0.2.1|[Download] (https://cran.r-project.org/src/contrib/rvcheck_0.2.1.tar.gz) + |rversions|2.1.2|[Download] (https://cran.r-project.org/src/contrib/rversions_2.1.2.tar.gz) + |rvest|1.0.4|[Download] (https://cran.r-project.org/src/contrib/rvest_1.0.4.tar.gz) + |rworldmap|1.3-8|[Download] (https://cran.r-project.org/src/contrib/rworldmap_1.3-8.tar.gz) + |rworldxtra|1.01|[Download] (https://cran.r-project.org/src/contrib/rworldxtra_1.01.tar.gz) + |s2|1.1.7|[Download] (https://cran.r-project.org/src/contrib/s2_1.1.7.tar.gz) + |SampleSizeMeans|1.2.3|[Download] (https://cran.r-project.org/src/contrib/SampleSizeMeans_1.2.3.tar.gz) + |SampleSizeProportions|1.1.3|[Download] (https://cran.r-project.org/src/contrib/SampleSizeProportions_1.1.3.tar.gz) + |sandwich|3.1-0|[Download] (https://cran.r-project.org/web/packages/sandwich/index.html) + |sas7bdat|0.8|[Download] (https://cran.r-project.org/src/contrib/sas7bdat_0.8.tar.gz) + |sass|0.4.9|[Download] (https://cran.r-project.org/src/contrib/sass_0.4.9.tar.gz) + |satellite|1.0.5|[Download] (https://cran.r-project.org/src/contrib/satellite_1.0.5.tar.gz) + |sbgcop|0.980|[Download] (https://cran.r-project.org/src/contrib/sbgcop_0.980.tar.gz) + |scales|1.3.0|[Download] (https://cran.r-project.org/src/contrib/scales_1.3.0.tar.gz) + |scatterplot3d|0.3-44|[Download] (https://cran.r-project.org/src/contrib/scatterplot3d_0.3-44.tar.gz) + |sciplot|1.2-0|[Download] (https://cran.r-project.org/src/contrib/sciplot_1.2-0.tar.gz) + |segmented|2.1-2|[Download] (https://cran.r-project.org/web/packages/segmented/index.html) + |selectr|0.4-2|[Download] (https://cran.r-project.org/src/contrib/selectr_0.4-2.tar.gz) + |sem|3.1-16|[Download] (https://cran.r-project.org/src/contrib/sem_3.1-16.tar.gz) + |sentimentr|2.9.0|[Download] (https://cran.r-project.org/src/contrib/sentimentr_2.9.0.tar.gz) + |seqinr|4.2-36|[Download] (https://cran.r-project.org/src/contrib/seqinr_4.2-36.tar.gz) + |seriation|1.5.6|[Download] (https://cran.r-project.org/web/packages/seriation/index.html) + |servr|0.31|[Download] (https://cran.r-project.org/web/packages/servr/index.html) + |sessioninfo|1.2.2|[Download] (https://cran.r-project.org/src/contrib/sessioninfo_1.2.2.tar.gz) + |setRNG|2024.2-1|[Download] (https://cran.r-project.org/src/contrib/setRNG_2024.2-1.tar.gz) + |sets|1.0-25|[Download] (https://cran.r-project.org/src/contrib/sets_1.0-25.tar.gz) + |sf|1.0-16|[Download] (https://cran.r-project.org/web/packages/sf/index.html) + |sfd|0.1.0|[Download] (https://cran.r-project.org/src/contrib/sfd_0.1.0.tar.gz) + |sfheaders|0.4.4|[Download] (https://cran.r-project.org/src/contrib/sfheaders_0.4.4.tar.gz) + |sfsmisc|1.1-19|[Download] (https://cran.r-project.org/web/packages/sfsmisc/index.html) + |sftime|0.2-0|[Download] (https://cran.r-project.org/web/packages/sftime/index.html) + |sgeostat|1.0-27|[Download] (https://cran.r-project.org/src/contrib/sgeostat_1.0-27.tar.gz) + |shades|1.4.0|[Download] (https://cran.r-project.org/src/contrib/shades_1.4.0.tar.gz) + |shape|1.4.6.1|[Download] (https://cran.r-project.org/src/contrib/shape_1.4.6.1.tar.gz) + |shapefiles|0.7.2|[Download] (https://cran.r-project.org/src/contrib/shapefiles_0.7.2.tar.gz) + |shiny|1.9.1|[Download] (https://cran.r-project.org/web/packages/shiny/index.html) + |shinyBS|0.61.1|[Download] (https://cran.r-project.org/src/contrib/shinyBS_0.61.1.tar.gz) + |shinycssloaders|1.1.0|[Download] (https://cran.r-project.org/src/contrib/shinycssloaders_1.1.0.tar.gz) + |shinyjs|2.1.0|[Download] (https://cran.r-project.org/src/contrib/shinyjs_2.1.0.tar.gz) + |shinyTime|1.0.3|[Download] (https://cran.r-project.org/src/contrib/shinyTime_1.0.3.tar.gz) + |showtext|0.9-7|[Download] (https://cran.r-project.org/src/contrib/showtext_0.9-7.tar.gz) + |showtextdb|3.0|[Download] (https://cran.r-project.org/src/contrib/showtextdb_3.0.tar.gz) + |SimDesign|2.17.1|[Download] (https://cran.r-project.org/web/packages/SimDesign/index.html) + |SIS|0.8-8|[Download] (https://cran.r-project.org/src/contrib/SIS_0.8-8.tar.gz) + |SixSigma|0.11.1|[Download] (https://cran.r-project.org/src/contrib/SixSigma_0.11.1.tar.gz) + |sjlabelled|1.2.0|[Download] (https://cran.r-project.org/src/contrib/sjlabelled_1.2.0.tar.gz) + |sjmisc|2.8.10|[Download] (https://cran.r-project.org/src/contrib/sjmisc_2.8.10.tar.gz) + |sjPlot|2.8.16|[Download] (https://cran.r-project.org/web/packages/sjPlot/index.html) + |sjstats|0.19.0|[Download] (https://cran.r-project.org/src/contrib/sjstats_0.19.0.tar.gz) + |skmeans|0.2-17|[Download] (https://cran.r-project.org/web/packages/skmeans/index.html) + |slam|0.1-53|[Download] (https://cran.r-project.org/web/packages/slam/index.html) + |slider|0.3.1|[Download] (https://cran.r-project.org/web/packages/slider/index.html) + |sm|2.2-6.0|[Download] (https://cran.r-project.org/src/contrib/sm_2.2-6.0.tar.gz) + |smooth|4.0.2|[Download] (https://cran.r-project.org/web/packages/smooth/index.html) + |smoothSurv|2.6|[Download] (https://cran.r-project.org/src/contrib/smoothSurv_2.6.tar.gz) + |sna|2.7-2|[Download] (https://cran.r-project.org/web/packages/sna/index.html) + |snakecase|0.11.1|[Download] (https://cran.r-project.org/src/contrib/snakecase_0.11.1.tar.gz) + |snow|0.4-4|[Download] (https://cran.r-project.org/src/contrib/snow_0.4-4.tar.gz) + |SnowballC|0.7.1|[Download] (https://cran.r-project.org/src/contrib/SnowballC_0.7.1.tar.gz) + |snowFT|1.6-1|[Download] (https://cran.r-project.org/src/contrib/snowFT_1.6-1.tar.gz) + |sodium|1.3.1|[Download] (https://cran.r-project.org/web/packages/sodium/index.html) + |sourcetools|0.1.7-1|[Download] (https://cran.r-project.org/src/contrib/sourcetools_0.1.7-1.tar.gz) + |sp|2.1-4|[Download] (https://cran.r-project.org/src/contrib/sp_2.1-4.tar.gz) + |spacefillr|0.3.3|[Download] (https://cran.r-project.org/src/contrib/spacefillr_0.3.3.tar.gz) + |spacetime|1.3-2|[Download] (https://cran.r-project.org/src/contrib/spacetime_1.3-2.tar.gz) + |spacyr|1.3.0|[Download] (https://cran.r-project.org/src/contrib/spacyr_1.3.0.tar.gz) + |spam|2.10-0|[Download] (https://cran.r-project.org/web/packages/spam/index.html) + |SparseM|1.84-2|[Download] (https://cran.r-project.org/src/contrib/SparseM_1.84-2.tar.gz) + |sparsepp|1.22|[Download] (https://cran.r-project.org/src/contrib/sparsepp_1.22.tar.gz) + |spatial|7.3-17|[Download] (https://cran.r-project.org/web/packages/spatial/index.html) + |spatstat|3.0-7|[Download] (https://cran.r-project.org/web/packages/spatstat/index.html) + |spatstat.data|3.1-2|[Download] (https://cran.r-project.org/web/packages/spatstat.data/index.html) + |spatstat.explore|3.2-6|[Download] (https://cran.r-project.org/web/packages/spatstat.explore/index.html) + |spatstat.geom|3.2-9|[Download] (https://cran.r-project.org/web/packages/spatstat.geom/index.html) + |spatstat.linnet|3.1-4|[Download] (https://cran.r-project.org/web/packages/spatstat.linnet/index.html) + |spatstat.model|3.2-10|[Download] (https://cran.r-project.org/web/packages/spatstat.model/index.html) + |spatstat.random|3.2-3|[Download] (https://cran.r-project.org/web/packages/spatstat.random/index.html) + |spatstat.sparse|3.1-0|[Download] (https://cran.r-project.org/src/contrib/spatstat.sparse_3.1-0.tar.gz) + |spatstat.univar|3.0-1|[Download] (https://cran.r-project.org/web/packages/spatstat.univar/index.html) + |spatstat.utils|3.1-0|[Download] (https://cran.r-project.org/web/packages/spatstat.utils/index.html) + |spBayes|0.4-7|[Download] (https://cran.r-project.org/web/packages/spBayes/index.html) + |spData|2.3.3|[Download] (https://cran.r-project.org/web/packages/spData/index.html) + |spdep|1.3-5|[Download] (https://cran.r-project.org/web/packages/spdep/index.html) + |spikeslab|1.1.6|[Download] (https://cran.r-project.org/src/contrib/spikeslab_1.1.6.tar.gz) + |splancs|2.01-45|[Download] (https://cran.r-project.org/src/contrib/splancs_2.01-45.tar.gz) + |splines|4.3.3|[Download] (https://cran.r-project.org/web/packages/splines/index.html) + |spls|2.2-3|[Download] (https://cran.r-project.org/src/contrib/spls_2.2-3.tar.gz) + |splus2R|1.3-5|[Download] (https://cran.r-project.org/src/contrib/splus2R_1.3-5.tar.gz) + |spTimer|3.3.2|[Download] (https://cran.r-project.org/web/packages/spTimer/index.html) + |sqldf|0.4-11|[Download] (https://cran.r-project.org/src/contrib/sqldf_0.4-11.tar.gz) + |SQUAREM|2021.1|[Download] (https://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz) + |sROC|0.1-2|[Download] (https://cran.r-project.org/web/packages/sROC/index.html) + |stabledist|0.7-2|[Download] (https://cran.r-project.org/src/contrib/stabledist_0.7-2.tar.gz) + |stabs|0.6-4|[Download] (https://cran.r-project.org/src/contrib/stabs_0.6-4.tar.gz) + |StanHeaders|2.32.10|[Download] (https://cran.r-project.org/src/contrib/StanHeaders_2.32.10.tar.gz) + |stars|0.6-6|[Download] (https://cran.r-project.org/web/packages/stars/index.html) + |statmod|1.5.0|[Download] (https://cran.r-project.org/src/contrib/statmod_1.5.0.tar.gz) + |statnet.common|4.9.0|[Download] (https://cran.r-project.org/web/packages/statnet.common/index.html) + |stepPlr|0.93|[Download] (https://cran.r-project.org/src/contrib/stepPlr_0.93.tar.gz) + |stinepack|1.5|[Download] (https://cran.r-project.org/src/contrib/stinepack_1.5.tar.gz) + |stochvol|3.2.4|[Download] (https://cran.r-project.org/web/packages/stochvol/index.html) + |stopwords|2.3|[Download] (https://cran.r-project.org/src/contrib/stopwords_2.3.tar.gz) + |stringdist|0.9.12|[Download] (https://cran.r-project.org/web/packages/stringdist/index.html) + |stringi|1.8.4|[Download] (https://cran.r-project.org/src/contrib/stringi_1.8.4.tar.gz) + |stringr|1.5.1|[Download] (https://cran.r-project.org/src/contrib/stringr_1.5.1.tar.gz) + |strucchange|1.5-4|[Download] (https://cran.r-project.org/src/contrib/strucchange_1.5-4.tar.gz) + |styler|1.10.3|[Download] (https://cran.r-project.org/src/contrib/styler_1.10.3.tar.gz) + |sugrrants|0.2.9|[Download] (https://cran.r-project.org/src/contrib/sugrrants_0.2.9.tar.gz) + |sunburstR|2.1.8|[Download] (https://cran.r-project.org/src/contrib/sunburstR_2.1.8.tar.gz) + |SuppDists|1.1-9.8|[Download] (https://cran.r-project.org/src/contrib/SuppDists_1.1-9.8.tar.gz) + |survey|4.4-2|[Download] (https://cran.r-project.org/src/contrib/survey_4.4-2.tar.gz) + |survival|3.7-0|[Download] (https://cran.r-project.org/web/packages/survival/index.html) + |survminer|0.4.9|[Download] (https://cran.r-project.org/web/packages/survminer/index.html) + |survMisc|0.5.6|[Download] (https://cran.r-project.org/src/contrib/survMisc_0.5.6.tar.gz) + |svglite|2.1.3|[Download] (https://cran.r-project.org/src/contrib/svglite_2.1.3.tar.gz) + |svmpath|0.970|[Download] (https://cran.r-project.org/src/contrib/svmpath_0.970.tar.gz) + |svUnit|1.0.6|[Download] (https://cran.r-project.org/src/contrib/svUnit_1.0.6.tar.gz) + |sweep|0.2.5|[Download] (https://cran.r-project.org/src/contrib/sweep_0.2.5.tar.gz) + |sys|3.4.2|[Download] (https://cran.r-project.org/web/packages/sys/index.html) + |sysfonts|0.8.9|[Download] (https://cran.r-project.org/src/contrib/sysfonts_0.8.9.tar.gz) + |systemfit|1.1-30|[Download] (https://cran.r-project.org/src/contrib/systemfit_1.1-30.tar.gz) + |systemfonts|1.1.0|[Download] (https://cran.r-project.org/src/contrib/systemfonts_1.1.0.tar.gz) + |syuzhet|1.0.7|[Download] (https://cran.r-project.org/src/contrib/syuzhet_1.0.7.tar.gz) + |tau|0.0-25|[Download] (https://cran.r-project.org/web/packages/tau/index.html) + |tcltk|4.3.3|[Download] (https://cran.r-project.org/web/packages/tcltk/index.html) + |tcltk2|1.2-11|[Download] (https://cran.r-project.org/src/contrib/tcltk2_1.2-11.tar.gz) + |TeachingDemos|2.13|[Download] (https://cran.r-project.org/src/contrib/TeachingDemos_2.13.tar.gz) + |tensor|1.5|[Download] (https://cran.r-project.org/src/contrib/tensor_1.5.tar.gz) + |tensorA|0.36.2.1|[Download] (https://cran.r-project.org/src/contrib/tensorA_0.36.2.1.tar.gz) + |terra|1.7-78|[Download] (https://cran.r-project.org/web/packages/terra/index.html) + |terrainmeshr|0.1.0|[Download] (https://cran.r-project.org/src/contrib/terrainmeshr_0.1.0.tar.gz) + |testthat|3.2.1.1|[Download] (https://cran.r-project.org/web/packages/testthat/index.html) + |texreg|1.39.4|[Download] (https://cran.r-project.org/src/contrib/texreg_1.39.4.tar.gz) + |text2vec|0.6.4|[Download] (https://cran.r-project.org/src/contrib/text2vec_0.6.4.tar.gz) + |textcat|1.0-8|[Download] (https://cran.r-project.org/web/packages/textcat/index.html) + |textclean|0.9.3|[Download] (https://cran.r-project.org/src/contrib/textclean_0.9.3.tar.gz) + |textir|2.0-5|[Download] (https://cran.r-project.org/src/contrib/textir_2.0-5.tar.gz) + |textmineR|3.0.5|[Download] (https://cran.r-project.org/src/contrib/textmineR_3.0.5.tar.gz) + |textshape|1.7.5|[Download] (https://cran.r-project.org/src/contrib/textshape_1.7.5.tar.gz) + |textshaping|0.4.0|[Download] (https://cran.r-project.org/web/packages/textshaping/index.html) + |tfplot|2021.6-1|[Download] (https://cran.r-project.org/src/contrib/tfplot_2021.6-1.tar.gz) + |tframe|2015.12-1.1|[Download] (https://cran.r-project.org/src/contrib/tframe_2015.12-1.1.tar.gz) + |tgp|2.4-23|[Download] (https://cran.r-project.org/src/contrib/tgp_2.4-23.tar.gz) + |TH.data|1.1-2|[Download] (https://cran.r-project.org/src/contrib/TH.data_1.1-2.tar.gz) + |thief|0.3|[Download] (https://cran.r-project.org/src/contrib/thief_0.3.tar.gz) + |threejs|0.3.3|[Download] (https://cran.r-project.org/src/contrib/threejs_0.3.3.tar.gz) + |tibble|3.2.1|[Download] (https://cran.r-project.org/src/contrib/tibble_3.2.1.tar.gz) + |tibbletime|0.1.8|[Download] (https://cran.r-project.org/web/packages/tibbletime/index.html) + |tidycensus|1.6.5|[Download] (https://cran.r-project.org/web/packages/tidycensus/index.html) + |tidygraph|1.3.0|[Download] (https://cran.r-project.org/web/packages/tidygraph/index.html) + |tidymodels|1.2.0|[Download] (https://cran.r-project.org/src/contrib/tidymodels_1.2.0.tar.gz) + |tidyquant|1.0.9|[Download] (https://cran.r-project.org/web/packages/tidyquant/index.html) + |tidyr|1.3.1|[Download] (https://cran.r-project.org/src/contrib/tidyr_1.3.1.tar.gz) + |tidyselect|1.2.1|[Download] (https://cran.r-project.org/src/contrib/tidyselect_1.2.1.tar.gz) + |tidytext|0.4.2|[Download] (https://cran.r-project.org/src/contrib/tidytext_0.4.2.tar.gz) + |tidyverse|2.0.0|[Download] (https://cran.r-project.org/src/contrib/tidyverse_2.0.0.tar.gz) + |tiff|0.1-12|[Download] (https://cran.r-project.org/src/contrib/tiff_0.1-12.tar.gz) + |tigris|2.1|[Download] (https://cran.r-project.org/src/contrib/tigris_2.1.tar.gz) + |timechange|0.3.0|[Download] (https://cran.r-project.org/src/contrib/timechange_0.3.0.tar.gz) + |timeDate|4032.109|[Download] (https://cran.r-project.org/web/packages/timeDate/index.html) + |timelineS|0.1.1|[Download] (https://cran.r-project.org/src/contrib/timelineS_0.1.1.tar.gz) + |timeSeries|4032.109|[Download] (https://cran.r-project.org/web/packages/timeSeries/index.html) + |timetk|2.9.0|[Download] (https://cran.r-project.org/src/contrib/timetk_2.9.0.tar.gz) + |timevis|2.1.0|[Download] (https://cran.r-project.org/src/contrib/timevis_2.1.0.tar.gz) + |tinytex|0.52|[Download] (https://cran.r-project.org/web/packages/tinytex/index.html) + |tm|0.7-14|[Download] (https://cran.r-project.org/web/packages/tm/index.html) + |tmap|3.3-4|[Download] (https://cran.r-project.org/src/contrib/tmap_3.3-4.tar.gz) + |tmaptools|3.1-1|[Download] (https://cran.r-project.org/web/packages/tmaptools/index.html) + |TMB|1.9.14|[Download] (https://cran.r-project.org/web/packages/TMB/index.html) + |tmvnsim|1.0-2|[Download] (https://cran.r-project.org/src/contrib/tmvnsim_1.0-2.tar.gz) + |tokenizers|0.3.0|[Download] (https://cran.r-project.org/src/contrib/tokenizers_0.3.0.tar.gz) + |topicmodels|0.2-16|[Download] (https://cran.r-project.org/web/packages/topicmodels/index.html) + |TraMineR|2.2-10|[Download] (https://cran.r-project.org/web/packages/TraMineR/index.html) + |transformr|0.1.5|[Download] (https://cran.r-project.org/src/contrib/transformr_0.1.5.tar.gz) + |tree|1.0-43|[Download] (https://cran.r-project.org/web/packages/tree/index.html) + |treemap|2.4-4|[Download] (https://cran.r-project.org/src/contrib/treemap_2.4-4.tar.gz) + |treemapify|2.5.6|[Download] (https://cran.r-project.org/src/contrib/treemapify_2.5.6.tar.gz) + |trelliscopejs|0.2.6|[Download] (https://cran.r-project.org/src/contrib/trelliscopejs_0.2.6.tar.gz) + |triebeard|0.4.1|[Download] (https://cran.r-project.org/src/contrib/triebeard_0.4.1.tar.gz) + |trimcluster|0.1-5|[Download] (https://cran.r-project.org/src/contrib/trimcluster_0.1-5.tar.gz) + |truncnorm|1.0-9|[Download] (https://cran.r-project.org/src/contrib/truncnorm_1.0-9.tar.gz) + |TSA|1.3.1|[Download] (https://cran.r-project.org/src/contrib/TSA_1.3.1.tar.gz) + |tseries|0.10-57|[Download] (https://cran.r-project.org/web/packages/tseries/index.html) + |tsfeatures|1.1.1|[Download] (https://cran.r-project.org/src/contrib/tsfeatures_1.1.1.tar.gz) + |tsibble|1.1.5|[Download] (https://cran.r-project.org/src/contrib/tsibble_1.1.5.tar.gz) + |tsintermittent|1.10|[Download] (https://cran.r-project.org/src/contrib/tsintermittent_1.10.tar.gz) + |tsoutliers|0.6-10|[Download] (https://cran.r-project.org/src/contrib/tsoutliers_0.6-10.tar.gz) + |TSP|1.2-4|[Download] (https://cran.r-project.org/src/contrib/TSP_1.2-4.tar.gz) + |TSstudio|0.1.7|[Download] (https://cran.r-project.org/src/contrib/TSstudio_0.1.7.tar.gz) + |TTR|0.24.4|[Download] (https://cran.r-project.org/src/contrib/TTR_0.24.4.tar.gz) + |tune|1.2.1|[Download] (https://cran.r-project.org/src/contrib/tune_1.2.1.tar.gz) + |tweedie|2.3.5|[Download] (https://cran.r-project.org/src/contrib/tweedie_2.3.5.tar.gz) + |tweenr|2.0.3|[Download] (https://cran.r-project.org/src/contrib/tweenr_2.0.3.tar.gz) + |twitteR|1.1.9|[Download] (https://cran.r-project.org/src/contrib/twitteR_1.1.9.tar.gz) + |tzdb|0.4.0|[Download] (https://cran.r-project.org/src/contrib/tzdb_0.4.0.tar.gz) + |ucminf|1.2.2|[Download] (https://cran.r-project.org/src/contrib/ucminf_1.2.2.tar.gz) + |udpipe|0.8.11|[Download] (https://cran.r-project.org/src/contrib/udpipe_0.8.11.tar.gz) + |udunits2|0.13.2.1|[Download] (https://cran.r-project.org/src/contrib/udunits2_0.13.2.1.tar.gz) + |units|0.8-5|[Download] (https://cran.r-project.org/src/contrib/units_0.8-5.tar.gz) + |UpSetR|1.4.0|[Download] (https://cran.r-project.org/src/contrib/UpSetR_1.4.0.tar.gz) + |urca|1.3-4|[Download] (https://cran.r-project.org/src/contrib/urca_1.3-4.tar.gz) + |urlchecker|1.0.1|[Download] (https://cran.r-project.org/src/contrib/urlchecker_1.0.1.tar.gz) + |urltools|1.7.3|[Download] (https://cran.r-project.org/src/contrib/urltools_1.7.3.tar.gz) + |useful|1.2.6.1|[Download] (https://cran.r-project.org/src/contrib/useful_1.2.6.1.tar.gz) + |usethis|3.0.0|[Download] (https://cran.r-project.org/web/packages/usethis/index.html) + |UsingR|2.0-7|[Download] (https://cran.r-project.org/src/contrib/UsingR_2.0-7.tar.gz) + |usmap|0.7.1|[Download] (https://cran.r-project.org/src/contrib/usmap_0.7.1.tar.gz) + |usmapdata|0.3.0|[Download] (https://cran.r-project.org/src/contrib/usmapdata_0.3.0.tar.gz) + |utf8|1.2.4|[Download] (https://cran.r-project.org/src/contrib/utf8_1.2.4.tar.gz) + |uuid|1.1-1|[Download] (https://cran.r-project.org/web/packages/uuid/index.html) + |V8|5.0.0|[Download] (https://cran.r-project.org/web/packages/V8/index.html) + |vars|1.6-1|[Download] (https://cran.r-project.org/src/contrib/vars_1.6-1.tar.gz) + |vcd|1.4-12|[Download] (https://cran.r-project.org/web/packages/vcd/index.html) + |vctrs|0.6.4|[Download] (https://cran.r-project.org/web/packages/vctrs/index.html) + |vdiffr|1.0.7|[Download] (https://cran.r-project.org/web/packages/vdiffr/index.html) + |vegan|2.6-8|[Download] (https://cran.r-project.org/src/contrib/vegan_2.6-8.tar.gz) + |VennDiagram|1.7.3|[Download] (https://cran.r-project.org/src/contrib/VennDiagram_1.7.3.tar.gz) + |VGAM|1.1-11|[Download] (https://cran.r-project.org/web/packages/VGAM/index.html) + |VIM|6.2.2|[Download] (https://cran.r-project.org/src/contrib/VIM_6.2.2.tar.gz) + |vioplot|0.5.0|[Download] (https://cran.r-project.org/src/contrib/vioplot_0.5.0.tar.gz) + |viridis|0.6.5|[Download] (https://cran.r-project.org/src/contrib/viridis_0.6.5.tar.gz) + |viridisLite|0.4.2|[Download] (https://cran.r-project.org/src/contrib/viridisLite_0.4.2.tar.gz) + |visNetwork|2.1.2|[Download] (https://cran.r-project.org/src/contrib/visNetwork_2.1.2.tar.gz) + |vistime|1.2.4|[Download] (https://cran.r-project.org/src/contrib/vistime_1.2.4.tar.gz) + |vroom|1.6.5|[Download] (https://cran.r-project.org/src/contrib/vroom_1.6.5.tar.gz) + |waldo|0.5.3|[Download] (https://cran.r-project.org/web/packages/waldo/index.html) + |warp|0.2.1|[Download] (https://cran.r-project.org/src/contrib/warp_0.2.1.tar.gz) + |waterfalls|1.0.0|[Download] (https://cran.r-project.org/src/contrib/waterfalls_1.0.0.tar.gz) + |wavethresh|4.7.3|[Download] (https://cran.r-project.org/src/contrib/wavethresh_4.7.3.tar.gz) + |webshot|0.5.5|[Download] (https://cran.r-project.org/src/contrib/webshot_0.5.5.tar.gz) + |webutils|1.2.1|[Download] (https://cran.r-project.org/web/packages/webutils/index.html) + |WeibullR|1.2.1|[Download] (https://cran.r-project.org/src/contrib/WeibullR_1.2.1.tar.gz) + |weights|1.0.4|[Download] (https://cran.r-project.org/src/contrib/weights_1.0.4.tar.gz) + |whisker|0.4.1|[Download] (https://cran.r-project.org/src/contrib/whisker_0.4.1.tar.gz) + |widgetframe|0.3.1|[Download] (https://cran.r-project.org/src/contrib/widgetframe_0.3.1.tar.gz) + |withr|3.0.1|[Download] (https://cran.r-project.org/web/packages/withr/index.html) + |wk|0.9.2|[Download] (https://cran.r-project.org/web/packages/wk/index.html) + |wmtsa|2.0-3|[Download] (https://cran.r-project.org/web/packages/wmtsa/index.html) + |wordcloud|2.6|[Download] (https://cran.r-project.org/src/contrib/wordcloud_2.6.tar.gz) + |wordcloud2|0.2.1|[Download] (https://cran.r-project.org/src/contrib/wordcloud2_0.2.1.tar.gz) + |workflows|1.1.4|[Download] (https://cran.r-project.org/src/contrib/workflows_1.1.4.tar.gz) + |workflowsets|1.1.0|[Download] (https://cran.r-project.org/src/contrib/workflowsets_1.1.0.tar.gz) + |writexl|1.5.0|[Download] (https://cran.r-project.org/web/packages/writexl/index.html) + |xesreadR|0.2.3|[Download] (https://cran.r-project.org/src/contrib/xesreadR_0.2.3.tar.gz) + |xfun|0.47|[Download] (https://cran.r-project.org/web/packages/xfun/index.html) + |xgboost|2.1.1.1|[Download] (https://cran.r-project.org/web/packages/xgboost/index.html) + |XML|3.99-0.17|[Download] (https://cran.r-project.org/web/packages/XML/index.html) + |xml2|1.3.6|[Download] (https://cran.r-project.org/src/contrib/xml2_1.3.6.tar.gz) + |xopen|1.0.1|[Download] (https://cran.r-project.org/src/contrib/xopen_1.0.1.tar.gz) + |xplorerr|0.1.2|[Download] (https://cran.r-project.org/web/packages/xplorerr/index.html) + |xtable|1.8-4|[Download] (https://cran.r-project.org/src/contrib/xtable_1.8-4.tar.gz) + |xts|0.14.0|[Download] (https://cran.r-project.org/web/packages/xts/index.html) + |yaml|2.3.10|[Download] (https://cran.r-project.org/src/contrib/yaml_2.3.10.tar.gz) + |yardstick|1.3.1|[Download] (https://cran.r-project.org/src/contrib/yardstick_1.3.1.tar.gz) + |yarrr|0.1.5|[Download] (https://cran.r-project.org/src/contrib/yarrr_0.1.5.tar.gz) + |YieldCurve|5.1|[Download] (https://cran.r-project.org/src/contrib/YieldCurve_5.1.tar.gz) + |yulab.utils|0.1.7|[Download] (https://cran.r-project.org/web/packages/yulab.utils/index.html) + |zCompositions|1.5.0-4|[Download] (https://cran.r-project.org/src/contrib/zCompositions_1.5.0-4.tar.gz) + |zeallot|0.1.0|[Download] (https://cran.r-project.org/src/contrib/zeallot_0.1.0.tar.gz) + |zic|0.9.1|[Download] (https://cran.r-project.org/src/contrib/zic_0.9.1.tar.gz) + |zip|2.3.1|[Download] (https://cran.r-project.org/src/contrib/zip_2.3.1.tar.gz) + |zipfR|0.6-70|[Download] (https://cran.r-project.org/src/contrib/zipfR_0.6-70.tar.gz) + |zoo|1.8-12|[Download] (https://cran.r-project.org/src/contrib/zoo_1.8-12.tar.gz) + |base|4.3.3|Built-in|Package + |compiler|4.3.3|Built-in|Package + |datasets|4.3.3|Built-in|Package + |graphics|4.3.3|Built-in|Package + |grDevices|4.3.3|Built-in|Package + |MatrixGenerics|1.14.0|[Download] (https://bioconductor.org/packages/MatrixGenerics) + |methods|4.3.3|Built-in|Package + |parallel|4.3.3|Built-in|Package + |sparseMatrixStats|1.14.0|[Download] (https://github.com/const-ae/sparseMatrixStats) + |stats|4.3.3|Built-in|Package + |stats4|4.3.3|Built-in|Package + |tools|4.3.3|Built-in|Package + |utils|4.3.3|Built-in|Package ## R scripts that aren't supported in Power BI From 8c536825c5eaac10b3b81ddb66ea85ea435120ba Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:23:01 -0800 Subject: [PATCH 18/42] Add error handling to database connection --- .../service-r-packages-support.md | 3248 +++++++++++------ 1 file changed, 2120 insertions(+), 1128 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index dbd168870d..17902fef76 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -33,1134 +33,1134 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) -| Package | Version | Link | -|-----------------------|-------------|--------------------------------------------------------------------------| - |abc|2.2.1|[Download] (https://cran.r-project.org/web/packages/abc/index.html) - |abc.data|1.1|[Download] (https://cran.r-project.org/src/contrib/abc.data_1.1.tar.gz) - |abind|1.4-5|[Download] (https://cran.r-project.org/web/packages/abind/index.html) - |acepack|1.4.2|[Download] (https://cran.r-project.org/src/contrib/acepack_1.4.2.tar.gz) - |actuar|3.3-4|[Download] (https://cran.r-project.org/web/packages/actuar/index.html) - |ade4|1.7-22|[Download] (https://cran.r-project.org/src/contrib/ade4_1.7-22.tar.gz) - |adegenet|2.1.10|[Download] (https://cran.r-project.org/src/contrib/adegenet_2.1.10.tar.gz) - |AdMit|2.1.9|[Download] (https://cran.r-project.org/src/contrib/AdMit_2.1.9.tar.gz) - |AER|1.2-13|[Download] (https://cran.r-project.org/web/packages/AER/index.html) - |agricolae|1.3-7|[Download] (https://cran.r-project.org/src/contrib/agricolae_1.3-7.tar.gz) - |AlgDesign|1.2.1|[Download] (https://cran.r-project.org/web/packages/AlgDesign/index.html) - |alluvial|0.1-2|[Download] (https://cran.r-project.org/src/contrib/alluvial_0.1-2.tar.gz) - |andrews|1.1.2|[Download] (https://cran.r-project.org/src/contrib/andrews_1.1.2.tar.gz) - |anomalize|0.3.0|[Download] (https://cran.r-project.org/src/contrib/anomalize_0.3.0.tar.gz) - |anytime|0.3.9|[Download] (https://cran.r-project.org/web/packages/anytime/index.html) - |aod|1.3.3|[Download] (https://cran.r-project.org/src/contrib/aod_1.3.3.tar.gz) - |apcluster|1.4.13|[Download] (https://cran.r-project.org/src/contrib/apcluster_1.4.13.tar.gz) - |ape|5.8|[Download] (https://cran.r-project.org/web/packages/ape/index.html) - |aplpack|1.3.5|[Download] (https://cran.r-project.org/src/contrib/aplpack_1.3.5.tar.gz) - |approximator|1.2-8|[Download] (https://cran.r-project.org/src/contrib/approximator_1.2-8.tar.gz) - |arm|1.14-4|[Download] (https://cran.r-project.org/src/contrib/arm_1.14-4.tar.gz) - |arsenal|3.6.3|[Download] (https://cran.r-project.org/src/contrib/arsenal_3.6.3.tar.gz) - |arules|1.7-8|[Download] (https://cran.r-project.org/web/packages/arules/index.html) - |arulesViz|1.5.3|[Download] (https://cran.r-project.org/src/contrib/arulesViz_1.5.3.tar.gz) - |ash|1.0-15|[Download] (https://cran.r-project.org/src/contrib/ash_1.0-15.tar.gz) - |askpass|1.2.0|[Download] (https://cran.r-project.org/web/packages/askpass/index.html) - |assertthat|0.2.1|[Download] (https://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz) - |audio|0.1-11|[Download] (https://cran.r-project.org/src/contrib/audio_0.1-11.tar.gz) - |autocogs|0.1.4|[Download] (https://cran.r-project.org/src/contrib/autocogs_0.1.4.tar.gz) - |automap|1.1-12|[Download] (https://cran.r-project.org/src/contrib/automap_1.1-12.tar.gz) - |aweek|1.0.3|[Download] (https://cran.r-project.org/src/contrib/aweek_1.0.3.tar.gz) - |BACCO|2.1-0|[Download] (https://cran.r-project.org/src/contrib/BACCO_2.1-0.tar.gz) - |backports|1.5.0|[Download] (https://cran.r-project.org/src/contrib/backports_1.5.0.tar.gz) - |BaM|1.0.3|[Download] (https://cran.r-project.org/src/contrib/BaM_1.0.3.tar.gz) - |BAS|1.7.1|[Download] (https://cran.r-project.org/web/packages/BAS/index.html) - |base64|2.0.1|[Download] (https://cran.r-project.org/web/packages/base64/index.html) - |base64enc|0.1-3|[Download] (https://cran.r-project.org/src/contrib/base64enc_0.1-3.tar.gz) - |BayesDA|2012.04-1|[Download] (https://cran.r-project.org/src/contrib/BayesDA_2012.04-1.tar.gz) - |BayesFactor|0.9.12-4.7|[Download] (https://cran.r-project.org/src/contrib/BayesFactor_0.9.12-4.7.tar.gz) - |bayesGARCH|2.1.10|[Download] (https://cran.r-project.org/src/contrib/bayesGARCH_2.1.10.tar.gz) - |bayesm|3.1-6|[Download] (https://cran.r-project.org/src/contrib/bayesm_3.1-6.tar.gz) - |bayesmix|0.7-6|[Download] (https://cran.r-project.org/src/contrib/bayesmix_0.7-6.tar.gz) - |bayesplot|1.11.1|[Download] (https://cran.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz) - |bayesQR|2.4|[Download] (https://cran.r-project.org/src/contrib/bayesQR_2.4.tar.gz) - |bayesSurv|3.7|[Download] (https://cran.r-project.org/web/packages/bayesSurv/index.html) - |bayestestR|0.14.0|[Download] (https://cran.r-project.org/web/packages/bayestestR/index.html) - |BayesTree|0.3-1.5|[Download] (https://cran.r-project.org/src/contrib/BayesTree_0.3-1.5.tar.gz) - |BayesX|0.3-3|[Download] (https://cran.r-project.org/src/contrib/BayesX_0.3-3.tar.gz) - |BCBCSF|1.0-1|[Download] (https://cran.r-project.org/src/contrib/BCBCSF_1.0-1.tar.gz) - |BDgraph|2.73|[Download] (https://cran.r-project.org/src/contrib/BDgraph_2.73.tar.gz) - |beanplot|1.3.1|[Download] (https://cran.r-project.org/src/contrib/beanplot_1.3.1.tar.gz) - |beepr|2.0|[Download] (https://cran.r-project.org/src/contrib/beepr_2.0.tar.gz) - |beeswarm|0.4.0|[Download] (https://cran.r-project.org/src/contrib/beeswarm_0.4.0.tar.gz) - |benford.analysis|0.1.5|[Download] (https://cran.r-project.org/src/contrib/benford.analysis_0.1.5.tar.gz) - |BenfordTests|1.2.0|[Download] (https://cran.r-project.org/src/contrib/BenfordTests_1.2.0.tar.gz) - |bfp|0.0-48|[Download] (https://cran.r-project.org/src/contrib/bfp_0.0-48.tar.gz) - |BH|1.84.0-0|[Download] (https://cran.r-project.org/web/packages/BH/index.html) - |bibtex|0.5.1|[Download] (https://cran.r-project.org/src/contrib/bibtex_0.5.1.tar.gz) - |biglm|0.9-3|[Download] (https://cran.r-project.org/src/contrib/biglm_0.9-3.tar.gz) - |bindr|0.1.1|[Download] (https://cran.r-project.org/web/packages/bindr/index.html) - |bindrcpp|0.2.3|[Download] (https://cran.r-project.org/src/contrib/bindrcpp_0.2.3.tar.gz) - |binom|1.1-1.1|[Download] (https://cran.r-project.org/src/contrib/binom_1.1-1.1.tar.gz) - |BiocManager|1.30.25|[Download] (https://cran.r-project.org/src/contrib/BiocManager_1.30.25.tar.gz) - |bit|4.0.5|[Download] (https://cran.r-project.org/web/packages/bit/index.html) - |bit64|4.0.5|[Download] (https://cran.r-project.org/web/packages/bit64/index.html) - |bitops|1.0-8|[Download] (https://cran.r-project.org/web/packages/bitops/index.html) - |bizdays|1.0.16|[Download] (https://cran.r-project.org/web/packages/bizdays/index.html) - |blandr|0.6.0|[Download] (https://cran.r-project.org/src/contrib/blandr_0.6.0.tar.gz) - |blme|1.0-5|[Download] (https://cran.r-project.org/web/packages/blme/index.html) - |blob|1.2.4|[Download] (https://cran.r-project.org/src/contrib/blob_1.2.4.tar.gz) - |BLR|1.6|[Download] (https://cran.r-project.org/src/contrib/BLR_1.6.tar.gz) - |BMA|3.18.17|[Download] (https://cran.r-project.org/web/packages/BMA/index.html) - |bmp|0.3|[Download] (https://cran.r-project.org/src/contrib/bmp_0.3.tar.gz) - |BMS|0.3.5|[Download] (https://cran.r-project.org/src/contrib/BMS_0.3.5.tar.gz) - |bnlearn|4.8.3|[Download] (https://cran.r-project.org/web/packages/bnlearn/index.html) - |boa|1.1.8-2|[Download] (https://cran.r-project.org/src/contrib/boa_1.1.8-2.tar.gz) - |BoolNet|2.1.9|[Download] (https://cran.r-project.org/src/contrib/BoolNet_2.1.9.tar.gz) - |Boom|0.9.15|[Download] (https://cran.r-project.org/src/contrib/Boom_0.9.15.tar.gz) - |BoomSpikeSlab|1.2.6|[Download] (https://cran.r-project.org/src/contrib/BoomSpikeSlab_1.2.6.tar.gz) - |boot|1.3-31|[Download] (https://cran.r-project.org/src/contrib/boot_1.3-31.tar.gz) - |bootstrap|2019.6|[Download] (https://cran.r-project.org/src/contrib/bootstrap_2019.6.tar.gz) - |Boruta|8.0.0|[Download] (https://cran.r-project.org/src/contrib/Boruta_8.0.0.tar.gz) - |bqtl|1.0-36|[Download] (https://cran.r-project.org/web/packages/bqtl/index.html) - |BradleyTerry2|1.1-2|[Download] (https://cran.r-project.org/src/contrib/BradleyTerry2_1.1-2.tar.gz) - |brew|1.0-10|[Download] (https://cran.r-project.org/src/contrib/brew_1.0-10.tar.gz) - |brglm|0.7.2|[Download] (https://cran.r-project.org/src/contrib/brglm_0.7.2.tar.gz) - |brio|1.1.5|[Download] (https://cran.r-project.org/src/contrib/brio_1.1.5.tar.gz) - |broom|1.0.6|[Download] (https://cran.r-project.org/web/packages/broom/index.html) - |broom.helpers|1.17.0|[Download] (https://cran.r-project.org/web/packages/broom.helpers/index.html) - |broom.mixed|0.2.9.5|[Download] (https://cran.r-project.org/web/packages/broom.mixed/index.html) - |bslib|0.8.0|[Download] (https://cran.r-project.org/src/contrib/bslib_0.8.0.tar.gz) - |bspec|1.6|[Download] (https://cran.r-project.org/src/contrib/bspec_1.6.tar.gz) - |bspmma|0.1-2|[Download] (https://cran.r-project.org/src/contrib/bspmma_0.1-2.tar.gz) - |bsts|0.9.10|[Download] (https://cran.r-project.org/src/contrib/bsts_0.9.10.tar.gz) - |bupaR|0.5.4|[Download] (https://cran.r-project.org/src/contrib/bupaR_0.5.4.tar.gz) - |C50|0.1.8|[Download] (https://cran.r-project.org/src/contrib/C50_0.1.8.tar.gz) - |ca|0.71.1|[Download] (https://cran.r-project.org/src/contrib/ca_0.71.1.tar.gz) - |cachem|1.1.0|[Download] (https://cran.r-project.org/src/contrib/cachem_1.1.0.tar.gz) - |Cairo|1.6-2|[Download] (https://cran.r-project.org/src/contrib/Cairo_1.6-2.tar.gz) - |cairoDevice|2.28.2.2|[Download] (https://cran.r-project.org/web/packages/cairoDevice/index.html) - |calibrate|1.7.7|[Download] (https://cran.r-project.org/src/contrib/calibrate_1.7.7.tar.gz) - |calibrator|1.2-8|[Download] (https://cran.r-project.org/src/contrib/calibrator_1.2-8.tar.gz) - |callr|3.7.6|[Download] (https://cran.r-project.org/src/contrib/callr_3.7.6.tar.gz) - |car|3.1-2|[Download] (https://cran.r-project.org/web/packages/car/index.html) - |carData|3.0-5|[Download] (https://cran.r-project.org/src/contrib/carData_3.0-5.tar.gz) - |cards|0.2.2|[Download] (https://cran.r-project.org/web/packages/cards/index.html) - |caret|6.0-94|[Download] (https://cran.r-project.org/web/packages/caret/index.html) - |catnet|1.16.1|[Download] (https://cran.r-project.org/web/packages/catnet/index.html) - |caTools|1.18.3|[Download] (https://cran.r-project.org/src/contrib/caTools_1.18.3.tar.gz) - |cclust|0.6-26|[Download] (https://cran.r-project.org/src/contrib/cclust_0.6-26.tar.gz) - |cellranger|1.1.0|[Download] (https://cran.r-project.org/src/contrib/cellranger_1.1.0.tar.gz) - |ChainLadder|0.2.19|[Download] (https://cran.r-project.org/src/contrib/ChainLadder_0.2.19.tar.gz) - |changepoint|2.2.4|[Download] (https://cran.r-project.org/web/packages/changepoint/index.html) - |checkmate|2.3.2|[Download] (https://cran.r-project.org/src/contrib/checkmate_2.3.2.tar.gz) - |checkpoint|1.0.2|[Download] (https://cran.r-project.org/src/contrib/checkpoint_1.0.2.tar.gz) - |chk|0.9.2|[Download] (https://cran.r-project.org/src/contrib/chk_0.9.2.tar.gz) - |choroplethrMaps|1.0.1|[Download] (https://cran.r-project.org/src/contrib/choroplethrMaps_1.0.1.tar.gz) - |chron|2.3-61|[Download] (https://cran.r-project.org/web/packages/chron/index.html) - |circlize|0.4.16|[Download] (https://cran.r-project.org/src/contrib/circlize_0.4.16.tar.gz) - |Ckmeans.1d.dp|4.3.5|[Download] (https://cran.r-project.org/src/contrib/Ckmeans.1d.dp_4.3.5.tar.gz) - |class|7.3-22|[Download] (https://cran.r-project.org/web/packages/class/index.html) - |classInt|0.4-10|[Download] (https://cran.r-project.org/web/packages/classInt/index.html) - |cli|3.6.3|[Download] (https://cran.r-project.org/src/contrib/cli_3.6.3.tar.gz) - |ClickClust|1.1.6|[Download] (https://cran.r-project.org/src/contrib/ClickClust_1.1.6.tar.gz) - |clickstream|1.3.3|[Download] (https://cran.r-project.org/src/contrib/clickstream_1.3.3.tar.gz) - |clipr|0.8.0|[Download] (https://cran.r-project.org/src/contrib/clipr_0.8.0.tar.gz) - |clock|0.7.1|[Download] (https://cran.r-project.org/src/contrib/clock_0.7.1.tar.gz) - |clue|0.3-65|[Download] (https://cran.r-project.org/web/packages/clue/index.html) - |cluster|2.1.6|[Download] (https://cran.r-project.org/web/packages/cluster/index.html) - |clv|0.3-2.4|[Download] (https://cran.r-project.org/src/contrib/clv_0.3-2.4.tar.gz) - |cmprsk|2.2-12|[Download] (https://cran.r-project.org/src/contrib/cmprsk_2.2-12.tar.gz) - |coda|0.19-4.1|[Download] (https://cran.r-project.org/src/contrib/coda_0.19-4.1.tar.gz) - |codetools|0.2-20|[Download] (https://cran.r-project.org/src/contrib/codetools_0.2-20.tar.gz) - |coefplot|1.2.8|[Download] (https://cran.r-project.org/src/contrib/coefplot_1.2.8.tar.gz) - |coin|1.4-3|[Download] (https://cran.r-project.org/src/contrib/coin_1.4-3.tar.gz) - |collapsibleTree|0.1.8|[Download] (https://cran.r-project.org/src/contrib/collapsibleTree_0.1.8.tar.gz) - |colorRamps|2.3.4|[Download] (https://cran.r-project.org/src/contrib/colorRamps_2.3.4.tar.gz) - |colorspace|2.1-1|[Download] (https://cran.r-project.org/src/contrib/colorspace_2.1-1.tar.gz) - |colourpicker|1.3.0|[Download] (https://cran.r-project.org/src/contrib/colourpicker_1.3.0.tar.gz) - |colourvalues|0.3.9|[Download] (https://cran.r-project.org/src/contrib/colourvalues_0.3.9.tar.gz) - |combinat|0.0-8|[Download] (https://cran.r-project.org/src/contrib/combinat_0.0-8.tar.gz) - |commonmark|1.9.1|[Download] (https://cran.r-project.org/web/packages/commonmark/index.html) - |compositions|2.0-8|[Download] (https://cran.r-project.org/src/contrib/compositions_2.0-8.tar.gz) - |CompQuadForm|1.4.3|[Download] (https://cran.r-project.org/src/contrib/CompQuadForm_1.4.3.tar.gz) - |confintr|1.0.2|[Download] (https://cran.r-project.org/src/contrib/confintr_1.0.2.tar.gz) - |conflicted|1.2.0|[Download] (https://cran.r-project.org/src/contrib/conflicted_1.2.0.tar.gz) - |conquer|1.3.3|[Download] (https://cran.r-project.org/src/contrib/conquer_1.3.3.tar.gz) - |contfrac|1.1-12|[Download] (https://cran.r-project.org/src/contrib/contfrac_1.1-12.tar.gz) - |CORElearn|1.57.3|[Download] (https://cran.r-project.org/web/packages/CORElearn/index.html) - |corpcor|1.6.10|[Download] (https://cran.r-project.org/src/contrib/corpcor_1.6.10.tar.gz) - |corrgram|1.14|[Download] (https://cran.r-project.org/src/contrib/corrgram_1.14.tar.gz) - |corrplot|0.94|[Download] (https://cran.r-project.org/web/packages/corrplot/index.html) - |covr|3.6.4|[Download] (https://cran.r-project.org/src/contrib/covr_3.6.4.tar.gz) - |cowplot|1.1.3|[Download] (https://cran.r-project.org/src/contrib/cowplot_1.1.3.tar.gz) - |cplm|0.7-12|[Download] (https://cran.r-project.org/web/packages/cplm/index.html) - |cpp11|0.5.0|[Download] (https://cran.r-project.org/web/packages/cpp11/index.html) - |crayon|1.5.2|[Download] (https://cran.r-project.org/web/packages/crayon/index.html) - |credentials|2.0.1|[Download] (https://cran.r-project.org/web/packages/credentials/index.html) - |crosstalk|1.2.1|[Download] (https://cran.r-project.org/src/contrib/crosstalk_1.2.1.tar.gz) - |crul|1.5.0|[Download] (https://cran.r-project.org/src/contrib/crul_1.5.0.tar.gz) - |ctv|0.9-5|[Download] (https://cran.r-project.org/web/packages/ctv/index.html) - |cubature|2.0.4.6|[Download] (https://cran.r-project.org/web/packages/cubature/index.html) - |Cubist|0.4.4|[Download] (https://cran.r-project.org/src/contrib/Cubist_0.4.4.tar.gz) - |curl|5.2.1|[Download] (https://cran.r-project.org/web/packages/curl/index.html) - |cvar|0.5|[Download] (https://cran.r-project.org/src/contrib/cvar_0.5.tar.gz) - |CVST|0.2-3|[Download] (https://cran.r-project.org/src/contrib/CVST_0.2-3.tar.gz) - |cvTools|0.3.3|[Download] (https://cran.r-project.org/src/contrib/cvTools_0.3.3.tar.gz) - |d3heatmap|0.6.1.2|[Download] (https://cran.r-project.org/web/packages/d3heatmap/index.html) - |d3Network|0.5.2.1|[Download] (https://cran.r-project.org/src/contrib/d3Network_0.5.2.1.tar.gz) - |d3r|1.1.0|[Download] (https://cran.r-project.org/src/contrib/d3r_1.1.0.tar.gz) - |data.table|1.15.4|[Download] (https://cran.r-project.org/web/packages/data.table/index.html) - |data.tree|1.1.0|[Download] (https://cran.r-project.org/src/contrib/data.tree_1.1.0.tar.gz) - |datasauRus|0.1.8|[Download] (https://cran.r-project.org/src/contrib/datasauRus_0.1.8.tar.gz) - |datawizard|0.12.3|[Download] (https://cran.r-project.org/web/packages/datawizard/index.html) - |date|1.2-42|[Download] (https://cran.r-project.org/src/contrib/date_1.2-42.tar.gz) - |DBI|1.2.3|[Download] (https://cran.r-project.org/src/contrib/DBI_1.2.3.tar.gz) - |dbplyr|2.5.0|[Download] (https://cran.r-project.org/src/contrib/dbplyr_2.5.0.tar.gz) - |dbscan|1.2-0|[Download] (https://cran.r-project.org/src/contrib/dbscan_1.2-0.tar.gz) - |dclone|2.3-2|[Download] (https://cran.r-project.org/src/contrib/dclone_2.3-2.tar.gz) - |dcurver|0.9.2|[Download] (https://cran.r-project.org/src/contrib/dcurver_0.9.2.tar.gz) - |ddalpha|1.3.15|[Download] (https://cran.r-project.org/web/packages/ddalpha/index.html) - |deal|1.2-42|[Download] (https://cran.r-project.org/src/contrib/deal_1.2-42.tar.gz) - |debugme|1.2.0|[Download] (https://cran.r-project.org/src/contrib/debugme_1.2.0.tar.gz) - |decido|0.3.0|[Download] (https://cran.r-project.org/src/contrib/decido_0.3.0.tar.gz) - |deepnet|0.2.1|[Download] (https://cran.r-project.org/src/contrib/deepnet_0.2.1.tar.gz) - |deldir|2.0-4|[Download] (https://cran.r-project.org/src/contrib/deldir_2.0-4.tar.gz) - |dendextend|1.17.1|[Download] (https://cran.r-project.org/web/packages/dendextend/index.html) - |DEoptimR|1.1-3|[Download] (https://cran.r-project.org/web/packages/DEoptimR/index.html) - |Deriv|4.1.3|[Download] (https://cran.r-project.org/web/packages/Deriv/index.html) - |desc|1.4.3|[Download] (https://cran.r-project.org/src/contrib/desc_1.4.3.tar.gz) - |descr|1.1.8|[Download] (https://cran.r-project.org/src/contrib/descr_1.1.8.tar.gz) - |deSolve|1.40|[Download] (https://cran.r-project.org/src/contrib/deSolve_1.40.tar.gz) - |devtools|2.4.5|[Download] (https://cran.r-project.org/src/contrib/devtools_2.4.5.tar.gz) - |diagram|1.6.5|[Download] (https://cran.r-project.org/src/contrib/diagram_1.6.5.tar.gz) - |DiagrammeR|1.0.11|[Download] (https://cran.r-project.org/src/contrib/DiagrammeR_1.0.11.tar.gz) - |DiagrammeRsvg|0.1|[Download] (https://cran.r-project.org/src/contrib/DiagrammeRsvg_0.1.tar.gz) - |dials|1.3.0|[Download] (https://cran.r-project.org/src/contrib/dials_1.3.0.tar.gz) - |DiceDesign|1.10|[Download] (https://cran.r-project.org/src/contrib/DiceDesign_1.10.tar.gz) - |dichromat|2.0-0.1|[Download] (https://cran.r-project.org/src/contrib/dichromat_2.0-0.1.tar.gz) - |diffobj|0.3.5|[Download] (https://cran.r-project.org/src/contrib/diffobj_0.3.5.tar.gz) - |digest|0.6.33|[Download] (https://cran.r-project.org/web/packages/digest/index.html) - |dimRed|0.2.6|[Download] (https://cran.r-project.org/web/packages/dimRed/index.html) - |diptest|0.77-1|[Download] (https://cran.r-project.org/src/contrib/diptest_0.77-1.tar.gz) - |distcrete|1.0.3|[Download] (https://cran.r-project.org/src/contrib/distcrete_1.0.3.tar.gz) - |distributional|0.4.0|[Download] (https://cran.r-project.org/web/packages/distributional/index.html) - |DistributionUtils|0.6-1|[Download] (https://cran.r-project.org/src/contrib/DistributionUtils_0.6-1.tar.gz) - |distrom|1.0.1|[Download] (https://cran.r-project.org/src/contrib/distrom_1.0.1.tar.gz) - |dlm|1.1-6|[Download] (https://cran.r-project.org/web/packages/dlm/index.html) - |DMwR|0.4.1|[Download] (https://cran.r-project.org/web/packages/DMwR/index.html) - |doBy|4.6.22|[Download] (https://cran.r-project.org/web/packages/doBy/index.html) - |doFuture|1.0.1|[Download] (https://cran.r-project.org/src/contrib/doFuture_1.0.1.tar.gz) - |doParallel|1.0.17|[Download] (https://cran.r-project.org/src/contrib/doParallel_1.0.17.tar.gz) - |doSNOW|1.0.20|[Download] (https://cran.r-project.org/src/contrib/doSNOW_1.0.20.tar.gz) - |dotCall64|1.1-1|[Download] (https://cran.r-project.org/web/packages/dotCall64/index.html) - |downlit|0.4.4|[Download] (https://cran.r-project.org/src/contrib/downlit_0.4.4.tar.gz) - |downloader|0.4|[Download] (https://cran.r-project.org/src/contrib/downloader_0.4.tar.gz) - |dplyr|1.1.4|[Download] (https://cran.r-project.org/src/contrib/dplyr_1.1.4.tar.gz) - |DRR|0.0.4|[Download] (https://cran.r-project.org/src/contrib/DRR_0.0.4.tar.gz) - |dse|2020.2-1|[Download] (https://cran.r-project.org/web/packages/dse/index.html) - |DT|0.33|[Download] (https://cran.r-project.org/src/contrib/DT_0.33.tar.gz) - |dtplyr|1.3.1|[Download] (https://cran.r-project.org/src/contrib/dtplyr_1.3.1.tar.gz) - |dtt|0.1-2|[Download] (https://cran.r-project.org/src/contrib/dtt_0.1-2.tar.gz) - |dtw|1.23-1|[Download] (https://cran.r-project.org/src/contrib/dtw_1.23-1.tar.gz) - |dygraphs|1.1.1.6|[Download] (https://cran.r-project.org/src/contrib/dygraphs_1.1.1.6.tar.gz) - |dynlm|0.3-6|[Download] (https://cran.r-project.org/src/contrib/dynlm_0.3-6.tar.gz) - |e1071|1.7-14|[Download] (https://cran.r-project.org/web/packages/e1071/index.html) - |earth|5.3.3|[Download] (https://cran.r-project.org/web/packages/earth/index.html) - |EbayesThresh|1.4-12|[Download] (https://cran.r-project.org/src/contrib/EbayesThresh_1.4-12.tar.gz) - |ebdbNet|1.2.8|[Download] (https://cran.r-project.org/src/contrib/ebdbNet_1.2.8.tar.gz) - |ecm|7.2.0|[Download] (https://cran.r-project.org/src/contrib/ecm_7.2.0.tar.gz) - |edeaR|0.9.4|[Download] (https://cran.r-project.org/src/contrib/edeaR_0.9.4.tar.gz) - |effects|4.2-2|[Download] (https://cran.r-project.org/src/contrib/effects_4.2-2.tar.gz) - |effectsize|0.8.9|[Download] (https://cran.r-project.org/web/packages/effectsize/index.html) - |egg|0.4.5|[Download] (https://cran.r-project.org/src/contrib/egg_0.4.5.tar.gz) - |ellipse|0.5.0|[Download] (https://cran.r-project.org/src/contrib/ellipse_0.5.0.tar.gz) - |ellipsis|0.3.2|[Download] (https://cran.r-project.org/src/contrib/ellipsis_0.3.2.tar.gz) - |elliptic|1.4-0|[Download] (https://cran.r-project.org/src/contrib/elliptic_1.4-0.tar.gz) - |emmeans|1.10.4|[Download] (https://cran.r-project.org/web/packages/emmeans/index.html) - |emulator|1.2-24|[Download] (https://cran.r-project.org/src/contrib/emulator_1.2-24.tar.gz) - |energy|1.7-12|[Download] (https://cran.r-project.org/src/contrib/energy_1.7-12.tar.gz) - |english|1.2-6|[Download] (https://cran.r-project.org/src/contrib/english_1.2-6.tar.gz) - |ensembleBMA|5.1.8|[Download] (https://cran.r-project.org/src/contrib/ensembleBMA_5.1.8.tar.gz) - |entropy|1.3.1|[Download] (https://cran.r-project.org/src/contrib/entropy_1.3.1.tar.gz) - |epitools|0.5-10.1|[Download] (https://cran.r-project.org/src/contrib/epitools_0.5-10.1.tar.gz) - |epitrix|0.4.0|[Download] (https://cran.r-project.org/src/contrib/epitrix_0.4.0.tar.gz) - |estimability|1.5|[Download] (https://cran.r-project.org/web/packages/estimability/index.html) - |eulerr|7.0.2|[Download] (https://cran.r-project.org/src/contrib/eulerr_7.0.2.tar.gz) - |evaluate|0.22|[Download] (https://cran.r-project.org/web/packages/evaluate/index.html) - |evd|2.3-7|[Download] (https://cran.r-project.org/web/packages/evd/index.html) - |evdbayes|1.1-3|[Download] (https://cran.r-project.org/src/contrib/evdbayes_1.1-3.tar.gz) - |eventdataR|0.3.1|[Download] (https://cran.r-project.org/src/contrib/eventdataR_0.3.1.tar.gz) - |exactRankTests|0.8-35|[Download] (https://cran.r-project.org/src/contrib/exactRankTests_0.8-35.tar.gz) - |expint|0.1-8|[Download] (https://cran.r-project.org/src/contrib/expint_0.1-8.tar.gz) - |expm|1.0-0|[Download] (https://cran.r-project.org/src/contrib/expm_1.0-0.tar.gz) - |extraDistr|1.10.0|[Download] (https://cran.r-project.org/src/contrib/extraDistr_1.10.0.tar.gz) - |extrafont|0.19|[Download] (https://cran.r-project.org/src/contrib/extrafont_0.19.tar.gz) - |extrafontdb|1.0|[Download] (https://cran.r-project.org/src/contrib/extrafontdb_1.0.tar.gz) - |extremevalues|2.3.4|[Download] (https://cran.r-project.org/web/packages/extremevalues/index.html) - |ez|4.4-0|[Download] (https://cran.r-project.org/src/contrib/ez_4.4-0.tar.gz) - |factoextra|1.0.7|[Download] (https://cran.r-project.org/src/contrib/factoextra_1.0.7.tar.gz) - |FactoMineR|2.11|[Download] (https://cran.r-project.org/src/contrib/FactoMineR_2.11.tar.gz) - |fansi|1.0.5|[Download] (https://cran.r-project.org/web/packages/fansi/index.html) - |faoutlier|0.7.6|[Download] (https://cran.r-project.org/src/contrib/faoutlier_0.7.6.tar.gz) - |farver|2.1.2|[Download] (https://cran.r-project.org/src/contrib/farver_2.1.2.tar.gz) - |fastICA|1.2-5.1|[Download] (https://cran.r-project.org/web/packages/fastICA/index.html) - |fastmap|1.2.0|[Download] (https://cran.r-project.org/src/contrib/fastmap_1.2.0.tar.gz) - |fastmatch|1.1-4|[Download] (https://cran.r-project.org/web/packages/fastmatch/index.html) - |fBasics|4041.97|[Download] (https://cran.r-project.org/src/contrib/fBasics_4041.97.tar.gz) - |fda|6.1.8|[Download] (https://cran.r-project.org/web/packages/fda/index.html) - |fdrtool|1.2.18|[Download] (https://cran.r-project.org/src/contrib/fdrtool_1.2.18.tar.gz) - |fds|1.8|[Download] (https://cran.r-project.org/src/contrib/fds_1.8.tar.gz) - |fGarch|4033.92|[Download] (https://cran.r-project.org/src/contrib/fGarch_4033.92.tar.gz) - |fields|16.2|[Download] (https://cran.r-project.org/web/packages/fields/index.html) - |filehash|2.4-6|[Download] (https://cran.r-project.org/src/contrib/filehash_2.4-6.tar.gz) - |filelock|1.0.3|[Download] (https://cran.r-project.org/src/contrib/filelock_1.0.3.tar.gz) - |FinCal|0.6.3|[Download] (https://cran.r-project.org/src/contrib/FinCal_0.6.3.tar.gz) - |fitdistrplus|1.2-1|[Download] (https://cran.r-project.org/web/packages/fitdistrplus/index.html) - |flashClust|1.01-2|[Download] (https://cran.r-project.org/src/contrib/flashClust_1.01-2.tar.gz) - |flexclust|1.4-2|[Download] (https://cran.r-project.org/src/contrib/flexclust_1.4-2.tar.gz) - |flexmix|2.3-19|[Download] (https://cran.r-project.org/src/contrib/flexmix_2.3-19.tar.gz) - |float|0.3-2|[Download] (https://cran.r-project.org/src/contrib/float_0.3-2.tar.gz) - |FME|1.3.6.3|[Download] (https://cran.r-project.org/src/contrib/FME_1.3.6.3.tar.gz) - |fmsb|0.7.6|[Download] (https://cran.r-project.org/src/contrib/fmsb_0.7.6.tar.gz) - |FNN|1.1.4|[Download] (https://cran.r-project.org/web/packages/FNN/index.html) - |fontawesome|0.5.2|[Download] (https://cran.r-project.org/web/packages/fontawesome/index.html) - |fontBitstreamVera|0.1.1|[Download] (https://cran.r-project.org/src/contrib/fontBitstreamVera_0.1.1.tar.gz) - |fontLiberation|0.1.0|[Download] (https://cran.r-project.org/src/contrib/fontLiberation_0.1.0.tar.gz) - |fontquiver|0.2.1|[Download] (https://cran.r-project.org/src/contrib/fontquiver_0.2.1.tar.gz) - |forcats|1.0.0|[Download] (https://cran.r-project.org/src/contrib/forcats_1.0.0.tar.gz) - |foreach|1.5.2|[Download] (https://cran.r-project.org/src/contrib/foreach_1.5.2.tar.gz) - |forecast|8.23.0|[Download] (https://cran.r-project.org/src/contrib/forecast_8.23.0.tar.gz) - |forecastHybrid|5.0.19|[Download] (https://cran.r-project.org/src/contrib/forecastHybrid_5.0.19.tar.gz) - |foreign|0.8-87|[Download] (https://cran.r-project.org/web/packages/foreign/index.html) - |formatR|1.14|[Download] (https://cran.r-project.org/src/contrib/formatR_1.14.tar.gz) - |formattable|0.2.1|[Download] (https://cran.r-project.org/src/contrib/formattable_0.2.1.tar.gz) - |Formula|1.2-5|[Download] (https://cran.r-project.org/src/contrib/Formula_1.2-5.tar.gz) - |fpc|2.2-12|[Download] (https://cran.r-project.org/web/packages/fpc/index.html) - |fracdiff|1.5-3|[Download] (https://cran.r-project.org/src/contrib/fracdiff_1.5-3.tar.gz) - |fs|1.6.4|[Download] (https://cran.r-project.org/web/packages/fs/index.html) - |fTrading|3042.79|[Download] (https://cran.r-project.org/src/contrib/fTrading_3042.79.tar.gz) - |fUnitRoots|4040.81|[Download] (https://cran.r-project.org/src/contrib/fUnitRoots_4040.81.tar.gz) - |furrr|0.3.1|[Download] (https://cran.r-project.org/src/contrib/furrr_0.3.1.tar.gz) - |futile.logger|1.4.3|[Download] (https://cran.r-project.org/src/contrib/futile.logger_1.4.3.tar.gz) - |futile.options|1.0.1|[Download] (https://cran.r-project.org/src/contrib/futile.options_1.0.1.tar.gz) - |future|1.34.0|[Download] (https://cran.r-project.org/src/contrib/future_1.34.0.tar.gz) - |future.apply|1.11.2|[Download] (https://cran.r-project.org/web/packages/future.apply/index.html) - |gam|1.22-4|[Download] (https://cran.r-project.org/web/packages/gam/index.html) - |gamlr|1.13-8|[Download] (https://cran.r-project.org/src/contrib/gamlr_1.13-8.tar.gz) - |gamlss|5.4-22|[Download] (https://cran.r-project.org/src/contrib/gamlss_5.4-22.tar.gz) - |gamlss.data|6.0-6|[Download] (https://cran.r-project.org/src/contrib/gamlss.data_6.0-6.tar.gz) - |gamlss.dist|6.1-1|[Download] (https://cran.r-project.org/src/contrib/gamlss.dist_6.1-1.tar.gz) - |gargle|1.5.2|[Download] (https://cran.r-project.org/src/contrib/gargle_1.5.2.tar.gz) - |gbm|2.2.2|[Download] (https://cran.r-project.org/src/contrib/gbm_2.2.2.tar.gz) - |gbRd|0.4.12|[Download] (https://cran.r-project.org/src/contrib/gbRd_0.4.12.tar.gz) - |gbutils|0.5|[Download] (https://cran.r-project.org/src/contrib/gbutils_0.5.tar.gz) - |gclus|1.3.2|[Download] (https://cran.r-project.org/src/contrib/gclus_1.3.2.tar.gz) - |gdalUtils|2.0.3.2|[Download] (https://cran.r-project.org/web/packages/gdalUtils/index.html) - |gdata|3.0.0|[Download] (https://cran.r-project.org/web/packages/gdata/index.html) - |gdtools|0.4.0|[Download] (https://cran.r-project.org/web/packages/gdtools/index.html) - |gee|4.13-27|[Download] (https://cran.r-project.org/web/packages/gee/index.html) - |genalg|0.2.1|[Download] (https://cran.r-project.org/src/contrib/genalg_0.2.1.tar.gz) - |generics|0.1.3|[Download] (https://cran.r-project.org/src/contrib/generics_0.1.3.tar.gz) - |genetics|1.3.8.1.3|[Download] (https://cran.r-project.org/src/contrib/genetics_1.3.8.1.3.tar.gz) - |GenSA|1.1.14|[Download] (https://cran.r-project.org/web/packages/GenSA/index.html) - |geojson|0.3.5|[Download] (https://cran.r-project.org/src/contrib/geojson_0.3.5.tar.gz) - |geojsonio|0.11.3|[Download] (https://cran.r-project.org/src/contrib/geojsonio_0.11.3.tar.gz) - |geojsonlint|0.4.0|[Download] (https://cran.r-project.org/web/packages/geojsonlint/index.html) - |geojsonsf|2.0.3|[Download] (https://cran.r-project.org/src/contrib/geojsonsf_2.0.3.tar.gz) - |geometries|0.2.4|[Download] (https://cran.r-project.org/src/contrib/geometries_0.2.4.tar.gz) - |geometry|0.4.7|[Download] (https://cran.r-project.org/web/packages/geometry/index.html) - |geoR|1.9-4|[Download] (https://cran.r-project.org/src/contrib/geoR_1.9-4.tar.gz) - |geosphere|1.5-18|[Download] (https://cran.r-project.org/web/packages/geosphere/index.html) - |gert|2.1.1|[Download] (https://cran.r-project.org/web/packages/gert/index.html) - |gfonts|0.2.0|[Download] (https://cran.r-project.org/src/contrib/gfonts_0.2.0.tar.gz) - |GGally|2.2.1|[Download] (https://cran.r-project.org/src/contrib/GGally_2.2.1.tar.gz) - |ggalt|0.4.0|[Download] (https://cran.r-project.org/src/contrib/ggalt_0.4.0.tar.gz) - |gganimate|1.0.9|[Download] (https://cran.r-project.org/src/contrib/gganimate_1.0.9.tar.gz) - |ggcorrplot|0.1.4.1|[Download] (https://cran.r-project.org/src/contrib/ggcorrplot_0.1.4.1.tar.gz) - |ggdendro|0.2.0|[Download] (https://cran.r-project.org/src/contrib/ggdendro_0.2.0.tar.gz) - |ggeffects|1.7.1|[Download] (https://cran.r-project.org/web/packages/ggeffects/index.html) - |ggExtra|0.10.1|[Download] (https://cran.r-project.org/src/contrib/ggExtra_0.10.1.tar.gz) - |ggfittext|0.10.2|[Download] (https://cran.r-project.org/src/contrib/ggfittext_0.10.2.tar.gz) - |ggforce|0.4.2|[Download] (https://cran.r-project.org/src/contrib/ggforce_0.4.2.tar.gz) - |ggformula|0.12.0|[Download] (https://cran.r-project.org/src/contrib/ggformula_0.12.0.tar.gz) - |ggfortify|0.4.17|[Download] (https://cran.r-project.org/src/contrib/ggfortify_0.4.17.tar.gz) - |ggfun|0.1.6|[Download] (https://cran.r-project.org/web/packages/ggfun/index.html) - |gghighlight|0.4.1|[Download] (https://cran.r-project.org/src/contrib/gghighlight_0.4.1.tar.gz) - |ggimage|0.3.3|[Download] (https://cran.r-project.org/src/contrib/ggimage_0.3.3.tar.gz) - |ggiraph|0.8.10|[Download] (https://cran.r-project.org/web/packages/ggiraph/index.html) - |ggjoy|0.4.1|[Download] (https://cran.r-project.org/src/contrib/ggjoy_0.4.1.tar.gz) - |ggm|2.3|[Download] (https://cran.r-project.org/web/packages/ggm/index.html) - |ggmap|4.0.0|[Download] (https://cran.r-project.org/src/contrib/ggmap_4.0.0.tar.gz) - |ggmcmc|1.5.1.1|[Download] (https://cran.r-project.org/src/contrib/ggmcmc_1.5.1.1.tar.gz) - |ggplot2|3.5.1|[Download] (https://cran.r-project.org/src/contrib/ggplot2_3.5.1.tar.gz) - |ggplot2movies|0.0.1|[Download] (https://cran.r-project.org/src/contrib/ggplot2movies_0.0.1.tar.gz) - |ggplotify|0.1.2|[Download] (https://cran.r-project.org/src/contrib/ggplotify_0.1.2.tar.gz) - |ggpmisc|0.6.0|[Download] (https://cran.r-project.org/web/packages/ggpmisc/index.html) - |ggpp|0.5.8-1|[Download] (https://cran.r-project.org/src/contrib/ggpp_0.5.8-1.tar.gz) - |ggpubr|0.6.0|[Download] (https://cran.r-project.org/src/contrib/ggpubr_0.6.0.tar.gz) - |ggQC|0.0.31|[Download] (https://cran.r-project.org/src/contrib/ggQC_0.0.31.tar.gz) - |ggRandomForests|2.2.1|[Download] (https://cran.r-project.org/src/contrib/ggRandomForests_2.2.1.tar.gz) - |ggraph|2.2.1|[Download] (https://cran.r-project.org/src/contrib/ggraph_2.2.1.tar.gz) - |ggrepel|0.9.5|[Download] (https://cran.r-project.org/web/packages/ggrepel/index.html) - |ggridges|0.5.6|[Download] (https://cran.r-project.org/src/contrib/ggridges_0.5.6.tar.gz) - |ggsci|3.2.0|[Download] (https://cran.r-project.org/src/contrib/ggsci_3.2.0.tar.gz) - |ggsignif|0.6.4|[Download] (https://cran.r-project.org/src/contrib/ggsignif_0.6.4.tar.gz) - |ggsoccer|0.1.7|[Download] (https://cran.r-project.org/web/packages/ggsoccer/index.html) - |ggstance|0.3.7|[Download] (https://cran.r-project.org/src/contrib/ggstance_0.3.7.tar.gz) - |ggstats|0.6.0|[Download] (https://cran.r-project.org/web/packages/ggstats/index.html) - |ggtern|3.5.0|[Download] (https://cran.r-project.org/src/contrib/ggtern_3.5.0.tar.gz) - |ggtext|0.1.2|[Download] (https://cran.r-project.org/src/contrib/ggtext_0.1.2.tar.gz) - |ggthemes|5.1.0|[Download] (https://cran.r-project.org/src/contrib/ggthemes_5.1.0.tar.gz) - |gh|1.4.1|[Download] (https://cran.r-project.org/src/contrib/gh_1.4.1.tar.gz) - |gistr|0.9.0|[Download] (https://cran.r-project.org/src/contrib/gistr_0.9.0.tar.gz) - |git2r|0.33.0|[Download] (https://cran.r-project.org/web/packages/git2r/index.html) - |gitcreds|0.1.2|[Download] (https://cran.r-project.org/src/contrib/gitcreds_0.1.2.tar.gz) - |glasso|1.11|[Download] (https://cran.r-project.org/src/contrib/glasso_1.11.tar.gz) - |glmmTMB|1.1.9|[Download] (https://cran.r-project.org/web/packages/glmmTMB/index.html) - |glmnet|4.1-8|[Download] (https://cran.r-project.org/src/contrib/glmnet_4.1-8.tar.gz) - |GlobalOptions|0.1.2|[Download] (https://cran.r-project.org/src/contrib/GlobalOptions_0.1.2.tar.gz) - |globals|0.16.3|[Download] (https://cran.r-project.org/src/contrib/globals_0.16.3.tar.gz) - |glue|1.6.2|[Download] (https://cran.r-project.org/web/packages/glue/index.html) - |gmodels|2.19.1|[Download] (https://cran.r-project.org/src/contrib/gmodels_2.19.1.tar.gz) - |gmp|0.7-5|[Download] (https://cran.r-project.org/src/contrib/gmp_0.7-5.tar.gz) - |gnm|1.1-5|[Download] (https://cran.r-project.org/src/contrib/gnm_1.1-5.tar.gz) - |goftest|1.2-3|[Download] (https://cran.r-project.org/src/contrib/goftest_1.2-3.tar.gz) - |googledrive|2.1.1|[Download] (https://cran.r-project.org/src/contrib/googledrive_2.1.1.tar.gz) - |googlePolylines|0.8.4|[Download] (https://cran.r-project.org/web/packages/googlePolylines/index.html) - |googlesheets4|1.1.1|[Download] (https://cran.r-project.org/src/contrib/googlesheets4_1.1.1.tar.gz) - |googleVis|0.7.3|[Download] (https://cran.r-project.org/src/contrib/googleVis_0.7.3.tar.gz) - |gower|1.0.1|[Download] (https://cran.r-project.org/web/packages/gower/index.html) - |GPArotation|2024.3-1|[Download] (https://cran.r-project.org/src/contrib/GPArotation_2024.3-1.tar.gz) - |GPfit|1.0-8|[Download] (https://cran.r-project.org/src/contrib/GPfit_1.0-8.tar.gz) - |gplots|3.1.3.1|[Download] (https://cran.r-project.org/web/packages/gplots/index.html) - |graphlayouts|1.1.1|[Download] (https://cran.r-project.org/web/packages/graphlayouts/index.html) - |greybox|2.0.2|[Download] (https://cran.r-project.org/web/packages/greybox/index.html) - |grid|4.3.3|[Download] (https://cran.r-project.org/web/packages/grid/index.html) - |gridBase|0.4-7|[Download] (https://cran.r-project.org/src/contrib/gridBase_0.4-7.tar.gz) - |gridExtra|2.3|[Download] (https://cran.r-project.org/src/contrib/gridExtra_2.3.tar.gz) - |gridGraphics|0.5-1|[Download] (https://cran.r-project.org/src/contrib/gridGraphics_0.5-1.tar.gz) - |gridSVG|1.7-5|[Download] (https://cran.r-project.org/src/contrib/gridSVG_1.7-5.tar.gz) - |gridtext|0.1.5|[Download] (https://cran.r-project.org/src/contrib/gridtext_0.1.5.tar.gz) - |grImport|0.9-7|[Download] (https://cran.r-project.org/src/contrib/grImport_0.9-7.tar.gz) - |grImport2|0.3-3|[Download] (https://cran.r-project.org/src/contrib/grImport2_0.3-3.tar.gz) - |grpreg|3.5.0|[Download] (https://cran.r-project.org/src/contrib/grpreg_3.5.0.tar.gz) - |gsl|2.1-8|[Download] (https://cran.r-project.org/src/contrib/gsl_2.1-8.tar.gz) - |gss|2.2-7|[Download] (https://cran.r-project.org/web/packages/gss/index.html) - |gstat|2.1-2|[Download] (https://cran.r-project.org/src/contrib/gstat_2.1-2.tar.gz) - |gsubfn|0.7|[Download] (https://cran.r-project.org/src/contrib/gsubfn_0.7.tar.gz) - |gtable|0.3.5|[Download] (https://cran.r-project.org/web/packages/gtable/index.html) - |gtools|3.9.5|[Download] (https://cran.r-project.org/src/contrib/gtools_3.9.5.tar.gz) - |gtrendsR|1.5.1|[Download] (https://cran.r-project.org/src/contrib/gtrendsR_1.5.1.tar.gz) - |gWidgets|0.0-54.2|[Download] (https://cran.r-project.org/web/packages/gWidgets/index.html) - |gWidgets2|1.0-9|[Download] (https://cran.r-project.org/web/packages/gWidgets2/index.html) - |gWidgets2tcltk|1.0-8|[Download] (https://cran.r-project.org/src/contrib/gWidgets2tcltk_1.0-8.tar.gz) - |gWidgetsRGtk2|0.0-86.1|[Download] (https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html) - |gWidgetstcltk|0.0-55.1|[Download] (https://cran.r-project.org/web/packages/gWidgetstcltk/index.html) - |haplo.stats|1.9.5.1|[Download] (https://cran.r-project.org/web/packages/haplo.stats/index.html) - |hardhat|1.4.0|[Download] (https://cran.r-project.org/src/contrib/hardhat_1.4.0.tar.gz) - |hash|2.2.6.3|[Download] (https://cran.r-project.org/src/contrib/hash_2.2.6.3.tar.gz) - |haven|2.5.4|[Download] (https://cran.r-project.org/src/contrib/haven_2.5.4.tar.gz) - |hbsae|1.2|[Download] (https://cran.r-project.org/src/contrib/hbsae_1.2.tar.gz) - |HDInterval|0.2.4|[Download] (https://cran.r-project.org/src/contrib/HDInterval_0.2.4.tar.gz) - |hdrcde|3.4|[Download] (https://cran.r-project.org/src/contrib/hdrcde_3.4.tar.gz) - |heatmaply|1.5.0|[Download] (https://cran.r-project.org/src/contrib/heatmaply_1.5.0.tar.gz) - |here|1.0.1|[Download] (https://cran.r-project.org/src/contrib/here_1.0.1.tar.gz) - |hexbin|1.28.4|[Download] (https://cran.r-project.org/web/packages/hexbin/index.html) - |hflights|0.1|[Download] (https://cran.r-project.org/src/contrib/hflights_0.1.tar.gz) - |HH|3.1-52|[Download] (https://cran.r-project.org/src/contrib/HH_3.1-52.tar.gz) - |highcharter|0.9.4|[Download] (https://cran.r-project.org/src/contrib/highcharter_0.9.4.tar.gz) - |highr|0.11|[Download] (https://cran.r-project.org/src/contrib/highr_0.11.tar.gz) - |HistData|0.9-1|[Download] (https://cran.r-project.org/src/contrib/HistData_0.9-1.tar.gz) - |Hmisc|5.1-3|[Download] (https://cran.r-project.org/web/packages/Hmisc/index.html) - |hms|1.1.3|[Download] (https://cran.r-project.org/src/contrib/hms_1.1.3.tar.gz) - |hoardr|0.5.4|[Download] (https://cran.r-project.org/src/contrib/hoardr_0.5.4.tar.gz) - |hrbrthemes|0.8.7|[Download] (https://cran.r-project.org/src/contrib/hrbrthemes_0.8.7.tar.gz) - |HSAUR|1.3-10|[Download] (https://cran.r-project.org/src/contrib/HSAUR_1.3-10.tar.gz) - |htmlTable|2.4.3|[Download] (https://cran.r-project.org/src/contrib/htmlTable_2.4.3.tar.gz) - |htmltools|0.5.8.1|[Download] (https://cran.r-project.org/src/contrib/htmltools_0.5.8.1.tar.gz) - |htmlwidgets|1.6.4|[Download] (https://cran.r-project.org/src/contrib/htmlwidgets_1.6.4.tar.gz) - |hts|6.0.3|[Download] (https://cran.r-project.org/src/contrib/hts_6.0.3.tar.gz) - |httpcode|0.3.0|[Download] (https://cran.r-project.org/src/contrib/httpcode_0.3.0.tar.gz) - |httpuv|1.6.15|[Download] (https://cran.r-project.org/src/contrib/httpuv_1.6.15.tar.gz) - |httr|1.4.7|[Download] (https://cran.r-project.org/src/contrib/httr_1.4.7.tar.gz) - |httr2|1.0.3|[Download] (https://cran.r-project.org/web/packages/httr2/index.html) - |huge|1.3.5|[Download] (https://cran.r-project.org/src/contrib/huge_1.3.5.tar.gz) - |hunspell|3.0.4|[Download] (https://cran.r-project.org/web/packages/hunspell/index.html) - |hydroTSM|0.7-0|[Download] (https://cran.r-project.org/web/packages/hydroTSM/index.html) - |hypergeo|1.2-13|[Download] (https://cran.r-project.org/src/contrib/hypergeo_1.2-13.tar.gz) - |IBrokers|0.10-2|[Download] (https://cran.r-project.org/src/contrib/IBrokers_0.10-2.tar.gz) - |ids|1.0.1|[Download] (https://cran.r-project.org/src/contrib/ids_1.0.1.tar.gz) - |ifultools|2.0-26|[Download] (https://cran.r-project.org/web/packages/ifultools/index.html) - |igraph|2.0.3|[Download] (https://cran.r-project.org/web/packages/igraph/index.html) - |imager|1.0.2|[Download] (https://cran.r-project.org/src/contrib/imager_1.0.2.tar.gz) - |imputeTS|3.3|[Download] (https://cran.r-project.org/src/contrib/imputeTS_3.3.tar.gz) - |incidence|1.7.5|[Download] (https://cran.r-project.org/src/contrib/incidence_1.7.5.tar.gz) - |infer|1.0.7|[Download] (https://cran.r-project.org/src/contrib/infer_1.0.7.tar.gz) - |influenceR|0.1.5|[Download] (https://cran.r-project.org/src/contrib/influenceR_0.1.5.tar.gz) - |ini|0.3.1|[Download] (https://cran.r-project.org/src/contrib/ini_0.3.1.tar.gz) - |inline|0.3.19|[Download] (https://cran.r-project.org/web/packages/inline/index.html) - |insight|0.20.4|[Download] (https://cran.r-project.org/web/packages/insight/index.html) - |interp|1.1-6|[Download] (https://cran.r-project.org/src/contrib/interp_1.1-6.tar.gz) - |intervals|0.15.5|[Download] (https://cran.r-project.org/src/contrib/intervals_0.15.5.tar.gz) - |inum|1.0-5|[Download] (https://cran.r-project.org/src/contrib/inum_1.0-5.tar.gz) - |investr|1.4.2|[Download] (https://cran.r-project.org/src/contrib/investr_1.4.2.tar.gz) - |ipred|0.9-15|[Download] (https://cran.r-project.org/src/contrib/ipred_0.9-15.tar.gz) - |IRdisplay|1.1|[Download] (https://cran.r-project.org/src/contrib/IRdisplay_1.1.tar.gz) - |IRkernel|1.3.2|[Download] (https://cran.r-project.org/src/contrib/IRkernel_1.3.2.tar.gz) - |irlba|2.3.5.1|[Download] (https://cran.r-project.org/src/contrib/irlba_2.3.5.1.tar.gz) - |irr|0.84.1|[Download] (https://cran.r-project.org/src/contrib/irr_0.84.1.tar.gz) - |isoband|0.2.7|[Download] (https://cran.r-project.org/src/contrib/isoband_0.2.7.tar.gz) - |ISOcodes|2024.02.12|[Download] (https://cran.r-project.org/src/contrib/ISOcodes_2024.02.12.tar.gz) - |iterators|1.0.14|[Download] (https://cran.r-project.org/src/contrib/iterators_1.0.14.tar.gz) - |janeaustenr|1.0.0|[Download] (https://cran.r-project.org/src/contrib/janeaustenr_1.0.0.tar.gz) - |janitor|2.2.0|[Download] (https://cran.r-project.org/web/packages/janitor/index.html) - |jmvcore|2.4.7|[Download] (https://cran.r-project.org/web/packages/jmvcore/index.html) - |jomo|2.7-6|[Download] (https://cran.r-project.org/src/contrib/jomo_2.7-6.tar.gz) - |jpeg|0.1-10|[Download] (https://cran.r-project.org/src/contrib/jpeg_0.1-10.tar.gz) - |jqr|1.3.4|[Download] (https://cran.r-project.org/web/packages/jqr/index.html) - |jquerylib|0.1.4|[Download] (https://cran.r-project.org/src/contrib/jquerylib_0.1.4.tar.gz) - |jsonify|1.2.2|[Download] (https://cran.r-project.org/src/contrib/jsonify_1.2.2.tar.gz) - |jsonlite|1.8.7|[Download] (https://cran.r-project.org/web/packages/jsonlite/index.html) - |jsonvalidate|1.3.2|[Download] (https://cran.r-project.org/src/contrib/jsonvalidate_1.3.2.tar.gz) - |jtools|2.3.0|[Download] (https://cran.r-project.org/src/contrib/jtools_2.3.0.tar.gz) - |kableExtra|1.4.0|[Download] (https://cran.r-project.org/src/contrib/kableExtra_1.4.0.tar.gz) - |Kendall|2.2.1|[Download] (https://cran.r-project.org/src/contrib/Kendall_2.2.1.tar.gz) - |kernlab|0.9-33|[Download] (https://cran.r-project.org/src/contrib/kernlab_0.9-33.tar.gz) - |KernSmooth|2.23-24|[Download] (https://cran.r-project.org/web/packages/KernSmooth/index.html) - |kinship2|1.9.6.1|[Download] (https://cran.r-project.org/src/contrib/kinship2_1.9.6.1.tar.gz) - |kknn|1.3.1|[Download] (https://cran.r-project.org/src/contrib/kknn_1.3.1.tar.gz) - |klaR|1.7-3|[Download] (https://cran.r-project.org/src/contrib/klaR_1.7-3.tar.gz) - |km.ci|0.5-6|[Download] (https://cran.r-project.org/src/contrib/km.ci_0.5-6.tar.gz) - |KMsurv|0.1-5|[Download] (https://cran.r-project.org/src/contrib/KMsurv_0.1-5.tar.gz) - |knitr|1.48|[Download] (https://cran.r-project.org/web/packages/knitr/index.html) - |ks|1.14.2|[Download] (https://cran.r-project.org/web/packages/ks/index.html) - |labeling|0.4.3|[Download] (https://cran.r-project.org/src/contrib/labeling_0.4.3.tar.gz) - |labelled|2.13.0|[Download] (https://cran.r-project.org/web/packages/labelled/index.html) - |laeken|0.5.3|[Download] (https://cran.r-project.org/src/contrib/laeken_0.5.3.tar.gz) - |Lahman|11.0-0|[Download] (https://cran.r-project.org/web/packages/Lahman/index.html) - |lambda.r|1.2.4|[Download] (https://cran.r-project.org/src/contrib/lambda.r_1.2.4.tar.gz) - |lars|1.3|[Download] (https://cran.r-project.org/src/contrib/lars_1.3.tar.gz) - |later|1.3.2|[Download] (https://cran.r-project.org/web/packages/later/index.html) - |latex2exp|0.9.6|[Download] (https://cran.r-project.org/src/contrib/latex2exp_0.9.6.tar.gz) - |lattice|0.22-6|[Download] (https://cran.r-project.org/src/contrib/lattice_0.22-6.tar.gz) - |latticeExtra|0.6-30|[Download] (https://cran.r-project.org/src/contrib/latticeExtra_0.6-30.tar.gz) - |lava|1.8.0|[Download] (https://cran.r-project.org/web/packages/lava/index.html) - |lavaan|0.6-18|[Download] (https://cran.r-project.org/web/packages/lavaan/index.html) - |lazyeval|0.2.2|[Download] (https://cran.r-project.org/src/contrib/lazyeval_0.2.2.tar.gz) - |lda|1.5.2|[Download] (https://cran.r-project.org/src/contrib/lda_1.5.2.tar.gz) - |leafem|0.2.3|[Download] (https://cran.r-project.org/src/contrib/leafem_0.2.3.tar.gz) - |leaflet|2.2.2|[Download] (https://cran.r-project.org/src/contrib/leaflet_2.2.2.tar.gz) - |leaflet.esri|1.0.0|[Download] (https://cran.r-project.org/src/contrib/leaflet.esri_1.0.0.tar.gz) - |leaflet.extras|2.0.1|[Download] (https://cran.r-project.org/src/contrib/leaflet.extras_2.0.1.tar.gz) - |leaflet.providers|2.0.0|[Download] (https://cran.r-project.org/src/contrib/leaflet.providers_2.0.0.tar.gz) - |leafpop|0.1.0|[Download] (https://cran.r-project.org/src/contrib/leafpop_0.1.0.tar.gz) - |leafsync|0.1.0|[Download] (https://cran.r-project.org/src/contrib/leafsync_0.1.0.tar.gz) - |leaps|3.2|[Download] (https://cran.r-project.org/src/contrib/leaps_3.2.tar.gz) - |LearnBayes|2.15.1|[Download] (https://cran.r-project.org/src/contrib/LearnBayes_2.15.1.tar.gz) - |lexicon|1.2.1|[Download] (https://cran.r-project.org/src/contrib/lexicon_1.2.1.tar.gz) - |lgr|0.4.4|[Download] (https://cran.r-project.org/src/contrib/lgr_0.4.4.tar.gz) - |lhs|1.2.0|[Download] (https://cran.r-project.org/src/contrib/lhs_1.2.0.tar.gz) - |libcoin|1.0-10|[Download] (https://cran.r-project.org/src/contrib/libcoin_1.0-10.tar.gz) - |LiblineaR|2.10-23|[Download] (https://cran.r-project.org/web/packages/LiblineaR/index.html) - |LICORS|0.2.0|[Download] (https://cran.r-project.org/web/packages/LICORS/index.html) - |lifecycle|1.0.3|[Download] (https://cran.r-project.org/web/packages/lifecycle/index.html) - |likert|1.3.5|[Download] (https://cran.r-project.org/src/contrib/likert_1.3.5.tar.gz) - |limSolve|1.5.7.1|[Download] (https://cran.r-project.org/src/contrib/limSolve_1.5.7.1.tar.gz) - |linelist|1.1.4|[Download] (https://cran.r-project.org/src/contrib/linelist_1.1.4.tar.gz) - |linprog|0.9-4|[Download] (https://cran.r-project.org/src/contrib/linprog_0.9-4.tar.gz) - |listenv|0.9.1|[Download] (https://cran.r-project.org/src/contrib/listenv_0.9.1.tar.gz) - |lm.beta|1.7-2|[Download] (https://cran.r-project.org/src/contrib/lm.beta_1.7-2.tar.gz) - |lme4|1.1-35.5|[Download] (https://cran.r-project.org/web/packages/lme4/index.html) - |lmm|1.4|[Download] (https://cran.r-project.org/src/contrib/lmm_1.4.tar.gz) - |lmodel2|1.7-3|[Download] (https://cran.r-project.org/web/packages/lmodel2/index.html) - |lmtest|0.9-40|[Download] (https://cran.r-project.org/src/contrib/lmtest_0.9-40.tar.gz) - |lobstr|1.1.2|[Download] (https://cran.r-project.org/src/contrib/lobstr_1.1.2.tar.gz) - |locfit|1.5-9.9|[Download] (https://cran.r-project.org/web/packages/locfit/index.html) - |locpol|0.8.0|[Download] (https://cran.r-project.org/src/contrib/locpol_0.8.0.tar.gz) - |LogicReg|1.6.6|[Download] (https://cran.r-project.org/src/contrib/LogicReg_1.6.6.tar.gz) - |loo|2.8.0|[Download] (https://cran.r-project.org/src/contrib/loo_2.8.0.tar.gz) - |lpSolve|5.6.20|[Download] (https://cran.r-project.org/web/packages/lpSolve/index.html) - |lsa|0.73.3|[Download] (https://cran.r-project.org/src/contrib/lsa_0.73.3.tar.gz) - |lsmeans|2.30-0|[Download] (https://cran.r-project.org/src/contrib/lsmeans_2.30-0.tar.gz) - |lubridate|1.9.3|[Download] (https://cran.r-project.org/web/packages/lubridate/index.html) - |lwgeom|0.2-14|[Download] (https://cran.r-project.org/src/contrib/lwgeom_0.2-14.tar.gz) - |magic|1.6-1|[Download] (https://cran.r-project.org/src/contrib/magic_1.6-1.tar.gz) - |magick|2.8.4|[Download] (https://cran.r-project.org/web/packages/magick/index.html) - |magrittr|2.0.3|[Download] (https://cran.r-project.org/src/contrib/magrittr_2.0.3.tar.gz) - |manipulateWidget|0.11.1|[Download] (https://cran.r-project.org/src/contrib/manipulateWidget_0.11.1.tar.gz) - |MAPA|2.0.7|[Download] (https://cran.r-project.org/src/contrib/MAPA_2.0.7.tar.gz) - |mapdata|2.3.1|[Download] (https://cran.r-project.org/src/contrib/mapdata_2.3.1.tar.gz) - |mapdeck|0.3.5|[Download] (https://cran.r-project.org/src/contrib/mapdeck_0.3.5.tar.gz) - |mapproj|1.2.11|[Download] (https://cran.r-project.org/src/contrib/mapproj_1.2.11.tar.gz) - |maps|3.4.2|[Download] (https://cran.r-project.org/web/packages/maps/index.html) - |maptools|1.1-8|[Download] (https://cran.r-project.org/web/packages/maptools/index.html) - |maptree|1.4-8|[Download] (https://cran.r-project.org/src/contrib/maptree_1.4-8.tar.gz) - |mapview|2.11.2|[Download] (https://cran.r-project.org/src/contrib/mapview_2.11.2.tar.gz) - |marima|2.2|[Download] (https://cran.r-project.org/src/contrib/marima_2.2.tar.gz) - |markdown|1.13|[Download] (https://cran.r-project.org/src/contrib/markdown_1.13.tar.gz) - |MASS|7.3-60.0.1|[Download] (https://cran.r-project.org/web/packages/MASS/index.html) - |Matching|4.10-14|[Download] (https://cran.r-project.org/web/packages/Matching/index.html) - |MatchIt|4.5.5|[Download] (https://cran.r-project.org/web/packages/MatchIt/index.html) - |matchmaker|0.1.1|[Download] (https://cran.r-project.org/src/contrib/matchmaker_0.1.1.tar.gz) - |mathjaxr|1.6-0|[Download] (https://cran.r-project.org/src/contrib/mathjaxr_1.6-0.tar.gz) - |Matrix|1.6-5|[Download] (https://cran.r-project.org/web/packages/Matrix/index.html) - |matrixcalc|1.0-6|[Download] (https://cran.r-project.org/src/contrib/matrixcalc_1.0-6.tar.gz) - |MatrixExtra|0.1.15|[Download] (https://cran.r-project.org/src/contrib/MatrixExtra_0.1.15.tar.gz) - |MatrixModels|0.5-3|[Download] (https://cran.r-project.org/src/contrib/MatrixModels_0.5-3.tar.gz) - |matrixStats|1.4.0|[Download] (https://cran.r-project.org/web/packages/matrixStats/index.html) - |maxLik|1.5-2.1|[Download] (https://cran.r-project.org/src/contrib/maxLik_1.5-2.1.tar.gz) - |maxstat|0.7-25|[Download] (https://cran.r-project.org/src/contrib/maxstat_0.7-25.tar.gz) - |mboost|2.9-11|[Download] (https://cran.r-project.org/src/contrib/mboost_2.9-11.tar.gz) - |mclust|6.1.1|[Download] (https://cran.r-project.org/src/contrib/mclust_6.1.1.tar.gz) - |mcmc|0.9-8|[Download] (https://cran.r-project.org/src/contrib/mcmc_0.9-8.tar.gz) - |MCMCglmm|2.36|[Download] (https://cran.r-project.org/src/contrib/MCMCglmm_2.36.tar.gz) - |MCMCpack|1.7-1|[Download] (https://cran.r-project.org/src/contrib/MCMCpack_1.7-1.tar.gz) - |mda|0.5-4|[Download] (https://cran.r-project.org/web/packages/mda/index.html) - |memoise|2.0.1|[Download] (https://cran.r-project.org/src/contrib/memoise_2.0.1.tar.gz) - |merTools|0.6.2|[Download] (https://cran.r-project.org/src/contrib/merTools_0.6.2.tar.gz) - |meta|7.0-0|[Download] (https://cran.r-project.org/web/packages/meta/index.html) - |metadat|1.2-0|[Download] (https://cran.r-project.org/src/contrib/metadat_1.2-0.tar.gz) - |metafor|4.6-0|[Download] (https://cran.r-project.org/src/contrib/metafor_4.6-0.tar.gz) - |mgcv|1.9-1|[Download] (https://cran.r-project.org/src/contrib/mgcv_1.9-1.tar.gz) - |mgsub|1.7.3|[Download] (https://cran.r-project.org/src/contrib/mgsub_1.7.3.tar.gz) - |mi|1.1|[Download] (https://cran.r-project.org/src/contrib/mi_1.1.tar.gz) - |mice|3.16.0|[Download] (https://cran.r-project.org/web/packages/mice/index.html) - |microbenchmark|1.5.0|[Download] (https://cran.r-project.org/src/contrib/microbenchmark_1.5.0.tar.gz) - |mime|0.12|[Download] (https://cran.r-project.org/src/contrib/mime_0.12.tar.gz) - |miniCRAN|0.3.0|[Download] (https://cran.r-project.org/src/contrib/miniCRAN_0.3.0.tar.gz) - |miniUI|0.1.1.1|[Download] (https://cran.r-project.org/src/contrib/miniUI_0.1.1.1.tar.gz) - |minpack.lm|1.2-4|[Download] (https://cran.r-project.org/src/contrib/minpack.lm_1.2-4.tar.gz) - |minqa|1.2.8|[Download] (https://cran.r-project.org/src/contrib/minqa_1.2.8.tar.gz) - |mirt|1.41|[Download] (https://cran.r-project.org/web/packages/mirt/index.html) - |misc3d|0.9-1|[Download] (https://cran.r-project.org/src/contrib/misc3d_0.9-1.tar.gz) - |miscTools|0.6-28|[Download] (https://cran.r-project.org/src/contrib/miscTools_0.6-28.tar.gz) - |mitml|0.4-5|[Download] (https://cran.r-project.org/src/contrib/mitml_0.4-5.tar.gz) - |mitools|2.4|[Download] (https://cran.r-project.org/src/contrib/mitools_2.4.tar.gz) - |mixtools|2.0.0|[Download] (https://cran.r-project.org/src/contrib/mixtools_2.0.0.tar.gz) - |mlapi|0.1.1|[Download] (https://cran.r-project.org/src/contrib/mlapi_0.1.1.tar.gz) - |mlbench|2.1-5|[Download] (https://cran.r-project.org/web/packages/mlbench/index.html) - |mlogitBMA|0.1-7|[Download] (https://cran.r-project.org/web/packages/mlogitBMA/index.html) - |mnormt|2.1.1|[Download] (https://cran.r-project.org/src/contrib/mnormt_2.1.1.tar.gz) - |MNP|3.1-5|[Download] (https://cran.r-project.org/src/contrib/MNP_3.1-5.tar.gz) - |modeldata|1.4.0|[Download] (https://cran.r-project.org/src/contrib/modeldata_1.4.0.tar.gz) - |modelenv|0.1.1|[Download] (https://cran.r-project.org/web/packages/modelenv/index.html) - |ModelMetrics|1.2.2.2|[Download] (https://cran.r-project.org/src/contrib/ModelMetrics_1.2.2.2.tar.gz) - |modelr|0.1.11|[Download] (https://cran.r-project.org/src/contrib/modelr_0.1.11.tar.gz) - |modeltools|0.2-23|[Download] (https://cran.r-project.org/src/contrib/modeltools_0.2-23.tar.gz) - |mombf|3.5.4|[Download] (https://cran.r-project.org/src/contrib/mombf_3.5.4.tar.gz) - |moments|0.14.1|[Download] (https://cran.r-project.org/src/contrib/moments_0.14.1.tar.gz) - |monomvn|1.9-20|[Download] (https://cran.r-project.org/web/packages/monomvn/index.html) - |monreg|0.1.4.1|[Download] (https://cran.r-project.org/src/contrib/monreg_0.1.4.1.tar.gz) - |mosaic|1.9.1|[Download] (https://cran.r-project.org/src/contrib/mosaic_1.9.1.tar.gz) - |mosaicCore|0.9.4.0|[Download] (https://cran.r-project.org/src/contrib/mosaicCore_0.9.4.0.tar.gz) - |mosaicData|0.20.4|[Download] (https://cran.r-project.org/src/contrib/mosaicData_0.20.4.tar.gz) - |msir|1.3.3|[Download] (https://cran.r-project.org/src/contrib/msir_1.3.3.tar.gz) - |msm|1.7.1|[Download] (https://cran.r-project.org/web/packages/msm/index.html) - |multcomp|1.4-26|[Download] (https://cran.r-project.org/src/contrib/multcomp_1.4-26.tar.gz) - |multcompView|0.1-10|[Download] (https://cran.r-project.org/src/contrib/multcompView_0.1-10.tar.gz) - |multicool|1.0.1|[Download] (https://cran.r-project.org/src/contrib/multicool_1.0.1.tar.gz) - |munsell|0.5.1|[Download] (https://cran.r-project.org/src/contrib/munsell_0.5.1.tar.gz) - |mvoutlier|2.1.1|[Download] (https://cran.r-project.org/src/contrib/mvoutlier_2.1.1.tar.gz) - |mvtnorm|1.3-1|[Download] (https://cran.r-project.org/web/packages/mvtnorm/index.html) - |NADA|1.6-1.1|[Download] (https://cran.r-project.org/src/contrib/NADA_1.6-1.1.tar.gz) - |nanoparquet|0.3.1|[Download] (https://cran.r-project.org/src/contrib/nanoparquet_0.3.1.tar.gz) - |NbClust|3.0.1|[Download] (https://cran.r-project.org/src/contrib/NbClust_3.0.1.tar.gz) - |ncvreg|3.14.3|[Download] (https://cran.r-project.org/src/contrib/ncvreg_3.14.3.tar.gz) - |network|1.18.2|[Download] (https://cran.r-project.org/web/packages/network/index.html) - |networkD3|0.4|[Download] (https://cran.r-project.org/src/contrib/networkD3_0.4.tar.gz) - |neuralnet|1.44.2|[Download] (https://cran.r-project.org/src/contrib/neuralnet_1.44.2.tar.gz) - |ngram|3.2.3|[Download] (https://cran.r-project.org/src/contrib/ngram_3.2.3.tar.gz) - |nlme|3.1-165|[Download] (https://cran.r-project.org/web/packages/nlme/index.html) - |nloptr|2.1.1|[Download] (https://cran.r-project.org/src/contrib/nloptr_2.1.1.tar.gz) - |NLP|0.3-0|[Download] (https://cran.r-project.org/web/packages/NLP/index.html) - |nls.multstart|1.3.0|[Download] (https://cran.r-project.org/web/packages/nls.multstart/index.html) - |NMF|0.21.0|[Download] (https://cran.r-project.org/web/packages/NMF/index.html) - |nnet|7.3-19|[Download] (https://cran.r-project.org/web/packages/nnet/index.html) - |nnls|1.5|[Download] (https://cran.r-project.org/web/packages/nnls/index.html) - |nortest|1.0-4|[Download] (https://cran.r-project.org/src/contrib/nortest_1.0-4.tar.gz) - |numbers|0.8-5|[Download] (https://cran.r-project.org/src/contrib/numbers_0.8-5.tar.gz) - |numDeriv|2016.8-1.1|[Download] (https://cran.r-project.org/src/contrib/numDeriv_2016.8-1.1.tar.gz) - |numform|0.7.0|[Download] (https://cran.r-project.org/src/contrib/numform_0.7.0.tar.gz) - |OceanView|1.0.7|[Download] (https://cran.r-project.org/src/contrib/OceanView_1.0.7.tar.gz) - |openair|2.18-2|[Download] (https://cran.r-project.org/src/contrib/openair_2.18-2.tar.gz) - |openssl|2.2.1|[Download] (https://cran.r-project.org/web/packages/openssl/index.html) - |ordinal|2023.12-4.1|[Download] (https://cran.r-project.org/src/contrib/ordinal_2023.12-4.1.tar.gz) - |osmar|1.1-7|[Download] (https://cran.r-project.org/web/packages/osmar/index.html) - |outbreaks|1.9.0|[Download] (https://cran.r-project.org/src/contrib/outbreaks_1.9.0.tar.gz) - |outliers|0.15|[Download] (https://cran.r-project.org/src/contrib/outliers_0.15.tar.gz) - |packcircles|0.3.6|[Download] (https://cran.r-project.org/web/packages/packcircles/index.html) - |padr|0.6.2|[Download] (https://cran.r-project.org/web/packages/padr/index.html) - |pan|1.9|[Download] (https://cran.r-project.org/src/contrib/pan_1.9.tar.gz) - |pander|0.6.5|[Download] (https://cran.r-project.org/src/contrib/pander_0.6.5.tar.gz) - |parallelly|1.38.0|[Download] (https://cran.r-project.org/web/packages/parallelly/index.html) - |parameters|0.22.2|[Download] (https://cran.r-project.org/web/packages/parameters/index.html) - |parsnip|1.2.1|[Download] (https://cran.r-project.org/src/contrib/parsnip_1.2.1.tar.gz) - |partitions|1.10-7|[Download] (https://cran.r-project.org/src/contrib/partitions_1.10-7.tar.gz) - |party|1.3-17|[Download] (https://cran.r-project.org/src/contrib/party_1.3-17.tar.gz) - |partykit|1.2-22|[Download] (https://cran.r-project.org/web/packages/partykit/index.html) - |patchwork|1.2.0|[Download] (https://cran.r-project.org/web/packages/patchwork/index.html) - |pbapply|1.7-2|[Download] (https://cran.r-project.org/src/contrib/pbapply_1.7-2.tar.gz) - |pbdZMQ|0.3-10|[Download] (https://cran.r-project.org/web/packages/pbdZMQ/index.html) - |pbivnorm|0.6.0|[Download] (https://cran.r-project.org/src/contrib/pbivnorm_0.6.0.tar.gz) - |pbkrtest|0.5.3|[Download] (https://cran.r-project.org/src/contrib/pbkrtest_0.5.3.tar.gz) - |PCAmixdata|3.1|[Download] (https://cran.r-project.org/src/contrib/PCAmixdata_3.1.tar.gz) - |pcaPP|2.0-5|[Download] (https://cran.r-project.org/src/contrib/pcaPP_2.0-5.tar.gz) - |pdc|1.0.3|[Download] (https://cran.r-project.org/src/contrib/pdc_1.0.3.tar.gz) - |pegas|1.3|[Download] (https://cran.r-project.org/src/contrib/pegas_1.3.tar.gz) - |performance|0.12.3|[Download] (https://cran.r-project.org/web/packages/performance/index.html) - |PerformanceAnalytics|2.0.4|[Download] (https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html) - |permute|0.9-7|[Download] (https://cran.r-project.org/src/contrib/permute_0.9-7.tar.gz) - |perry|0.3.1|[Download] (https://cran.r-project.org/src/contrib/perry_0.3.1.tar.gz) - |petrinetR|0.3.0|[Download] (https://cran.r-project.org/src/contrib/petrinetR_0.3.0.tar.gz) - |pheatmap|1.0.12|[Download] (https://cran.r-project.org/src/contrib/pheatmap_1.0.12.tar.gz) - |pillar|1.9.0|[Download] (https://cran.r-project.org/web/packages/pillar/index.html) - |pixmap|0.4-13|[Download] (https://cran.r-project.org/src/contrib/pixmap_0.4-13.tar.gz) - |pkgbuild|1.4.4|[Download] (https://cran.r-project.org/web/packages/pkgbuild/index.html) - |pkgcache|2.2.2|[Download] (https://cran.r-project.org/web/packages/pkgcache/index.html) - |pkgconfig|2.0.3|[Download] (https://cran.r-project.org/src/contrib/pkgconfig_2.0.3.tar.gz) - |pkgdepends|0.7.2|[Download] (https://cran.r-project.org/web/packages/pkgdepends/index.html) - |pkgdown|2.1.0|[Download] (https://cran.r-project.org/web/packages/pkgdown/index.html) - |pkgload|1.4.0|[Download] (https://cran.r-project.org/src/contrib/pkgload_1.4.0.tar.gz) - |pkgmaker|0.32.10|[Download] (https://cran.r-project.org/web/packages/pkgmaker/index.html) - |platetools|0.1.7|[Download] (https://cran.r-project.org/src/contrib/platetools_0.1.7.tar.gz) - |plogr|0.2.0|[Download] (https://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz) - |plot3D|1.4.1|[Download] (https://cran.r-project.org/src/contrib/plot3D_1.4.1.tar.gz) - |plot3Drgl|1.0.4|[Download] (https://cran.r-project.org/src/contrib/plot3Drgl_1.0.4.tar.gz) - |plotly|4.10.4|[Download] (https://cran.r-project.org/src/contrib/plotly_4.10.4.tar.gz) - |plotmo|3.6.4|[Download] (https://cran.r-project.org/src/contrib/plotmo_3.6.4.tar.gz) - |plotrix|3.8-4|[Download] (https://cran.r-project.org/src/contrib/plotrix_3.8-4.tar.gz) - |pls|2.8-4|[Download] (https://cran.r-project.org/web/packages/pls/index.html) - |plyr|1.8.9|[Download] (https://cran.r-project.org/src/contrib/plyr_1.8.9.tar.gz) - |png|0.1-8|[Download] (https://cran.r-project.org/src/contrib/png_0.1-8.tar.gz) - |polspline|1.1.25|[Download] (https://cran.r-project.org/src/contrib/polspline_1.1.25.tar.gz) - |polyclip|1.10-7|[Download] (https://cran.r-project.org/src/contrib/polyclip_1.10-7.tar.gz) - |polylabelr|0.2.0|[Download] (https://cran.r-project.org/web/packages/polylabelr/index.html) - |polynom|1.4-1|[Download] (https://cran.r-project.org/src/contrib/polynom_1.4-1.tar.gz) - |posterior|1.6.0|[Download] (https://cran.r-project.org/src/contrib/posterior_1.6.0.tar.gz) - |ppcor|1.1|[Download] (https://cran.r-project.org/src/contrib/ppcor_1.1.tar.gz) - |prabclus|2.3-3|[Download] (https://cran.r-project.org/web/packages/prabclus/index.html) - |pracma|2.4.4|[Download] (https://cran.r-project.org/src/contrib/pracma_2.4.4.tar.gz) - |praise|1.0.0|[Download] (https://cran.r-project.org/src/contrib/praise_1.0.0.tar.gz) - |precrec|0.14.4|[Download] (https://cran.r-project.org/src/contrib/precrec_0.14.4.tar.gz) - |prediction|0.3.18|[Download] (https://cran.r-project.org/src/contrib/prediction_0.3.18.tar.gz) - |PresenceAbsence|1.1.11|[Download] (https://cran.r-project.org/src/contrib/PresenceAbsence_1.1.11.tar.gz) - |prettyunits|1.2.0|[Download] (https://cran.r-project.org/src/contrib/prettyunits_1.2.0.tar.gz) - |pROC|1.18.5|[Download] (https://cran.r-project.org/src/contrib/pROC_1.18.5.tar.gz) - |processmapR|0.5.5|[Download] (https://cran.r-project.org/web/packages/processmapR/index.html) - |processmonitR|0.1.0|[Download] (https://cran.r-project.org/src/contrib/processmonitR_0.1.0.tar.gz) - |processx|3.8.4|[Download] (https://cran.r-project.org/web/packages/processx/index.html) - |prodlim|2024.06.25|[Download] (https://cran.r-project.org/src/contrib/prodlim_2024.06.25.tar.gz) - |profileModel|0.6.1|[Download] (https://cran.r-project.org/src/contrib/profileModel_0.6.1.tar.gz) - |profvis|0.3.8|[Download] (https://cran.r-project.org/web/packages/profvis/index.html) - |progress|1.2.3|[Download] (https://cran.r-project.org/src/contrib/progress_1.2.3.tar.gz) - |progressr|0.14.0|[Download] (https://cran.r-project.org/web/packages/progressr/index.html) - |proj4|1.0-14|[Download] (https://cran.r-project.org/src/contrib/proj4_1.0-14.tar.gz) - |promises|1.3.0|[Download] (https://cran.r-project.org/web/packages/promises/index.html) - |prophet|1.0|[Download] (https://cran.r-project.org/src/contrib/prophet_1.0.tar.gz) - |proto|1.0.0|[Download] (https://cran.r-project.org/src/contrib/proto_1.0.0.tar.gz) - |protolite|2.3.0|[Download] (https://cran.r-project.org/web/packages/protolite/index.html) - |proxy|0.4-27|[Download] (https://cran.r-project.org/src/contrib/proxy_0.4-27.tar.gz) - |pryr|0.1.6|[Download] (https://cran.r-project.org/src/contrib/pryr_0.1.6.tar.gz) - |ps|1.7.7|[Download] (https://cran.r-project.org/web/packages/ps/index.html) - |pscl|1.5.9|[Download] (https://cran.r-project.org/src/contrib/pscl_1.5.9.tar.gz) - |psych|2.4.3|[Download] (https://cran.r-project.org/web/packages/psych/index.html) - |purrr|1.0.2|[Download] (https://cran.r-project.org/src/contrib/purrr_1.0.2.tar.gz) - |pwr|1.3-0|[Download] (https://cran.r-project.org/src/contrib/pwr_1.3-0.tar.gz) - |qap|0.1-2|[Download] (https://cran.r-project.org/src/contrib/qap_0.1-2.tar.gz) - |qcc|2.7|[Download] (https://cran.r-project.org/src/contrib/qcc_2.7.tar.gz) - |qdapDictionaries|1.0.7|[Download] (https://cran.r-project.org/src/contrib/qdapDictionaries_1.0.7.tar.gz) - |qdapRegex|0.7.8|[Download] (https://cran.r-project.org/src/contrib/qdapRegex_0.7.8.tar.gz) - |qdapTools|1.3.7|[Download] (https://cran.r-project.org/src/contrib/qdapTools_1.3.7.tar.gz) - |qgraph|1.9.8|[Download] (https://cran.r-project.org/src/contrib/qgraph_1.9.8.tar.gz) - |qicharts|0.5.8|[Download] (https://cran.r-project.org/src/contrib/qicharts_0.5.8.tar.gz) - |qicharts2|0.7.5|[Download] (https://cran.r-project.org/src/contrib/qicharts2_0.7.5.tar.gz) - |quadprog|1.5-8|[Download] (https://cran.r-project.org/src/contrib/quadprog_1.5-8.tar.gz) - |quanteda|3.3.1|[Download] (https://cran.r-project.org/web/packages/quanteda/index.html) - |quantmod|0.4.26|[Download] (https://cran.r-project.org/src/contrib/quantmod_0.4.26.tar.gz) - |quantreg|5.98|[Download] (https://cran.r-project.org/web/packages/quantreg/index.html) - |questionr|0.7.8|[Download] (https://cran.r-project.org/src/contrib/questionr_0.7.8.tar.gz) - |QuickJSR|1.3.1|[Download] (https://cran.r-project.org/web/packages/QuickJSR/index.html) - |qvcalc|1.0.3|[Download] (https://cran.r-project.org/src/contrib/qvcalc_1.0.3.tar.gz) - |R.cache|0.16.0|[Download] (https://cran.r-project.org/src/contrib/R.cache_0.16.0.tar.gz) - |R.matlab|3.7.0|[Download] (https://cran.r-project.org/src/contrib/R.matlab_3.7.0.tar.gz) - |R.methodsS3|1.8.2|[Download] (https://cran.r-project.org/src/contrib/R.methodsS3_1.8.2.tar.gz) - |R.oo|1.26.0|[Download] (https://cran.r-project.org/web/packages/R.oo/index.html) - |R.utils|2.12.3|[Download] (https://cran.r-project.org/src/contrib/R.utils_2.12.3.tar.gz) - |r2d3|0.2.6|[Download] (https://cran.r-project.org/src/contrib/r2d3_0.2.6.tar.gz) - |R2HTML|2.3.4|[Download] (https://cran.r-project.org/src/contrib/R2HTML_2.3.4.tar.gz) - |R2jags|0.8-5|[Download] (https://cran.r-project.org/web/packages/R2jags/index.html) - |R2OpenBUGS|3.2-3.2.1|[Download] (https://cran.r-project.org/src/contrib/R2OpenBUGS_3.2-3.2.1.tar.gz) - |R2WinBUGS|2.1-22.1|[Download] (https://cran.r-project.org/src/contrib/R2WinBUGS_2.1-22.1.tar.gz) - |R6|2.5.1|[Download] (https://cran.r-project.org/src/contrib/R6_2.5.1.tar.gz) - |ragg|1.3.2|[Download] (https://cran.r-project.org/web/packages/ragg/index.html) - |rainbow|3.8|[Download] (https://cran.r-project.org/src/contrib/rainbow_3.8.tar.gz) - |ramps|0.6.18|[Download] (https://cran.r-project.org/src/contrib/ramps_0.6.18.tar.gz) - |RandomFields|3.3.14|[Download] (https://cran.r-project.org/web/packages/RandomFields/index.html) - |RandomFieldsUtils|1.2.5|[Download] (https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html) - |randomForest|4.7-1.1|[Download] (https://cran.r-project.org/web/packages/randomForest/index.html) - |randomForestSRC|3.3.1|[Download] (https://cran.r-project.org/web/packages/randomForestSRC/index.html) - |ranger|0.16.0|[Download] (https://cran.r-project.org/web/packages/ranger/index.html) - |RApiDatetime|0.0.9|[Download] (https://cran.r-project.org/src/contrib/RApiDatetime_0.0.9.tar.gz) - |rapidjsonr|1.2.0|[Download] (https://cran.r-project.org/src/contrib/rapidjsonr_1.2.0.tar.gz) - |rappdirs|0.3.3|[Download] (https://cran.r-project.org/src/contrib/rappdirs_0.3.3.tar.gz) - |raster|3.6-26|[Download] (https://cran.r-project.org/web/packages/raster/index.html) - |rattle|5.5.1|[Download] (https://cran.r-project.org/src/contrib/rattle_5.5.1.tar.gz) - |rayimage|0.10.0|[Download] (https://cran.r-project.org/web/packages/rayimage/index.html) - |rayshader|0.24.10|[Download] (https://cran.r-project.org/web/packages/rayshader/index.html) - |rayvertex|0.11.4|[Download] (https://cran.r-project.org/src/contrib/rayvertex_0.11.4.tar.gz) - |rbenchmark|1.0.0|[Download] (https://cran.r-project.org/src/contrib/rbenchmark_1.0.0.tar.gz) - |rbibutils|2.2.16|[Download] (https://cran.r-project.org/web/packages/rbibutils/index.html) - |Rblpapi|0.3.14|[Download] (https://cran.r-project.org/web/packages/Rblpapi/index.html) - |rbokeh|0.5.2|[Download] (https://cran.r-project.org/web/packages/rbokeh/index.html) - |rcmdcheck|1.4.0|[Download] (https://cran.r-project.org/src/contrib/rcmdcheck_1.4.0.tar.gz) - |RColorBrewer|1.1-3|[Download] (https://cran.r-project.org/src/contrib/RColorBrewer_1.1-3.tar.gz) - |Rcpp|1.0.13|[Download] (https://cran.r-project.org/web/packages/Rcpp/index.html) - |RcppArmadillo|14.0.0-1|[Download] (https://cran.r-project.org/web/packages/RcppArmadillo/index.html) - |RcppDE|0.1.7|[Download] (https://cran.r-project.org/src/contrib/RcppDE_0.1.7.tar.gz) - |RcppEigen|0.3.4.0.2|[Download] (https://cran.r-project.org/src/contrib/RcppEigen_0.3.4.0.2.tar.gz) - |RcppExamples|0.1.9|[Download] (https://cran.r-project.org/src/contrib/RcppExamples_0.1.9.tar.gz) - |RcppParallel|5.1.9|[Download] (https://cran.r-project.org/src/contrib/RcppParallel_5.1.9.tar.gz) - |RcppProgress|0.4.2|[Download] (https://cran.r-project.org/src/contrib/RcppProgress_0.4.2.tar.gz) - |RcppRoll|0.3.1|[Download] (https://cran.r-project.org/src/contrib/RcppRoll_0.3.1.tar.gz) - |RcppThread|2.1.7|[Download] (https://cran.r-project.org/web/packages/RcppThread/index.html) - |RcppTOML|0.2.2|[Download] (https://cran.r-project.org/src/contrib/RcppTOML_0.2.2.tar.gz) - |RCurl|1.98-1.16|[Download] (https://cran.r-project.org/src/contrib/RCurl_1.98-1.16.tar.gz) - |Rdpack|2.6.1|[Download] (https://cran.r-project.org/web/packages/Rdpack/index.html) - |readbitmap|0.1.5|[Download] (https://cran.r-project.org/src/contrib/readbitmap_0.1.5.tar.gz) - |readr|2.1.5|[Download] (https://cran.r-project.org/src/contrib/readr_2.1.5.tar.gz) - |readxl|1.4.3|[Download] (https://cran.r-project.org/src/contrib/readxl_1.4.3.tar.gz) - |recipes|1.1.0|[Download] (https://cran.r-project.org/src/contrib/recipes_1.1.0.tar.gz) - |Redmonder|0.2.0|[Download] (https://cran.r-project.org/src/contrib/Redmonder_0.2.0.tar.gz) - |registry|0.5-1|[Download] (https://cran.r-project.org/src/contrib/registry_0.5-1.tar.gz) - |relaimpo|2.2-7|[Download] (https://cran.r-project.org/src/contrib/relaimpo_2.2-7.tar.gz) - |relimp|1.0-5|[Download] (https://cran.r-project.org/src/contrib/relimp_1.0-5.tar.gz) - |rematch|2.0.0|[Download] (https://cran.r-project.org/src/contrib/rematch_2.0.0.tar.gz) - |rematch2|2.1.2|[Download] (https://cran.r-project.org/src/contrib/rematch2_2.1.2.tar.gz) - |remotes|2.5.0|[Download] (https://cran.r-project.org/src/contrib/remotes_2.5.0.tar.gz) - |Renext|3.1-4|[Download] (https://cran.r-project.org/src/contrib/Renext_3.1-4.tar.gz) - |repr|1.1.6|[Download] (https://cran.r-project.org/web/packages/repr/index.html) - |reprex|2.1.1|[Download] (https://cran.r-project.org/src/contrib/reprex_2.1.1.tar.gz) - |reshape|0.8.9|[Download] (https://cran.r-project.org/src/contrib/reshape_0.8.9.tar.gz) - |reshape2|1.4.4|[Download] (https://cran.r-project.org/src/contrib/reshape2_1.4.4.tar.gz) - |reticulate|1.39.0|[Download] (https://cran.r-project.org/web/packages/reticulate/index.html) - |rex|1.2.1|[Download] (https://cran.r-project.org/src/contrib/rex_1.2.1.tar.gz) - |rFerns|5.0.0|[Download] (https://cran.r-project.org/src/contrib/rFerns_5.0.0.tar.gz) - |rfm|0.3.0|[Download] (https://cran.r-project.org/src/contrib/rfm_0.3.0.tar.gz) - |rgdal|1.6-7|[Download] (https://cran.r-project.org/web/packages/rgdal/index.html) - |rgeos|0.6-4|[Download] (https://cran.r-project.org/web/packages/rgeos/index.html) - |rgexf|0.16.3|[Download] (https://cran.r-project.org/src/contrib/rgexf_0.16.3.tar.gz) - |rgl|1.3.1|[Download] (https://cran.r-project.org/web/packages/rgl/index.html) - |RgoogleMaps|1.5.1|[Download] (https://cran.r-project.org/src/contrib/RgoogleMaps_1.5.1.tar.gz) - |RGraphics|3.0-2|[Download] (https://cran.r-project.org/src/contrib/RGraphics_3.0-2.tar.gz) - |RGtk2|2.20.36.3|[Download] (https://cran.r-project.org/web/packages/RGtk2/index.html) - |RhpcBLASctl|0.23-42|[Download] (https://cran.r-project.org/src/contrib/RhpcBLASctl_0.23-42.tar.gz) - |RInside|0.2.18|[Download] (https://cran.r-project.org/src/contrib/RInside_0.2.18.tar.gz) - |rio|1.2.2|[Download] (https://cran.r-project.org/web/packages/rio/index.html) - |rjags|4-16|[Download] (https://cran.r-project.org/src/contrib/rjags_4-16.tar.gz) - |rjson|0.2.21|[Download] (https://cran.r-project.org/web/packages/rjson/index.html) - |RJSONIO|1.3-1.9|[Download] (https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz) - |rlang|1.1.4|[Download] (https://cran.r-project.org/src/contrib/rlang_1.1.4.tar.gz) - |rlecuyer|0.3-8|[Download] (https://cran.r-project.org/src/contrib/rlecuyer_0.3-8.tar.gz) - |rlist|0.4.6.2|[Download] (https://cran.r-project.org/src/contrib/rlist_0.4.6.2.tar.gz) - |rmapshaper|0.5.0|[Download] (https://cran.r-project.org/src/contrib/rmapshaper_0.5.0.tar.gz) - |rmarkdown|2.28|[Download] (https://cran.r-project.org/web/packages/rmarkdown/index.html) - |Rmisc|1.5.1|[Download] (https://cran.r-project.org/src/contrib/Rmisc_1.5.1.tar.gz) - |Rmpfr|0.9-5|[Download] (https://cran.r-project.org/web/packages/Rmpfr/index.html) - |rms|6.8-1|[Download] (https://cran.r-project.org/web/packages/rms/index.html) - |RMySQL|0.10.28|[Download] (https://cran.r-project.org/web/packages/RMySQL/index.html) - |rngtools|1.5.2|[Download] (https://cran.r-project.org/src/contrib/rngtools_1.5.2.tar.gz) - |robCompositions|2.4.1|[Download] (https://cran.r-project.org/src/contrib/robCompositions_2.4.1.tar.gz) - |robfilter|4.1.5|[Download] (https://cran.r-project.org/src/contrib/robfilter_4.1.5.tar.gz) - |robustbase|0.99-4|[Download] (https://cran.r-project.org/web/packages/robustbase/index.html) - |robustHD|0.8.1|[Download] (https://cran.r-project.org/src/contrib/robustHD_0.8.1.tar.gz) - |ROCR|1.0-11|[Download] (https://cran.r-project.org/src/contrib/ROCR_1.0-11.tar.gz) - |RODBC|1.3-23|[Download] (https://cran.r-project.org/web/packages/RODBC/index.html) - |Rook|1.2|[Download] (https://cran.r-project.org/src/contrib/Rook_1.2.tar.gz) - |rootSolve|1.8.2.4|[Download] (https://cran.r-project.org/src/contrib/rootSolve_1.8.2.4.tar.gz) - |roxygen2|7.3.2|[Download] (https://cran.r-project.org/src/contrib/roxygen2_7.3.2.tar.gz) - |rpart|4.1.23|[Download] (https://cran.r-project.org/web/packages/rpart/index.html) - |rpart.plot|3.1.2|[Download] (https://cran.r-project.org/src/contrib/rpart.plot_3.1.2.tar.gz) - |rpivotTable|0.3.0|[Download] (https://cran.r-project.org/src/contrib/rpivotTable_0.3.0.tar.gz) - |rprojroot|2.0.4|[Download] (https://cran.r-project.org/src/contrib/rprojroot_2.0.4.tar.gz) - |RPushbullet|0.3.4|[Download] (https://cran.r-project.org/src/contrib/RPushbullet_0.3.4.tar.gz) - |rrcov|1.7-6|[Download] (https://cran.r-project.org/src/contrib/rrcov_1.7-6.tar.gz) - |rsample|1.2.1|[Download] (https://cran.r-project.org/src/contrib/rsample_1.2.1.tar.gz) - |rsdmx|0.6-3|[Download] (https://cran.r-project.org/web/packages/rsdmx/index.html) - |RSGHB|1.2.2|[Download] (https://cran.r-project.org/src/contrib/RSGHB_1.2.2.tar.gz) - |RSNNS|0.4-17|[Download] (https://cran.r-project.org/src/contrib/RSNNS_0.4-17.tar.gz) - |Rsolnp|1.16|[Download] (https://cran.r-project.org/src/contrib/Rsolnp_1.16.tar.gz) - |rsparse|0.5.2|[Download] (https://cran.r-project.org/src/contrib/rsparse_0.5.2.tar.gz) - |RSpectra|0.16-2|[Download] (https://cran.r-project.org/src/contrib/RSpectra_0.16-2.tar.gz) - |RSQLite|2.3.7|[Download] (https://cran.r-project.org/web/packages/RSQLite/index.html) - |rstan|2.32.6|[Download] (https://cran.r-project.org/src/contrib/rstan_2.32.6.tar.gz) - |rstantools|2.4.0|[Download] (https://cran.r-project.org/src/contrib/rstantools_2.4.0.tar.gz) - |rstatix|0.7.2|[Download] (https://cran.r-project.org/src/contrib/rstatix_0.7.2.tar.gz) - |rstudioapi|0.16.0|[Download] (https://cran.r-project.org/web/packages/rstudioapi/index.html) - |rsvg|2.6.0|[Download] (https://cran.r-project.org/web/packages/rsvg/index.html) - |RTextTools|1.4.3|[Download] (https://cran.r-project.org/src/contrib/RTextTools_1.4.3.tar.gz) - |Rttf2pt1|1.3.12|[Download] (https://cran.r-project.org/src/contrib/Rttf2pt1_1.3.12.tar.gz) - |RUnit|0.4.33|[Download] (https://cran.r-project.org/src/contrib/RUnit_0.4.33.tar.gz) - |runjags|2.2.2-4|[Download] (https://cran.r-project.org/src/contrib/runjags_2.2.2-4.tar.gz) - |Runuran|0.38|[Download] (https://cran.r-project.org/web/packages/Runuran/index.html) - |rvcheck|0.2.1|[Download] (https://cran.r-project.org/src/contrib/rvcheck_0.2.1.tar.gz) - |rversions|2.1.2|[Download] (https://cran.r-project.org/src/contrib/rversions_2.1.2.tar.gz) - |rvest|1.0.4|[Download] (https://cran.r-project.org/src/contrib/rvest_1.0.4.tar.gz) - |rworldmap|1.3-8|[Download] (https://cran.r-project.org/src/contrib/rworldmap_1.3-8.tar.gz) - |rworldxtra|1.01|[Download] (https://cran.r-project.org/src/contrib/rworldxtra_1.01.tar.gz) - |s2|1.1.7|[Download] (https://cran.r-project.org/src/contrib/s2_1.1.7.tar.gz) - |SampleSizeMeans|1.2.3|[Download] (https://cran.r-project.org/src/contrib/SampleSizeMeans_1.2.3.tar.gz) - |SampleSizeProportions|1.1.3|[Download] (https://cran.r-project.org/src/contrib/SampleSizeProportions_1.1.3.tar.gz) - |sandwich|3.1-0|[Download] (https://cran.r-project.org/web/packages/sandwich/index.html) - |sas7bdat|0.8|[Download] (https://cran.r-project.org/src/contrib/sas7bdat_0.8.tar.gz) - |sass|0.4.9|[Download] (https://cran.r-project.org/src/contrib/sass_0.4.9.tar.gz) - |satellite|1.0.5|[Download] (https://cran.r-project.org/src/contrib/satellite_1.0.5.tar.gz) - |sbgcop|0.980|[Download] (https://cran.r-project.org/src/contrib/sbgcop_0.980.tar.gz) - |scales|1.3.0|[Download] (https://cran.r-project.org/src/contrib/scales_1.3.0.tar.gz) - |scatterplot3d|0.3-44|[Download] (https://cran.r-project.org/src/contrib/scatterplot3d_0.3-44.tar.gz) - |sciplot|1.2-0|[Download] (https://cran.r-project.org/src/contrib/sciplot_1.2-0.tar.gz) - |segmented|2.1-2|[Download] (https://cran.r-project.org/web/packages/segmented/index.html) - |selectr|0.4-2|[Download] (https://cran.r-project.org/src/contrib/selectr_0.4-2.tar.gz) - |sem|3.1-16|[Download] (https://cran.r-project.org/src/contrib/sem_3.1-16.tar.gz) - |sentimentr|2.9.0|[Download] (https://cran.r-project.org/src/contrib/sentimentr_2.9.0.tar.gz) - |seqinr|4.2-36|[Download] (https://cran.r-project.org/src/contrib/seqinr_4.2-36.tar.gz) - |seriation|1.5.6|[Download] (https://cran.r-project.org/web/packages/seriation/index.html) - |servr|0.31|[Download] (https://cran.r-project.org/web/packages/servr/index.html) - |sessioninfo|1.2.2|[Download] (https://cran.r-project.org/src/contrib/sessioninfo_1.2.2.tar.gz) - |setRNG|2024.2-1|[Download] (https://cran.r-project.org/src/contrib/setRNG_2024.2-1.tar.gz) - |sets|1.0-25|[Download] (https://cran.r-project.org/src/contrib/sets_1.0-25.tar.gz) - |sf|1.0-16|[Download] (https://cran.r-project.org/web/packages/sf/index.html) - |sfd|0.1.0|[Download] (https://cran.r-project.org/src/contrib/sfd_0.1.0.tar.gz) - |sfheaders|0.4.4|[Download] (https://cran.r-project.org/src/contrib/sfheaders_0.4.4.tar.gz) - |sfsmisc|1.1-19|[Download] (https://cran.r-project.org/web/packages/sfsmisc/index.html) - |sftime|0.2-0|[Download] (https://cran.r-project.org/web/packages/sftime/index.html) - |sgeostat|1.0-27|[Download] (https://cran.r-project.org/src/contrib/sgeostat_1.0-27.tar.gz) - |shades|1.4.0|[Download] (https://cran.r-project.org/src/contrib/shades_1.4.0.tar.gz) - |shape|1.4.6.1|[Download] (https://cran.r-project.org/src/contrib/shape_1.4.6.1.tar.gz) - |shapefiles|0.7.2|[Download] (https://cran.r-project.org/src/contrib/shapefiles_0.7.2.tar.gz) - |shiny|1.9.1|[Download] (https://cran.r-project.org/web/packages/shiny/index.html) - |shinyBS|0.61.1|[Download] (https://cran.r-project.org/src/contrib/shinyBS_0.61.1.tar.gz) - |shinycssloaders|1.1.0|[Download] (https://cran.r-project.org/src/contrib/shinycssloaders_1.1.0.tar.gz) - |shinyjs|2.1.0|[Download] (https://cran.r-project.org/src/contrib/shinyjs_2.1.0.tar.gz) - |shinyTime|1.0.3|[Download] (https://cran.r-project.org/src/contrib/shinyTime_1.0.3.tar.gz) - |showtext|0.9-7|[Download] (https://cran.r-project.org/src/contrib/showtext_0.9-7.tar.gz) - |showtextdb|3.0|[Download] (https://cran.r-project.org/src/contrib/showtextdb_3.0.tar.gz) - |SimDesign|2.17.1|[Download] (https://cran.r-project.org/web/packages/SimDesign/index.html) - |SIS|0.8-8|[Download] (https://cran.r-project.org/src/contrib/SIS_0.8-8.tar.gz) - |SixSigma|0.11.1|[Download] (https://cran.r-project.org/src/contrib/SixSigma_0.11.1.tar.gz) - |sjlabelled|1.2.0|[Download] (https://cran.r-project.org/src/contrib/sjlabelled_1.2.0.tar.gz) - |sjmisc|2.8.10|[Download] (https://cran.r-project.org/src/contrib/sjmisc_2.8.10.tar.gz) - |sjPlot|2.8.16|[Download] (https://cran.r-project.org/web/packages/sjPlot/index.html) - |sjstats|0.19.0|[Download] (https://cran.r-project.org/src/contrib/sjstats_0.19.0.tar.gz) - |skmeans|0.2-17|[Download] (https://cran.r-project.org/web/packages/skmeans/index.html) - |slam|0.1-53|[Download] (https://cran.r-project.org/web/packages/slam/index.html) - |slider|0.3.1|[Download] (https://cran.r-project.org/web/packages/slider/index.html) - |sm|2.2-6.0|[Download] (https://cran.r-project.org/src/contrib/sm_2.2-6.0.tar.gz) - |smooth|4.0.2|[Download] (https://cran.r-project.org/web/packages/smooth/index.html) - |smoothSurv|2.6|[Download] (https://cran.r-project.org/src/contrib/smoothSurv_2.6.tar.gz) - |sna|2.7-2|[Download] (https://cran.r-project.org/web/packages/sna/index.html) - |snakecase|0.11.1|[Download] (https://cran.r-project.org/src/contrib/snakecase_0.11.1.tar.gz) - |snow|0.4-4|[Download] (https://cran.r-project.org/src/contrib/snow_0.4-4.tar.gz) - |SnowballC|0.7.1|[Download] (https://cran.r-project.org/src/contrib/SnowballC_0.7.1.tar.gz) - |snowFT|1.6-1|[Download] (https://cran.r-project.org/src/contrib/snowFT_1.6-1.tar.gz) - |sodium|1.3.1|[Download] (https://cran.r-project.org/web/packages/sodium/index.html) - |sourcetools|0.1.7-1|[Download] (https://cran.r-project.org/src/contrib/sourcetools_0.1.7-1.tar.gz) - |sp|2.1-4|[Download] (https://cran.r-project.org/src/contrib/sp_2.1-4.tar.gz) - |spacefillr|0.3.3|[Download] (https://cran.r-project.org/src/contrib/spacefillr_0.3.3.tar.gz) - |spacetime|1.3-2|[Download] (https://cran.r-project.org/src/contrib/spacetime_1.3-2.tar.gz) - |spacyr|1.3.0|[Download] (https://cran.r-project.org/src/contrib/spacyr_1.3.0.tar.gz) - |spam|2.10-0|[Download] (https://cran.r-project.org/web/packages/spam/index.html) - |SparseM|1.84-2|[Download] (https://cran.r-project.org/src/contrib/SparseM_1.84-2.tar.gz) - |sparsepp|1.22|[Download] (https://cran.r-project.org/src/contrib/sparsepp_1.22.tar.gz) - |spatial|7.3-17|[Download] (https://cran.r-project.org/web/packages/spatial/index.html) - |spatstat|3.0-7|[Download] (https://cran.r-project.org/web/packages/spatstat/index.html) - |spatstat.data|3.1-2|[Download] (https://cran.r-project.org/web/packages/spatstat.data/index.html) - |spatstat.explore|3.2-6|[Download] (https://cran.r-project.org/web/packages/spatstat.explore/index.html) - |spatstat.geom|3.2-9|[Download] (https://cran.r-project.org/web/packages/spatstat.geom/index.html) - |spatstat.linnet|3.1-4|[Download] (https://cran.r-project.org/web/packages/spatstat.linnet/index.html) - |spatstat.model|3.2-10|[Download] (https://cran.r-project.org/web/packages/spatstat.model/index.html) - |spatstat.random|3.2-3|[Download] (https://cran.r-project.org/web/packages/spatstat.random/index.html) - |spatstat.sparse|3.1-0|[Download] (https://cran.r-project.org/src/contrib/spatstat.sparse_3.1-0.tar.gz) - |spatstat.univar|3.0-1|[Download] (https://cran.r-project.org/web/packages/spatstat.univar/index.html) - |spatstat.utils|3.1-0|[Download] (https://cran.r-project.org/web/packages/spatstat.utils/index.html) - |spBayes|0.4-7|[Download] (https://cran.r-project.org/web/packages/spBayes/index.html) - |spData|2.3.3|[Download] (https://cran.r-project.org/web/packages/spData/index.html) - |spdep|1.3-5|[Download] (https://cran.r-project.org/web/packages/spdep/index.html) - |spikeslab|1.1.6|[Download] (https://cran.r-project.org/src/contrib/spikeslab_1.1.6.tar.gz) - |splancs|2.01-45|[Download] (https://cran.r-project.org/src/contrib/splancs_2.01-45.tar.gz) - |splines|4.3.3|[Download] (https://cran.r-project.org/web/packages/splines/index.html) - |spls|2.2-3|[Download] (https://cran.r-project.org/src/contrib/spls_2.2-3.tar.gz) - |splus2R|1.3-5|[Download] (https://cran.r-project.org/src/contrib/splus2R_1.3-5.tar.gz) - |spTimer|3.3.2|[Download] (https://cran.r-project.org/web/packages/spTimer/index.html) - |sqldf|0.4-11|[Download] (https://cran.r-project.org/src/contrib/sqldf_0.4-11.tar.gz) - |SQUAREM|2021.1|[Download] (https://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz) - |sROC|0.1-2|[Download] (https://cran.r-project.org/web/packages/sROC/index.html) - |stabledist|0.7-2|[Download] (https://cran.r-project.org/src/contrib/stabledist_0.7-2.tar.gz) - |stabs|0.6-4|[Download] (https://cran.r-project.org/src/contrib/stabs_0.6-4.tar.gz) - |StanHeaders|2.32.10|[Download] (https://cran.r-project.org/src/contrib/StanHeaders_2.32.10.tar.gz) - |stars|0.6-6|[Download] (https://cran.r-project.org/web/packages/stars/index.html) - |statmod|1.5.0|[Download] (https://cran.r-project.org/src/contrib/statmod_1.5.0.tar.gz) - |statnet.common|4.9.0|[Download] (https://cran.r-project.org/web/packages/statnet.common/index.html) - |stepPlr|0.93|[Download] (https://cran.r-project.org/src/contrib/stepPlr_0.93.tar.gz) - |stinepack|1.5|[Download] (https://cran.r-project.org/src/contrib/stinepack_1.5.tar.gz) - |stochvol|3.2.4|[Download] (https://cran.r-project.org/web/packages/stochvol/index.html) - |stopwords|2.3|[Download] (https://cran.r-project.org/src/contrib/stopwords_2.3.tar.gz) - |stringdist|0.9.12|[Download] (https://cran.r-project.org/web/packages/stringdist/index.html) - |stringi|1.8.4|[Download] (https://cran.r-project.org/src/contrib/stringi_1.8.4.tar.gz) - |stringr|1.5.1|[Download] (https://cran.r-project.org/src/contrib/stringr_1.5.1.tar.gz) - |strucchange|1.5-4|[Download] (https://cran.r-project.org/src/contrib/strucchange_1.5-4.tar.gz) - |styler|1.10.3|[Download] (https://cran.r-project.org/src/contrib/styler_1.10.3.tar.gz) - |sugrrants|0.2.9|[Download] (https://cran.r-project.org/src/contrib/sugrrants_0.2.9.tar.gz) - |sunburstR|2.1.8|[Download] (https://cran.r-project.org/src/contrib/sunburstR_2.1.8.tar.gz) - |SuppDists|1.1-9.8|[Download] (https://cran.r-project.org/src/contrib/SuppDists_1.1-9.8.tar.gz) - |survey|4.4-2|[Download] (https://cran.r-project.org/src/contrib/survey_4.4-2.tar.gz) - |survival|3.7-0|[Download] (https://cran.r-project.org/web/packages/survival/index.html) - |survminer|0.4.9|[Download] (https://cran.r-project.org/web/packages/survminer/index.html) - |survMisc|0.5.6|[Download] (https://cran.r-project.org/src/contrib/survMisc_0.5.6.tar.gz) - |svglite|2.1.3|[Download] (https://cran.r-project.org/src/contrib/svglite_2.1.3.tar.gz) - |svmpath|0.970|[Download] (https://cran.r-project.org/src/contrib/svmpath_0.970.tar.gz) - |svUnit|1.0.6|[Download] (https://cran.r-project.org/src/contrib/svUnit_1.0.6.tar.gz) - |sweep|0.2.5|[Download] (https://cran.r-project.org/src/contrib/sweep_0.2.5.tar.gz) - |sys|3.4.2|[Download] (https://cran.r-project.org/web/packages/sys/index.html) - |sysfonts|0.8.9|[Download] (https://cran.r-project.org/src/contrib/sysfonts_0.8.9.tar.gz) - |systemfit|1.1-30|[Download] (https://cran.r-project.org/src/contrib/systemfit_1.1-30.tar.gz) - |systemfonts|1.1.0|[Download] (https://cran.r-project.org/src/contrib/systemfonts_1.1.0.tar.gz) - |syuzhet|1.0.7|[Download] (https://cran.r-project.org/src/contrib/syuzhet_1.0.7.tar.gz) - |tau|0.0-25|[Download] (https://cran.r-project.org/web/packages/tau/index.html) - |tcltk|4.3.3|[Download] (https://cran.r-project.org/web/packages/tcltk/index.html) - |tcltk2|1.2-11|[Download] (https://cran.r-project.org/src/contrib/tcltk2_1.2-11.tar.gz) - |TeachingDemos|2.13|[Download] (https://cran.r-project.org/src/contrib/TeachingDemos_2.13.tar.gz) - |tensor|1.5|[Download] (https://cran.r-project.org/src/contrib/tensor_1.5.tar.gz) - |tensorA|0.36.2.1|[Download] (https://cran.r-project.org/src/contrib/tensorA_0.36.2.1.tar.gz) - |terra|1.7-78|[Download] (https://cran.r-project.org/web/packages/terra/index.html) - |terrainmeshr|0.1.0|[Download] (https://cran.r-project.org/src/contrib/terrainmeshr_0.1.0.tar.gz) - |testthat|3.2.1.1|[Download] (https://cran.r-project.org/web/packages/testthat/index.html) - |texreg|1.39.4|[Download] (https://cran.r-project.org/src/contrib/texreg_1.39.4.tar.gz) - |text2vec|0.6.4|[Download] (https://cran.r-project.org/src/contrib/text2vec_0.6.4.tar.gz) - |textcat|1.0-8|[Download] (https://cran.r-project.org/web/packages/textcat/index.html) - |textclean|0.9.3|[Download] (https://cran.r-project.org/src/contrib/textclean_0.9.3.tar.gz) - |textir|2.0-5|[Download] (https://cran.r-project.org/src/contrib/textir_2.0-5.tar.gz) - |textmineR|3.0.5|[Download] (https://cran.r-project.org/src/contrib/textmineR_3.0.5.tar.gz) - |textshape|1.7.5|[Download] (https://cran.r-project.org/src/contrib/textshape_1.7.5.tar.gz) - |textshaping|0.4.0|[Download] (https://cran.r-project.org/web/packages/textshaping/index.html) - |tfplot|2021.6-1|[Download] (https://cran.r-project.org/src/contrib/tfplot_2021.6-1.tar.gz) - |tframe|2015.12-1.1|[Download] (https://cran.r-project.org/src/contrib/tframe_2015.12-1.1.tar.gz) - |tgp|2.4-23|[Download] (https://cran.r-project.org/src/contrib/tgp_2.4-23.tar.gz) - |TH.data|1.1-2|[Download] (https://cran.r-project.org/src/contrib/TH.data_1.1-2.tar.gz) - |thief|0.3|[Download] (https://cran.r-project.org/src/contrib/thief_0.3.tar.gz) - |threejs|0.3.3|[Download] (https://cran.r-project.org/src/contrib/threejs_0.3.3.tar.gz) - |tibble|3.2.1|[Download] (https://cran.r-project.org/src/contrib/tibble_3.2.1.tar.gz) - |tibbletime|0.1.8|[Download] (https://cran.r-project.org/web/packages/tibbletime/index.html) - |tidycensus|1.6.5|[Download] (https://cran.r-project.org/web/packages/tidycensus/index.html) - |tidygraph|1.3.0|[Download] (https://cran.r-project.org/web/packages/tidygraph/index.html) - |tidymodels|1.2.0|[Download] (https://cran.r-project.org/src/contrib/tidymodels_1.2.0.tar.gz) - |tidyquant|1.0.9|[Download] (https://cran.r-project.org/web/packages/tidyquant/index.html) - |tidyr|1.3.1|[Download] (https://cran.r-project.org/src/contrib/tidyr_1.3.1.tar.gz) - |tidyselect|1.2.1|[Download] (https://cran.r-project.org/src/contrib/tidyselect_1.2.1.tar.gz) - |tidytext|0.4.2|[Download] (https://cran.r-project.org/src/contrib/tidytext_0.4.2.tar.gz) - |tidyverse|2.0.0|[Download] (https://cran.r-project.org/src/contrib/tidyverse_2.0.0.tar.gz) - |tiff|0.1-12|[Download] (https://cran.r-project.org/src/contrib/tiff_0.1-12.tar.gz) - |tigris|2.1|[Download] (https://cran.r-project.org/src/contrib/tigris_2.1.tar.gz) - |timechange|0.3.0|[Download] (https://cran.r-project.org/src/contrib/timechange_0.3.0.tar.gz) - |timeDate|4032.109|[Download] (https://cran.r-project.org/web/packages/timeDate/index.html) - |timelineS|0.1.1|[Download] (https://cran.r-project.org/src/contrib/timelineS_0.1.1.tar.gz) - |timeSeries|4032.109|[Download] (https://cran.r-project.org/web/packages/timeSeries/index.html) - |timetk|2.9.0|[Download] (https://cran.r-project.org/src/contrib/timetk_2.9.0.tar.gz) - |timevis|2.1.0|[Download] (https://cran.r-project.org/src/contrib/timevis_2.1.0.tar.gz) - |tinytex|0.52|[Download] (https://cran.r-project.org/web/packages/tinytex/index.html) - |tm|0.7-14|[Download] (https://cran.r-project.org/web/packages/tm/index.html) - |tmap|3.3-4|[Download] (https://cran.r-project.org/src/contrib/tmap_3.3-4.tar.gz) - |tmaptools|3.1-1|[Download] (https://cran.r-project.org/web/packages/tmaptools/index.html) - |TMB|1.9.14|[Download] (https://cran.r-project.org/web/packages/TMB/index.html) - |tmvnsim|1.0-2|[Download] (https://cran.r-project.org/src/contrib/tmvnsim_1.0-2.tar.gz) - |tokenizers|0.3.0|[Download] (https://cran.r-project.org/src/contrib/tokenizers_0.3.0.tar.gz) - |topicmodels|0.2-16|[Download] (https://cran.r-project.org/web/packages/topicmodels/index.html) - |TraMineR|2.2-10|[Download] (https://cran.r-project.org/web/packages/TraMineR/index.html) - |transformr|0.1.5|[Download] (https://cran.r-project.org/src/contrib/transformr_0.1.5.tar.gz) - |tree|1.0-43|[Download] (https://cran.r-project.org/web/packages/tree/index.html) - |treemap|2.4-4|[Download] (https://cran.r-project.org/src/contrib/treemap_2.4-4.tar.gz) - |treemapify|2.5.6|[Download] (https://cran.r-project.org/src/contrib/treemapify_2.5.6.tar.gz) - |trelliscopejs|0.2.6|[Download] (https://cran.r-project.org/src/contrib/trelliscopejs_0.2.6.tar.gz) - |triebeard|0.4.1|[Download] (https://cran.r-project.org/src/contrib/triebeard_0.4.1.tar.gz) - |trimcluster|0.1-5|[Download] (https://cran.r-project.org/src/contrib/trimcluster_0.1-5.tar.gz) - |truncnorm|1.0-9|[Download] (https://cran.r-project.org/src/contrib/truncnorm_1.0-9.tar.gz) - |TSA|1.3.1|[Download] (https://cran.r-project.org/src/contrib/TSA_1.3.1.tar.gz) - |tseries|0.10-57|[Download] (https://cran.r-project.org/web/packages/tseries/index.html) - |tsfeatures|1.1.1|[Download] (https://cran.r-project.org/src/contrib/tsfeatures_1.1.1.tar.gz) - |tsibble|1.1.5|[Download] (https://cran.r-project.org/src/contrib/tsibble_1.1.5.tar.gz) - |tsintermittent|1.10|[Download] (https://cran.r-project.org/src/contrib/tsintermittent_1.10.tar.gz) - |tsoutliers|0.6-10|[Download] (https://cran.r-project.org/src/contrib/tsoutliers_0.6-10.tar.gz) - |TSP|1.2-4|[Download] (https://cran.r-project.org/src/contrib/TSP_1.2-4.tar.gz) - |TSstudio|0.1.7|[Download] (https://cran.r-project.org/src/contrib/TSstudio_0.1.7.tar.gz) - |TTR|0.24.4|[Download] (https://cran.r-project.org/src/contrib/TTR_0.24.4.tar.gz) - |tune|1.2.1|[Download] (https://cran.r-project.org/src/contrib/tune_1.2.1.tar.gz) - |tweedie|2.3.5|[Download] (https://cran.r-project.org/src/contrib/tweedie_2.3.5.tar.gz) - |tweenr|2.0.3|[Download] (https://cran.r-project.org/src/contrib/tweenr_2.0.3.tar.gz) - |twitteR|1.1.9|[Download] (https://cran.r-project.org/src/contrib/twitteR_1.1.9.tar.gz) - |tzdb|0.4.0|[Download] (https://cran.r-project.org/src/contrib/tzdb_0.4.0.tar.gz) - |ucminf|1.2.2|[Download] (https://cran.r-project.org/src/contrib/ucminf_1.2.2.tar.gz) - |udpipe|0.8.11|[Download] (https://cran.r-project.org/src/contrib/udpipe_0.8.11.tar.gz) - |udunits2|0.13.2.1|[Download] (https://cran.r-project.org/src/contrib/udunits2_0.13.2.1.tar.gz) - |units|0.8-5|[Download] (https://cran.r-project.org/src/contrib/units_0.8-5.tar.gz) - |UpSetR|1.4.0|[Download] (https://cran.r-project.org/src/contrib/UpSetR_1.4.0.tar.gz) - |urca|1.3-4|[Download] (https://cran.r-project.org/src/contrib/urca_1.3-4.tar.gz) - |urlchecker|1.0.1|[Download] (https://cran.r-project.org/src/contrib/urlchecker_1.0.1.tar.gz) - |urltools|1.7.3|[Download] (https://cran.r-project.org/src/contrib/urltools_1.7.3.tar.gz) - |useful|1.2.6.1|[Download] (https://cran.r-project.org/src/contrib/useful_1.2.6.1.tar.gz) - |usethis|3.0.0|[Download] (https://cran.r-project.org/web/packages/usethis/index.html) - |UsingR|2.0-7|[Download] (https://cran.r-project.org/src/contrib/UsingR_2.0-7.tar.gz) - |usmap|0.7.1|[Download] (https://cran.r-project.org/src/contrib/usmap_0.7.1.tar.gz) - |usmapdata|0.3.0|[Download] (https://cran.r-project.org/src/contrib/usmapdata_0.3.0.tar.gz) - |utf8|1.2.4|[Download] (https://cran.r-project.org/src/contrib/utf8_1.2.4.tar.gz) - |uuid|1.1-1|[Download] (https://cran.r-project.org/web/packages/uuid/index.html) - |V8|5.0.0|[Download] (https://cran.r-project.org/web/packages/V8/index.html) - |vars|1.6-1|[Download] (https://cran.r-project.org/src/contrib/vars_1.6-1.tar.gz) - |vcd|1.4-12|[Download] (https://cran.r-project.org/web/packages/vcd/index.html) - |vctrs|0.6.4|[Download] (https://cran.r-project.org/web/packages/vctrs/index.html) - |vdiffr|1.0.7|[Download] (https://cran.r-project.org/web/packages/vdiffr/index.html) - |vegan|2.6-8|[Download] (https://cran.r-project.org/src/contrib/vegan_2.6-8.tar.gz) - |VennDiagram|1.7.3|[Download] (https://cran.r-project.org/src/contrib/VennDiagram_1.7.3.tar.gz) - |VGAM|1.1-11|[Download] (https://cran.r-project.org/web/packages/VGAM/index.html) - |VIM|6.2.2|[Download] (https://cran.r-project.org/src/contrib/VIM_6.2.2.tar.gz) - |vioplot|0.5.0|[Download] (https://cran.r-project.org/src/contrib/vioplot_0.5.0.tar.gz) - |viridis|0.6.5|[Download] (https://cran.r-project.org/src/contrib/viridis_0.6.5.tar.gz) - |viridisLite|0.4.2|[Download] (https://cran.r-project.org/src/contrib/viridisLite_0.4.2.tar.gz) - |visNetwork|2.1.2|[Download] (https://cran.r-project.org/src/contrib/visNetwork_2.1.2.tar.gz) - |vistime|1.2.4|[Download] (https://cran.r-project.org/src/contrib/vistime_1.2.4.tar.gz) - |vroom|1.6.5|[Download] (https://cran.r-project.org/src/contrib/vroom_1.6.5.tar.gz) - |waldo|0.5.3|[Download] (https://cran.r-project.org/web/packages/waldo/index.html) - |warp|0.2.1|[Download] (https://cran.r-project.org/src/contrib/warp_0.2.1.tar.gz) - |waterfalls|1.0.0|[Download] (https://cran.r-project.org/src/contrib/waterfalls_1.0.0.tar.gz) - |wavethresh|4.7.3|[Download] (https://cran.r-project.org/src/contrib/wavethresh_4.7.3.tar.gz) - |webshot|0.5.5|[Download] (https://cran.r-project.org/src/contrib/webshot_0.5.5.tar.gz) - |webutils|1.2.1|[Download] (https://cran.r-project.org/web/packages/webutils/index.html) - |WeibullR|1.2.1|[Download] (https://cran.r-project.org/src/contrib/WeibullR_1.2.1.tar.gz) - |weights|1.0.4|[Download] (https://cran.r-project.org/src/contrib/weights_1.0.4.tar.gz) - |whisker|0.4.1|[Download] (https://cran.r-project.org/src/contrib/whisker_0.4.1.tar.gz) - |widgetframe|0.3.1|[Download] (https://cran.r-project.org/src/contrib/widgetframe_0.3.1.tar.gz) - |withr|3.0.1|[Download] (https://cran.r-project.org/web/packages/withr/index.html) - |wk|0.9.2|[Download] (https://cran.r-project.org/web/packages/wk/index.html) - |wmtsa|2.0-3|[Download] (https://cran.r-project.org/web/packages/wmtsa/index.html) - |wordcloud|2.6|[Download] (https://cran.r-project.org/src/contrib/wordcloud_2.6.tar.gz) - |wordcloud2|0.2.1|[Download] (https://cran.r-project.org/src/contrib/wordcloud2_0.2.1.tar.gz) - |workflows|1.1.4|[Download] (https://cran.r-project.org/src/contrib/workflows_1.1.4.tar.gz) - |workflowsets|1.1.0|[Download] (https://cran.r-project.org/src/contrib/workflowsets_1.1.0.tar.gz) - |writexl|1.5.0|[Download] (https://cran.r-project.org/web/packages/writexl/index.html) - |xesreadR|0.2.3|[Download] (https://cran.r-project.org/src/contrib/xesreadR_0.2.3.tar.gz) - |xfun|0.47|[Download] (https://cran.r-project.org/web/packages/xfun/index.html) - |xgboost|2.1.1.1|[Download] (https://cran.r-project.org/web/packages/xgboost/index.html) - |XML|3.99-0.17|[Download] (https://cran.r-project.org/web/packages/XML/index.html) - |xml2|1.3.6|[Download] (https://cran.r-project.org/src/contrib/xml2_1.3.6.tar.gz) - |xopen|1.0.1|[Download] (https://cran.r-project.org/src/contrib/xopen_1.0.1.tar.gz) - |xplorerr|0.1.2|[Download] (https://cran.r-project.org/web/packages/xplorerr/index.html) - |xtable|1.8-4|[Download] (https://cran.r-project.org/src/contrib/xtable_1.8-4.tar.gz) - |xts|0.14.0|[Download] (https://cran.r-project.org/web/packages/xts/index.html) - |yaml|2.3.10|[Download] (https://cran.r-project.org/src/contrib/yaml_2.3.10.tar.gz) - |yardstick|1.3.1|[Download] (https://cran.r-project.org/src/contrib/yardstick_1.3.1.tar.gz) - |yarrr|0.1.5|[Download] (https://cran.r-project.org/src/contrib/yarrr_0.1.5.tar.gz) - |YieldCurve|5.1|[Download] (https://cran.r-project.org/src/contrib/YieldCurve_5.1.tar.gz) - |yulab.utils|0.1.7|[Download] (https://cran.r-project.org/web/packages/yulab.utils/index.html) - |zCompositions|1.5.0-4|[Download] (https://cran.r-project.org/src/contrib/zCompositions_1.5.0-4.tar.gz) - |zeallot|0.1.0|[Download] (https://cran.r-project.org/src/contrib/zeallot_0.1.0.tar.gz) - |zic|0.9.1|[Download] (https://cran.r-project.org/src/contrib/zic_0.9.1.tar.gz) - |zip|2.3.1|[Download] (https://cran.r-project.org/src/contrib/zip_2.3.1.tar.gz) - |zipfR|0.6-70|[Download] (https://cran.r-project.org/src/contrib/zipfR_0.6-70.tar.gz) - |zoo|1.8-12|[Download] (https://cran.r-project.org/src/contrib/zoo_1.8-12.tar.gz) +| Package | Version +|-----------------------|------------- +|abc|2.2.1| +|abc.data|1.1| +|abind|1.4-5| +|acepack|1.4.2| +|actuar|3.3-4| +|ade4|1.7-22| +|adegenet|2.1.10| +|AdMit|2.1.9| +|AER|1.2-13| +|agricolae|1.3-7| +|AlgDesign|1.2.1| +|alluvial|0.1-2| +|andrews|1.1.2| +||anomalize|0.3.0| +||anytime|0.3.9| +|aod|1.3.3| +|apcluster|1.4.13| +|ape|5.8| +|aplpack|1.3.5| +|approximator|1.2-8| +|arm|1.14-4| +|arsenal|3.6.3| +|arules|1.7-8| +|arulesViz|1.5.3| +|ash|1.0-15| +|askpass|1.2.0| +|assertthat|0.2.1| +|audio|0.1-11| +|autocogs|0.1.4| +|automap|1.1-12| +|aweek|1.0.3| +|BACCO|2.1-0| +|backports|1.5.0| +|BaM|1.0.3| +|BAS|1.7.1| +|base64|2.0.1| +|base64enc|0.1-3| +|BayesDA|2012.04-1| +|BayesFactor|0.9.12-4.7| +|bayesGARCH|2.1.10| +|bayesm|3.1-6| +|bayesmix|0.7-6| +|bayesplot|1.11.1| +|bayesQR|2.4| +|bayesSurv|3.7| +|bayestestR|0.14.0| +|BayesTree|0.3-1.5| +|BayesX|0.3-3| +|BCBCSF|1.0-1| +|BDgraph|2.73| +|beanplot|1.3.1| +|beepr|2| +|beeswarm|0.4.0| +|benford.analysis|0.1.5| +|BenfordTests|1.2.0| +|bfp|0.0-48| +|BH|1.84.0-0| +|bibtex|0.5.1| +|biglm|0.9-3| +|bindr|0.1.1| +|bindrcpp|0.2.3| +|binom|1.1-1.1| +|BiocManager|1.30.25| +|bit|4.0.5| +|bit64|4.0.5| +|bitops|1.0-8| +|bizdays|1.0.16| +|blandr|0.6.0| +|blme|1.0-5| +|blob|1.2.4| +|BLR|1.6| +|BMA|3.18.17| +|bmp|0.3| +|BMS|0.3.5| +|bnlearn|4.8.3| +|boa|1.1.8-2| +|BoolNet|2.1.9| +|Boom|0.9.15| +|BoomSpikeSlab|1.2.6| +|boot|1.3-31| +|bootstrap|2019.6| +|Boruta|8.0.0| +|bqtl|1.0-36| +|BradleyTerry2|1.1-2| +|brew|1.0-10| +|brglm|0.7.2| +|brio|1.1.5| +|broom|1.0.6| +|broom.helpers|1.17.0| +|broom.mixed|0.2.9.5| +|bslib|0.8.0| +|bspec|1.6| +|bspmma|0.1-2| +|bsts|0.9.10| +|bupaR|0.5.4| +|C50|0.1.8| +|ca|0.71.1| +|cachem|1.1.0| +|Cairo|1.6-2| +|cairoDevice|2.28.2.2| +|calibrate|1.7.7| +|calibrator|1.2-8| +|callr|3.7.6| +|car|3.1-2| +|carData|3.0-5| +|cards|0.2.2| +|caret|6.0-94| +|catnet|1.16.1| +|caTools|1.18.3| +|cclust|0.6-26| +|cellranger|1.1.0| +|ChainLadder|0.2.19| +|changepoint|2.2.4| +|checkmate|2.3.2| +|checkpoint|1.0.2| +|chk|0.9.2| +|choroplethrMaps|1.0.1| +|chron|2.3-61| +|circlize|0.4.16| +|Ckmeans.1d.dp|4.3.5| +|class|7.3-22| +|classInt|0.4-10| +|cli|3.6.3| +|ClickClust|1.1.6| +|clickstream|1.3.3| +|clipr|0.8.0| +|clock|0.7.1| +|clue|0.3-65| +|cluster|2.1.6| +|clv|0.3-2.4| +|cmprsk|2.2-12| +|coda|0.19-4.1| +|codetools|0.2-20| +|coefplot|1.2.8| +|coin|1.4-3| +|collapsibleTree|0.1.8| +|colorRamps|2.3.4| +|colorspace|2.1-1| +|colourpicker|1.3.0| +|colourvalues|0.3.9| +|combinat|0.0-8| +|commonmark|1.9.1| +|compositions|2.0-8| +|CompQuadForm|1.4.3| +|confintr|1.0.2| +|conflicted|1.2.0| +|conquer|1.3.3| +|contfrac|1.1-12| +|CORElearn|1.57.3| +|corpcor|1.6.10| +|corrgram|1.14| +|corrplot|0.94| +|covr|3.6.4| +|cowplot|1.1.3| +|cplm|0.7-12| +|cpp11|0.5.0| +|crayon|1.5.2| +|credentials|2.0.1| +|crosstalk|1.2.1| +|crul|1.5.0| +|ctv|0.9-5| +|cubature|2.0.4.6| +|Cubist|0.4.4| +|curl|5.2.1| +|cvar|0.5| +|CVST|0.2-3| +|cvTools|0.3.3| +|d3heatmap|0.6.1.2| +|d3Network|0.5.2.1| +|d3r|1.1.0| +|data.table|1.15.4| +|data.tree|1.1.0| +|datasauRus|0.1.8| +|datawizard|0.12.3| +|date|1.2-42| +|DBI|1.2.3| +|dbplyr|2.5.0| +|dbscan|1.2-0| +|dclone|2.3-2| +|dcurver|0.9.2| +|ddalpha|1.3.15| +|deal|1.2-42| +|debugme|1.2.0| +|decido|0.3.0| +|deepnet|0.2.1| +|deldir|2.0-4| +|dendextend|1.17.1| +|DEoptimR|1.1-3| +|Deriv|4.1.3| +|desc|1.4.3| +|descr|1.1.8| +|deSolve|1.4| +|devtools|2.4.5| +|diagram|1.6.5| +|DiagrammeR|1.0.11| +|DiagrammeRsvg|0.1| +|dials|1.3.0| +|DiceDesign|1.1| +|dichromat|2.0-0.1| +|diffobj|0.3.5| +|digest|0.6.33| +|dimRed|0.2.6| +|diptest|0.77-1| +|distcrete|1.0.3| +|distributional|0.4.0| +|DistributionUtils|0.6-1| +|distrom|1.0.1| +|dlm|1.1-6| +|DMwR|0.4.1| +|doBy|4.6.22| +|doFuture|1.0.1| +|doParallel|1.0.17| +|doSNOW|1.0.20| +|dotCall64|1.1-1| +|downlit|0.4.4| +|downloader|0.4| +|dplyr|1.1.4| +|DRR|0.0.4| +|dse|2020.2-1| +|DT|0.33| +|dtplyr|1.3.1| +|dtt|0.1-2| +|dtw|1.23-1| +|dygraphs|1.1.1.6| +|dynlm|0.3-6| +|e1071|1.7-14| +|earth|5.3.3| +|EbayesThresh|1.4-12| +|ebdbNet|1.2.8| +|ecm|7.2.0| +|edeaR|0.9.4| +|effects|4.2-2| +|effectsize|0.8.9| +|egg|0.4.5| +|ellipse|0.5.0| +|ellipsis|0.3.2| +|elliptic|1.4-0| +|emmeans|1.10.4| +|emulator|1.2-24| +|energy|1.7-12| +|english|1.2-6| +|ensembleBMA|5.1.8| +|entropy|1.3.1| +|epitools|0.5-10.1| +|epitrix|0.4.0| +|estimability|1.5| +|eulerr|7.0.2| +|evaluate|0.22| +|evd|2.3-7| +|evdbayes|1.1-3| +|eventdataR|0.3.1| +|exactRankTests|0.8-35| +|expint|0.1-8| +|expm|1.0-0| +|extraDistr|1.10.0| +|extrafont|0.19| +|extrafontdb|1| +|extremevalues|2.3.4| +|ez|4.4-0| +|factoextra|1.0.7| +|FactoMineR|2.11| +|fansi|1.0.5| +|faoutlier|0.7.6| +|farver|2.1.2| +|fastICA|1.2-5.1| +|fastmap|1.2.0| +|fastmatch|1.1-4| +|fBasics|4041.97| +|fda|6.1.8| +|fdrtool|1.2.18| +|fds|1.8| +|fGarch|4033.92| +|fields|16.2| +|filehash|2.4-6| +|filelock|1.0.3| +|FinCal|0.6.3| +|fitdistrplus|1.2-1| +|flashClust|1.01-2| +|flexclust|1.4-2| +|flexmix|2.3-19| +|float|0.3-2| +|FME|1.3.6.3| +|fmsb|0.7.6| +|FNN|1.1.4| +|fontawesome|0.5.2| +|fontBitstreamVera|0.1.1| +|fontLiberation|0.1.0| +|fontquiver|0.2.1| +|forcats|1.0.0| +|foreach|1.5.2| +|forecast|8.23.0| +|forecastHybrid|5.0.19| +|foreign|0.8-87| +|formatR|1.14| +|formattable|0.2.1| +|Formula|1.2-5| +|fpc|2.2-12| +|fracdiff|1.5-3| +|fs|1.6.4| +|fTrading|3042.79| +|fUnitRoots|4040.81| +|furrr|0.3.1| +|futile.logger|1.4.3| +|futile.options|1.0.1| +|future|1.34.0| +|future.apply|1.11.2| +|gam|1.22-4| +|gamlr|1.13-8| +|gamlss|5.4-22| +|gamlss.data|6.0-6| +|gamlss.dist|6.1-1| +|gargle|1.5.2| +|gbm|2.2.2| +|gbRd|0.4.12| +|gbutils|0.5| +|gclus|1.3.2| +|gdalUtils|2.0.3.2| +|gdata|3.0.0| +|gdtools|0.4.0| +|gee|4.13-27| +|genalg|0.2.1| +|generics|0.1.3| +|genetics|1.3.8.1.3| +|GenSA|1.1.14| +|geojson|0.3.5| +|geojsonio|0.11.3| +|geojsonlint|0.4.0| +|geojsonsf|2.0.3| +|geometries|0.2.4| +|geometry|0.4.7| +|geoR|1.9-4| +|geosphere|1.5-18| +|gert|2.1.1| +|gfonts|0.2.0| +|GGally|2.2.1| +|ggalt|0.4.0| +|gganimate|1.0.9| +|ggcorrplot|0.1.4.1| +|ggdendro|0.2.0| +|ggeffects|1.7.1| +|ggExtra|0.10.1| +|ggfittext|0.10.2| +|ggforce|0.4.2| +|ggformula|0.12.0| +|ggfortify|0.4.17| +|ggfun|0.1.6| +|gghighlight|0.4.1| +|ggimage|0.3.3| +|ggiraph|0.8.10| +|ggjoy|0.4.1| +|ggm|2.3| +|ggmap|4.0.0| +|ggmcmc|1.5.1.1| +|ggplot2|3.5.1| +|ggplot2movies|0.0.1| +|ggplotify|0.1.2| +|ggpmisc|0.6.0| +|ggpp|0.5.8-1| +|ggpubr|0.6.0| +|ggQC|0.0.31| +|ggRandomForests|2.2.1| +|ggraph|2.2.1| +|ggrepel|0.9.5| +|ggridges|0.5.6| +|ggsci|3.2.0| +|ggsignif|0.6.4| +|ggsoccer|0.1.7| +|ggstance|0.3.7| +|ggstats|0.6.0| +|ggtern|3.5.0| +|ggtext|0.1.2| +|ggthemes|5.1.0| +|gh|1.4.1| +|gistr|0.9.0| +|git2r|0.33.0| +|gitcreds|0.1.2| +|glasso|1.11| +|glmmTMB|1.1.9| +|glmnet|4.1-8| +|GlobalOptions|0.1.2| +|globals|0.16.3| +|glue|1.6.2| +|gmodels|2.19.1| +|gmp|0.7-5| +|gnm|1.1-5| +|goftest|1.2-3| +|googledrive|2.1.1| +|googlePolylines|0.8.4| +|googlesheets4|1.1.1| +|googleVis|0.7.3| +|gower|1.0.1| +|GPArotation|2024.3-1| +|GPfit|1.0-8| +|gplots|3.1.3.1| +|graphlayouts|1.1.1| +|greybox|2.0.2| +|grid|4.3.3| +|gridBase|0.4-7| +|gridExtra|2.3| +|gridGraphics|0.5-1| +|gridSVG|1.7-5| +|gridtext|0.1.5| +|grImport|0.9-7| +|grImport2|0.3-3| +|grpreg|3.5.0| +|gsl|2.1-8| +|gss|2.2-7| +|gstat|2.1-2| +|gsubfn|0.7| +|gtable|0.3.5| +|gtools|3.9.5| +|gtrendsR|1.5.1| +|gWidgets|0.0-54.2| +|gWidgets2|1.0-9| +|gWidgets2tcltk|1.0-8| +|gWidgetsRGtk2|0.0-86.1| +|gWidgetstcltk|0.0-55.1| +|haplo.stats|1.9.5.1| +|hardhat|1.4.0| +|hash|2.2.6.3| +|haven|2.5.4| +|hbsae|1.2| +|HDInterval|0.2.4| +|hdrcde|3.4| +|heatmaply|1.5.0| +|here|1.0.1| +|hexbin|1.28.4| +|hflights|0.1| +|HH|3.1-52| +|highcharter|0.9.4| +|highr|0.11| +|HistData|0.9-1| +|Hmisc|5.1-3| +|hms|1.1.3| +|hoardr|0.5.4| +|hrbrthemes|0.8.7| +|HSAUR|1.3-10| +|htmlTable|2.4.3| +|htmltools|0.5.8.1| +|htmlwidgets|1.6.4| +|hts|6.0.3| +|httpcode|0.3.0| +|httpuv|1.6.15| +|httr|1.4.7| +|httr2|1.0.3| +|huge|1.3.5| +|hunspell|3.0.4| +|hydroTSM|0.7-0| +|hypergeo|1.2-13| +|IBrokers|0.10-2| +|ids|1.0.1| +|ifultools|2.0-26| +|igraph|2.0.3| +|imager|1.0.2| +|imputeTS|3.3| +|incidence|1.7.5| +|infer|1.0.7| +|influenceR|0.1.5| +|ini|0.3.1| +|inline|0.3.19| +|insight|0.20.4| +|interp|1.1-6| +|intervals|0.15.5| +|inum|1.0-5| +|investr|1.4.2| +|ipred|0.9-15| +|IRdisplay|1.1| +|IRkernel|1.3.2| +|irlba|2.3.5.1| +|irr|0.84.1| +|isoband|0.2.7| +|ISOcodes|2024.02.12| +|iterators|1.0.14| +|janeaustenr|1.0.0| +|janitor|2.2.0| +|jmvcore|2.4.7| +|jomo|2.7-6| +|jpeg|0.1-10| +|jqr|1.3.4| +|jquerylib|0.1.4| +|jsonify|1.2.2| +|jsonlite|1.8.7| +|jsonvalidate|1.3.2| +|jtools|2.3.0| +|kableExtra|1.4.0| +|Kendall|2.2.1| +|kernlab|0.9-33| +|KernSmooth|2.23-24| +|kinship2|1.9.6.1| +|kknn|1.3.1| +|klaR|1.7-3| +|km.ci|0.5-6| +|KMsurv|0.1-5| +|knitr|1.48| +|ks|1.14.2| +|labeling|0.4.3| +|labelled|2.13.0| +|laeken|0.5.3| +|Lahman|11.0-0| +|lambda.r|1.2.4| +|lars|1.3| +|later|1.3.2| +|latex2exp|0.9.6| +|lattice|0.22-6| +|latticeExtra|0.6-30| +|lava|1.8.0| +|lavaan|0.6-18| +|lazyeval|0.2.2| +|lda|1.5.2| +|leafem|0.2.3| +|leaflet|2.2.2| +|leaflet.esri|1.0.0| +|leaflet.extras|2.0.1| +|leaflet.providers|2.0.0| +|leafpop|0.1.0| +|leafsync|0.1.0| +|leaps|3.2| +|LearnBayes|2.15.1| +|lexicon|1.2.1| +|lgr|0.4.4| +|lhs|1.2.0| +|libcoin|1.0-10| +|LiblineaR|2.10-23| +|LICORS|0.2.0| +|lifecycle|1.0.3| +|likert|1.3.5| +|limSolve|1.5.7.1| +|linelist|1.1.4| +|linprog|0.9-4| +|listenv|0.9.1| +|lm.beta|1.7-2| +|lme4|1.1-35.5| +|lmm|1.4| +|lmodel2|1.7-3| +|lmtest|0.9-40| +|lobstr|1.1.2| +|locfit|1.5-9.9| +|locpol|0.8.0| +|LogicReg|1.6.6| +|loo|2.8.0| +|lpSolve|5.6.20| +|lsa|0.73.3| +|lsmeans|2.30-0| +|lubridate|1.9.3| +|lwgeom|0.2-14| +|magic|1.6-1| +|magick|2.8.4| +|magrittr|2.0.3| +|manipulateWidget|0.11.1| +|MAPA|2.0.7| +|mapdata|2.3.1| +|mapdeck|0.3.5| +|mapproj|1.2.11| +|maps|3.4.2| +|maptools|1.1-8| +|maptree|1.4-8| +|mapview|2.11.2| +|marima|2.2| +|markdown|1.13| +|MASS|7.3-60.0.1| +|Matching|4.10-14| +|MatchIt|4.5.5| +|matchmaker|0.1.1| +|mathjaxr|1.6-0| +|Matrix|1.6-5| +|matrixcalc|1.0-6| +|MatrixExtra|0.1.15| +|MatrixModels|0.5-3| +|matrixStats|1.4.0| +|maxLik|1.5-2.1| +|maxstat|0.7-25| +|mboost|2.9-11| +|mclust|6.1.1| +|mcmc|0.9-8| +|MCMCglmm|2.36| +|MCMCpack|1.7-1| +|mda|0.5-4| +|memoise|2.0.1| +|merTools|0.6.2| +|meta|7.0-0| +|metadat|1.2-0| +|metafor|4.6-0| +|mgcv|1.9-1| +|mgsub|1.7.3| +|mi|1.1| +|mice|3.16.0| +|microbenchmark|1.5.0| +|mime|0.12| +|miniCRAN|0.3.0| +|miniUI|0.1.1.1| +|minpack.lm|1.2-4| +|minqa|1.2.8| +|mirt|1.41| +|misc3d|0.9-1| +|miscTools|0.6-28| +|mitml|0.4-5| +|mitools|2.4| +|mixtools|2.0.0| +|mlapi|0.1.1| +|mlbench|2.1-5| +|mlogitBMA|0.1-7| +|mnormt|2.1.1| +|MNP|3.1-5| +|modeldata|1.4.0| +|modelenv|0.1.1| +|ModelMetrics|1.2.2.2| +|modelr|0.1.11| +|modeltools|0.2-23| +|mombf|3.5.4| +|moments|0.14.1| +|monomvn|1.9-20| +|monreg|0.1.4.1| +|mosaic|1.9.1| +|mosaicCore|0.9.4.0| +|mosaicData|0.20.4| +|msir|1.3.3| +|msm|1.7.1| +|multcomp|1.4-26| +|multcompView|0.1-10| +|multicool|1.0.1| +|munsell|0.5.1| +|mvoutlier|2.1.1| +|mvtnorm|1.3-1| +|NADA|1.6-1.1| +|nanoparquet|0.3.1| +|NbClust|3.0.1| +|ncvreg|3.14.3| +|network|1.18.2| +|networkD3|0.4| +|neuralnet|1.44.2| +|ngram|3.2.3| +|nlme|3.1-165| +|nloptr|2.1.1| +|NLP|0.3-0| +|nls.multstart|1.3.0| +|NMF|0.21.0| +|nnet|7.3-19| +|nnls|1.5| +|nortest|1.0-4| +|numbers|0.8-5| +|numDeriv|2016.8-1.1| +|numform|0.7.0| +|OceanView|1.0.7| +|openair|2.18-2| +|openssl|2.2.1| +|ordinal|2023.12-4.1| +|osmar|1.1-7| +|outbreaks|1.9.0| +|outliers|0.15| +|packcircles|0.3.6| +|padr|0.6.2| +|pan|1.9| +|pander|0.6.5| +|parallelly|1.38.0| +|parameters|0.22.2| +|parsnip|1.2.1| +|partitions|1.10-7| +|party|1.3-17| +|partykit|1.2-22| +|patchwork|1.2.0| +|pbapply|1.7-2| +|pbdZMQ|0.3-10| +|pbivnorm|0.6.0| +|pbkrtest|0.5.3| +|PCAmixdata|3.1| +|pcaPP|2.0-5| +|pdc|1.0.3| +|pegas|1.3| +|performance|0.12.3| +|PerformanceAnalytics|2.0.4| +|permute|0.9-7| +|perry|0.3.1| +|petrinetR|0.3.0| +|pheatmap|1.0.12| +|pillar|1.9.0| +|pixmap|0.4-13| +|pkgbuild|1.4.4| +|pkgcache|2.2.2| +|pkgconfig|2.0.3| +|pkgdepends|0.7.2| +|pkgdown|2.1.0| +|pkgload|1.4.0| +|pkgmaker|0.32.10| +|platetools|0.1.7| +|plogr|0.2.0| +|plot3D|1.4.1| +|plot3Drgl|1.0.4| +|plotly|4.10.4| +|plotmo|3.6.4| +|plotrix|3.8-4| +|pls|2.8-4| +|plyr|1.8.9| +|png|0.1-8| +|polspline|1.1.25| +|polyclip|1.10-7| +|polylabelr|0.2.0| +|polynom|1.4-1| +|posterior|1.6.0| +|ppcor|1.1| +|prabclus|2.3-3| +|pracma|2.4.4| +|praise|1.0.0| +|precrec|0.14.4| +|prediction|0.3.18| +|PresenceAbsence|1.1.11| +|prettyunits|1.2.0| +|pROC|1.18.5| +|processmapR|0.5.5| +|processmonitR|0.1.0| +|processx|3.8.4| +|prodlim|2024.06.25| +|profileModel|0.6.1| +|profvis|0.3.8| +|progress|1.2.3| +|progressr|0.14.0| +|proj4|1.0-14| +|promises|1.3.0| +|prophet|1| +|proto|1.0.0| +|protolite|2.3.0| +|proxy|0.4-27| +|pryr|0.1.6| +|ps|1.7.7| +|pscl|1.5.9| +|psych|2.4.3| +|purrr|1.0.2| +|pwr|1.3-0| +|qap|0.1-2| +|qcc|2.7| +|qdapDictionaries|1.0.7| +|qdapRegex|0.7.8| +|qdapTools|1.3.7| +|qgraph|1.9.8| +|qicharts|0.5.8| +|qicharts2|0.7.5| +|quadprog|1.5-8| +|quanteda|3.3.1| +|quantmod|0.4.26| +|quantreg|5.98| +|questionr|0.7.8| +|QuickJSR|1.3.1| +|qvcalc|1.0.3| +|R.cache|0.16.0| +|R.matlab|3.7.0| +|R.methodsS3|1.8.2| +|R.oo|1.26.0| +|R.utils|2.12.3| +|r2d3|0.2.6| +|R2HTML|2.3.4| +|R2jags|0.8-5| +|R2OpenBUGS|3.2-3.2.1| +|R2WinBUGS|2.1-22.1| +|R6|2.5.1| +|ragg|1.3.2| +|rainbow|3.8| +|ramps|0.6.18| +|RandomFields|3.3.14| +|RandomFieldsUtils|1.2.5| +|randomForest|4.7-1.1| +|randomForestSRC|3.3.1| +|ranger|0.16.0| +|RApiDatetime|0.0.9| +|rapidjsonr|1.2.0| +|rappdirs|0.3.3| +|raster|3.6-26| +|rattle|5.5.1| +|rayimage|0.10.0| +|rayshader|0.24.10| +|rayvertex|0.11.4| +|rbenchmark|1.0.0| +|rbibutils|2.2.16| +|Rblpapi|0.3.14| +|rbokeh|0.5.2| +|rcmdcheck|1.4.0| +|RColorBrewer|1.1-3| +|Rcpp|1.0.13| +|RcppArmadillo|14.0.0-1| +|RcppDE|0.1.7| +|RcppEigen|0.3.4.0.2| +|RcppExamples|0.1.9| +|RcppParallel|5.1.9| +|RcppProgress|0.4.2| +|RcppRoll|0.3.1| +|RcppThread|2.1.7| +|RcppTOML|0.2.2| +|RCurl|1.98-1.16| +|Rdpack|2.6.1| +|readbitmap|0.1.5| +|readr|2.1.5| +|readxl|1.4.3| +|recipes|1.1.0| +|Redmonder|0.2.0| +|registry|0.5-1| +|relaimpo|2.2-7| +|relimp|1.0-5| +|rematch|2.0.0| +|rematch2|2.1.2| +|remotes|2.5.0| +|Renext|3.1-4| +|repr|1.1.6| +|reprex|2.1.1| +|reshape|0.8.9| +|reshape2|1.4.4| +|reticulate|1.39.0| +|rex|1.2.1| +|rFerns|5.0.0| +|rfm|0.3.0| +|rgdal|1.6-7| +|rgeos|0.6-4| +|rgexf|0.16.3| +|rgl|1.3.1| +|RgoogleMaps|1.5.1| +|RGraphics|3.0-2| +|RGtk2|2.20.36.3| +|RhpcBLASctl|0.23-42| +|RInside|0.2.18| +|rio|1.2.2| +|rjags|16-Apr| +|rjson|0.2.21| +|RJSONIO|1.3-1.9| +|rlang|1.1.4| +|rlecuyer|0.3-8| +|rlist|0.4.6.2| +|rmapshaper|0.5.0| +|rmarkdown|2.28| +|Rmisc|1.5.1| +|Rmpfr|0.9-5| +|rms|6.8-1| +|RMySQL|0.10.28| +|rngtools|1.5.2| +|robCompositions|2.4.1| +|robfilter|4.1.5| +|robustbase|0.99-4| +|robustHD|0.8.1| +|ROCR|1.0-11| +|RODBC|1.3-23| +|Rook|1.2| +|rootSolve|1.8.2.4| +|roxygen2|7.3.2| +|rpart|4.1.23| +|rpart.plot|3.1.2| +|rpivotTable|0.3.0| +|rprojroot|2.0.4| +|RPushbullet|0.3.4| +|rrcov|1.7-6| +|rsample|1.2.1| +|rsdmx|0.6-3| +|RSGHB|1.2.2| +|RSNNS|0.4-17| +|Rsolnp|1.16| +|rsparse|0.5.2| +|RSpectra|0.16-2| +|RSQLite|2.3.7| +|rstan|2.32.6| +|rstantools|2.4.0| +|rstatix|0.7.2| +|rstudioapi|0.16.0| +|rsvg|2.6.0| +|RTextTools|1.4.3| +|Rttf2pt1|1.3.12| +|RUnit|0.4.33| +|runjags|2.2.2-4| +|Runuran|0.38| +|rvcheck|0.2.1| +|rversions|2.1.2| +|rvest|1.0.4| +|rworldmap|1.3-8| +|rworldxtra|1.01| +|s2|1.1.7| +|SampleSizeMeans|1.2.3| +|SampleSizeProportions|1.1.3| +|sandwich|3.1-0| +|sas7bdat|0.8| +|sass|0.4.9| +|satellite|1.0.5| +|sbgcop|0.98| +|scales|1.3.0| +|scatterplot3d|0.3-44| +|sciplot|1.2-0| +|segmented|2.1-2| +|selectr|0.4-2| +|sem|3.1-16| +|sentimentr|2.9.0| +|seqinr|4.2-36| +|seriation|1.5.6| +|servr|0.31| +|sessioninfo|1.2.2| +|setRNG|2024.2-1| +|sets|1.0-25| +|sf|1.0-16| +|sfd|0.1.0| +|sfheaders|0.4.4| +|sfsmisc|1.1-19| +|sftime|0.2-0| +|sgeostat|1.0-27| +|shades|1.4.0| +|shape|1.4.6.1| +|shapefiles|0.7.2| +|shiny|1.9.1| +|shinyBS|0.61.1| +|shinycssloaders|1.1.0| +|shinyjs|2.1.0| +|shinyTime|1.0.3| +|showtext|0.9-7| +|showtextdb|3| +|SimDesign|2.17.1| +|SIS|0.8-8| +|SixSigma|0.11.1| +|sjlabelled|1.2.0| +|sjmisc|2.8.10| +|sjPlot|2.8.16| +|sjstats|0.19.0| +|skmeans|0.2-17| +|slam|0.1-53| +|slider|0.3.1| +|sm|2.2-6.0| +|smooth|4.0.2| +|smoothSurv|2.6| +|sna|2.7-2| +|snakecase|0.11.1| +|snow|0.4-4| +|SnowballC|0.7.1| +|snowFT|1.6-1| +|sodium|1.3.1| +|sourcetools|0.1.7-1| +|sp|2.1-4| +|spacefillr|0.3.3| +|spacetime|1.3-2| +|spacyr|1.3.0| +|spam|2.10-0| +|SparseM|1.84-2| +|sparsepp|1.22| +|spatial|7.3-17| +|spatstat|3.0-7| +|spatstat.data|3.1-2| +|spatstat.explore|3.2-6| +|spatstat.geom|3.2-9| +|spatstat.linnet|3.1-4| +|spatstat.model|3.2-10| +|spatstat.random|3.2-3| +|spatstat.sparse|3.1-0| +|spatstat.univar|3.0-1| +|spatstat.utils|3.1-0| +|spBayes|0.4-7| +|spData|2.3.3| +|spdep|1.3-5| +|spikeslab|1.1.6| +|splancs|2.01-45| +|splines|4.3.3| +|spls|2.2-3| +|splus2R|1.3-5| +|spTimer|3.3.2| +|sqldf|0.4-11| +|SQUAREM|2021.1| +|sROC|0.1-2| +|stabledist|0.7-2| +|stabs|0.6-4| +|StanHeaders|2.32.10| +|stars|0.6-6| +|statmod|1.5.0| +|statnet.common|4.9.0| +|stepPlr|0.93| +|stinepack|1.5| +|stochvol|3.2.4| +|stopwords|2.3| +|stringdist|0.9.12| +|stringi|1.8.4| +|stringr|1.5.1| +|strucchange|1.5-4| +|styler|1.10.3| +|sugrrants|0.2.9| +|sunburstR|2.1.8| +|SuppDists|1.1-9.8| +|survey|4.4-2| +|survival|3.7-0| +|survminer|0.4.9| +|survMisc|0.5.6| +|svglite|2.1.3| +|svmpath|0.97| +|svUnit|1.0.6| +|sweep|0.2.5| +|sys|3.4.2| +|sysfonts|0.8.9| +|systemfit|1.1-30| +|systemfonts|1.1.0| +|syuzhet|1.0.7| +|tau|0.0-25| +|tcltk|4.3.3| +|tcltk2|1.2-11| +|TeachingDemos|2.13| +|tensor|1.5| +|tensorA|0.36.2.1| +|terra|1.7-78| +|terrainmeshr|0.1.0| +|testthat|3.2.1.1| +|texreg|1.39.4| +|text2vec|0.6.4| +|textcat|1.0-8| +|textclean|0.9.3| +|textir|2.0-5| +|textmineR|3.0.5| +|textshape|1.7.5| +|textshaping|0.4.0| +|tfplot|2021.6-1| +|tframe|2015.12-1.1| +|tgp|2.4-23| +|TH.data|1.1-2| +|thief|0.3| +|threejs|0.3.3| +|tibble|3.2.1| +|tibbletime|0.1.8| +|tidycensus|1.6.5| +|tidygraph|1.3.0| +|tidymodels|1.2.0| +|tidyquant|1.0.9| +|tidyr|1.3.1| +|tidyselect|1.2.1| +|tidytext|0.4.2| +|tidyverse|2.0.0| +|tiff|0.1-12| +|tigris|2.1| +|timechange|0.3.0| +|timeDate|4032.109| +|timelineS|0.1.1| +|timeSeries|4032.109| +|timetk|2.9.0| +|timevis|2.1.0| +|tinytex|0.52| +|tm|0.7-14| +|tmap|3.3-4| +|tmaptools|3.1-1| +|TMB|1.9.14| +|tmvnsim|1.0-2| +|tokenizers|0.3.0| +|topicmodels|0.2-16| +|TraMineR|2.2-10| +|transformr|0.1.5| +|tree|1.0-43| +|treemap|2.4-4| +|treemapify|2.5.6| +|trelliscopejs|0.2.6| +|triebeard|0.4.1| +|trimcluster|0.1-5| +|truncnorm|1.0-9| +|TSA|1.3.1| +|tseries|0.10-57| +|tsfeatures|1.1.1| +|tsibble|1.1.5| +|tsintermittent|1.1| +|tsoutliers|0.6-10| +|TSP|1.2-4| +|TSstudio|0.1.7| +|TTR|0.24.4| +|tune|1.2.1| +|tweedie|2.3.5| +|tweenr|2.0.3| +|twitteR|1.1.9| +|tzdb|0.4.0| +|ucminf|1.2.2| +|udpipe|0.8.11| +|udunits2|0.13.2.1| +|units|0.8-5| +|UpSetR|1.4.0| +|urca|1.3-4| +|urlchecker|1.0.1| +|urltools|1.7.3| +|useful|1.2.6.1| +|usethis|3.0.0| +|UsingR|2.0-7| +|usmap|0.7.1| +|usmapdata|0.3.0| +|utf8|1.2.4| +|uuid|1.1-1| +|V8|5.0.0| +|vars|1.6-1| +|vcd|1.4-12| +|vctrs|0.6.4| +|vdiffr|1.0.7| +|vegan|2.6-8| +|VennDiagram|1.7.3| +|VGAM|1.1-11| +|VIM|6.2.2| +|vioplot|0.5.0| +|viridis|0.6.5| +|viridisLite|0.4.2| +|visNetwork|2.1.2| +|vistime|1.2.4| +|vroom|1.6.5| +|waldo|0.5.3| +|warp|0.2.1| +|waterfalls|1.0.0| +|wavethresh|4.7.3| +|webshot|0.5.5| +|webutils|1.2.1| +|WeibullR|1.2.1| +|weights|1.0.4| +|whisker|0.4.1| +|widgetframe|0.3.1| +|withr|3.0.1| +|wk|0.9.2| +|wmtsa|2.0-3| +|wordcloud|2.6| +|wordcloud2|0.2.1| +|workflows|1.1.4| +|workflowsets|1.1.0| +|writexl|1.5.0| +|xesreadR|0.2.3| +|xfun|0.47| +|xgboost|2.1.1.1| +|XML|3.99-0.17| +|xml2|1.3.6| +|xopen|1.0.1| +|xplorerr|0.1.2| +|xtable|1.8-4| +|xts|0.14.0| +|yaml|2.3.10| +|yardstick|1.3.1| +|yarrr|0.1.5| +|YieldCurve|5.1| +|yulab.utils|0.1.7| +|zCompositions|1.5.0-4| +|zeallot|0.1.0| +|zic|0.9.1| +|zip|2.3.1| +|zipfR|0.6-70| +|zoo|1.8-12| |base|4.3.3|Built-in|Package |compiler|4.3.3|Built-in|Package |datasets|4.3.3|Built-in|Package @@ -1175,6 +1175,998 @@ The following sections provide an alphabetical table of which R packages are sup |tools|4.3.3|Built-in|Package |utils|4.3.3|Built-in|Package +## R packages that are supported in Power BI + +The following table shows which packages are supported in the Power BI service. + +| Package | Version | Link | +|-----------------------|-------------|--------------------------------------------------------------------------| +|abc|2.1|[https://cran.r-project.org/web/packages/abc/index.html](https://cran.r-project.org/web/packages/abc/index.html)| +|abc.data|1.0|[https://cran.r-project.org/web/packages/abc.data/index.html](https://cran.r-project.org/web/packages/abc.data/index.html)| +|abind|1.4-5|[https://cran.r-project.org/web/packages/abind/index.html](https://cran.r-project.org/web/packages/abind/index.html)| +|acepack|1.4.1|[https://cran.r-project.org/web/packages/acepack/index.html](https://cran.r-project.org/web/packages/acepack/index.html)| +|actuar|2.3-1|[https://cran.r-project.org/web/packages/actuar/index.html](https://cran.r-project.org/web/packages/actuar/index.html)| +|ade4|1.7-10|[https://cran.r-project.org/web/packages/ade4/index.html](https://cran.r-project.org/web/packages/ade4/index.html)| +|adegenet|2.1.2|[https://cran.r-project.org/web/packages/adegenet/index.html](https://cran.r-project.org/web/packages/adegenet/index.html)| +|AdMit|2.1.3|[https://cran.r-project.org/web/packages/AdMit/index.html](https://cran.r-project.org/web/packages/AdMit/index.html)| +|AER|1.2-5|[https://cran.r-project.org/web/packages/AER/index.html](https://cran.r-project.org/web/packages/AER/index.html)| +|agricolae|1.3-1|[https://cran.r-project.org/web/packages/agricolae/index.html](https://cran.r-project.org/web/packages/agricolae/index.html)| +|AlgDesign|1.1-7.3|[https://cran.r-project.org/web/packages/AlgDesign/index.html](https://cran.r-project.org/web/packages/AlgDesign/index.html)| +|alluvial|0.1-2|[https://cran.r-project.org/web/packages/alluvial/index.html](https://cran.r-project.org/web/packages/alluvial/index.html)| +|andrews|1.0|[https://cran.r-project.org/web/packages/andrews/index.html](https://cran.r-project.org/web/packages/andrews/index.html)| +|anomalize|0.1.1|[https://cran.r-project.org/web/packages/anomalize/index.html](https://cran.r-project.org/web/packages/anomalize/index.html)| +|anytime|0.3.3|[https://cran.r-project.org/web/packages/anytime/index.html](https://cran.r-project.org/web/packages/anytime/index.html)| +|aod|1.3|[https://cran.r-project.org/web/packages/aod/index.html](https://cran.r-project.org/web/packages/aod/index.html)| +|apcluster|1.4.5|[https://cran.r-project.org/web/packages/apcluster/index.html](https://cran.r-project.org/web/packages/apcluster/index.html)| +|ape|5.0|[https://cran.r-project.org/web/packages/ape/index.html](https://cran.r-project.org/web/packages/ape/index.html)| +|aplpack|1.3.0|[https://cran.r-project.org/web/packages/aplpack/index.html](https://cran.r-project.org/web/packages/aplpack/index.html)| +|approximator|1.2-6|[https://cran.r-project.org/web/packages/approximator/index.html](https://cran.r-project.org/web/packages/approximator/index.html)| +|arm|1.9-3|[https://cran.r-project.org/web/packages/arm/index.html](https://cran.r-project.org/web/packages/arm/index.html)| +|arules|1.6-0|[https://cran.r-project.org/web/packages/arules/index.html](https://cran.r-project.org/web/packages/arules/index.html)| +|arulesViz|1.3-0|[https://cran.r-project.org/web/packages/arulesViz/index.html](https://cran.r-project.org/web/packages/arulesViz/index.html)| +|ash|1.0-15|[https://cran.r-project.org/web/packages/ash/index.html](https://cran.r-project.org/web/packages/ash/index.html)| +|assertthat|0.2.0|[https://cran.r-project.org/web/packages/assertthat/index.html](https://cran.r-project.org/web/packages/assertthat/index.html)| +|autocogs|0.1.2|[https://cran.r-project.org/web/packages/autocogs/index.html](https://cran.r-project.org/web/packages/autocogs/index.html)| +|automap|1.0-14|[https://cran.r-project.org/web/packages/automap/index.html](https://cran.r-project.org/web/packages/automap/index.html)| +|aweek|1.0.1|[https://cran.r-project.org/web/packages/aweek/index.html](https://cran.r-project.org/web/packages/aweek/index.html)| +|AzureML|0.2.14|[https://cran.r-project.org/web/packages/AzureML/index.html](https://cran.r-project.org/web/packages/AzureML/index.html)| +|BaBooN|0.2-0|[https://cran.r-project.org/web/packages/BaBooN/index.html](https://cran.r-project.org/web/packages/BaBooN/index.html)| +|BACCO|2.0-9|[https://cran.r-project.org/web/packages/BACCO/index.html](https://cran.r-project.org/web/packages/BACCO/index.html)| +|backports|1.1.2|[https://cran.r-project.org/web/packages/backports/index.html](https://cran.r-project.org/web/packages/backports/index.html)| +|BaM|1.0.1|[https://cran.r-project.org/web/packages/BaM/index.html](https://cran.r-project.org/web/packages/BaM/index.html)| +|BAS|1.4.9|[https://cran.r-project.org/web/packages/BAS/index.html](https://cran.r-project.org/web/packages/BAS/index.html)| +|base|3.4.4|NA| +|base2grob|0.0.2|[https://cran.r-project.org/web/packages/base2grob/index.html](https://cran.r-project.org/web/packages/base2grob/index.html)| +|base64|2.0|[https://cran.r-project.org/web/packages/base64/index.html](https://cran.r-project.org/web/packages/base64/index.html)| +|base64enc|0.1-3|[https://cran.r-project.org/web/packages/base64enc/index.html](https://cran.r-project.org/web/packages/base64enc/index.html)| +|BayesDA|2012.04-1|[https://cran.r-project.org/web/packages/BayesDA/index.html](https://cran.r-project.org/web/packages/BayesDA/index.html)| +|BayesFactor|0.9.12-2|[https://cran.r-project.org/web/packages/BayesFactor/index.html](https://cran.r-project.org/web/packages/BayesFactor/index.html)| +|bayesGARCH|2.1.3|[https://cran.r-project.org/web/packages/bayesGARCH/index.html](https://cran.r-project.org/web/packages/bayesGARCH/index.html)| +|bayesm|3.1-0.1|[https://cran.r-project.org/web/packages/bayesm/index.html](https://cran.r-project.org/web/packages/bayesm/index.html)| +|bayesmix|0.7-4|[https://cran.r-project.org/web/packages/bayesmix/index.html](https://cran.r-project.org/web/packages/bayesmix/index.html)| +|bayesplot|1.5.0|[https://cran.r-project.org/web/packages/bayesplot/index.html](https://cran.r-project.org/web/packages/bayesplot/index.html)| +|bayesQR|2.3|[https://cran.r-project.org/web/packages/bayesQR/index.html](https://cran.r-project.org/web/packages/bayesQR/index.html)| +|bayesSurv|3.2|[https://cran.r-project.org/web/packages/bayesSurv/index.html](https://cran.r-project.org/web/packages/bayesSurv/index.html)| +|Bayesthresh|2.0.1|[https://cran.r-project.org/web/packages/Bayesthresh/index.html](https://cran.r-project.org/web/packages/Bayesthresh/index.html)| +|BayesTree|0.3-1.4|[https://cran.r-project.org/web/packages/BayesTree/index.html](https://cran.r-project.org/web/packages/BayesTree/index.html)| +|BayesValidate|0.0|[https://cran.r-project.org/web/packages/BayesValidate/index.html](https://cran.r-project.org/web/packages/BayesValidate/index.html)| +|BayesX|0.2-9|[https://cran.r-project.org/web/packages/BayesX/index.html](https://cran.r-project.org/web/packages/BayesX/index.html)| +|BayHaz|0.1-3|[https://cran.r-project.org/web/packages/BayHaz/index.html](https://cran.r-project.org/web/packages/BayHaz/index.html)| +|bbemkr|2.0|[https://cran.r-project.org/web/packages/bbemkr/index.html](https://cran.r-project.org/web/packages/bbemkr/index.html)| +|BCBCSF|1.0-1|[https://cran.r-project.org/web/packages/BCBCSF/index.html](https://cran.r-project.org/web/packages/BCBCSF/index.html)| +|BCE|2.1|[https://cran.r-project.org/web/packages/BCE/index.html](https://cran.r-project.org/web/packages/BCE/index.html)| +|bclust|1.5|[https://cran.r-project.org/web/packages/bclust/index.html](https://cran.r-project.org/web/packages/bclust/index.html)| +|bcp|4.0.0|[https://cran.r-project.org/web/packages/bcp/index.html](https://cran.r-project.org/web/packages/bcp/index.html)| +|BDgraph|2.45|[https://cran.r-project.org/web/packages/BDgraph/index.html](https://cran.r-project.org/web/packages/BDgraph/index.html)| +|beanplot|1.2|[https://cran.r-project.org/web/packages/beanplot/index.html](https://cran.r-project.org/web/packages/beanplot/index.html)| +|beeswarm|0.2.3|[https://cran.r-project.org/web/packages/beeswarm/index.html](https://cran.r-project.org/web/packages/beeswarm/index.html)| +|benford.analysis|0.1.4.1|[https://cran.r-project.org/web/packages/benford.analysis/index.html](https://cran.r-project.org/web/packages/benford.analysis/index.html)| +|BenfordTests|1.2.0|[https://cran.r-project.org/web/packages/BenfordTests/index.html](https://cran.r-project.org/web/packages/BenfordTests/index.html)| +|bfp|0.0-38|[https://cran.r-project.org/web/packages/bfp/index.html](https://cran.r-project.org/web/packages/bfp/index.html)| +|BH|1.66.0-1|[https://cran.r-project.org/web/packages/BH/index.html](https://cran.r-project.org/web/packages/BH/index.html)| +|biglm|0.9-1|[https://cran.r-project.org/web/packages/biglm/index.html](https://cran.r-project.org/web/packages/biglm/index.html)| +|bindr|0.1.1|[https://cran.r-project.org/web/packages/bindr/index.html](https://cran.r-project.org/web/packages/bindr/index.html)| +|bindrcpp|0.2.2|[https://cran.r-project.org/web/packages/bindrcpp/index.html](https://cran.r-project.org/web/packages/bindrcpp/index.html)| +|binom|1.1-1|[https://cran.r-project.org/web/packages/binom/index.html](https://cran.r-project.org/web/packages/binom/index.html)| +|bisoreg|1.4|[https://cran.r-project.org/web/packages/bisoreg/index.html](https://cran.r-project.org/web/packages/bisoreg/index.html)| +|bit|1.1-12|[https://cran.r-project.org/web/packages/bit/index.html](https://cran.r-project.org/web/packages/bit/index.html)| +|bit64|0.9-7|[https://cran.r-project.org/web/packages/bit64/index.html](https://cran.r-project.org/web/packages/bit64/index.html)| +|bitops|1.0-6|[https://cran.r-project.org/web/packages/bitops/index.html](https://cran.r-project.org/web/packages/bitops/index.html)| +|bizdays|1.0.6|[https://cran.r-project.org/web/packages/bizdays/index.html](https://cran.r-project.org/web/packages/bizdays/index.html)| +|blandr|0.5.1|[https://cran.r-project.org/web/packages/blandr/index.html](https://cran.r-project.org/web/packages/blandr/index.html)| +|blme|1.0-4|[https://cran.r-project.org/web/packages/blme/index.html](https://cran.r-project.org/web/packages/blme/index.html)| +|blob|1.1.1|[https://cran.r-project.org/web/packages/blob/index.html](https://cran.r-project.org/web/packages/blob/index.html)| +|BLR|1.4|[https://cran.r-project.org/web/packages/BLR/index.html](https://cran.r-project.org/web/packages/BLR/index.html)| +|BMA|3.18.8|[https://cran.r-project.org/web/packages/BMA/index.html](https://cran.r-project.org/web/packages/BMA/index.html)| +|Bmix|0.6|[https://cran.r-project.org/web/packages/Bmix/index.html](https://cran.r-project.org/web/packages/Bmix/index.html)| +|bmp|0.3|[https://cran.r-project.org/web/packages/bmp/index.html](https://cran.r-project.org/web/packages/bmp/index.html)| +|BMS|0.3.4|[https://cran.r-project.org/web/packages/BMS/index.html](https://cran.r-project.org/web/packages/BMS/index.html)| +|bnlearn|4.3|[https://cran.r-project.org/web/packages/bnlearn/index.html](https://cran.r-project.org/web/packages/bnlearn/index.html)| +|boa|1.1.8-2|[https://cran.r-project.org/web/packages/boa/index.html](https://cran.r-project.org/web/packages/boa/index.html)| +|bomrang|0.1.4|[https://cran.r-project.org/web/packages/bomrang/index.html](https://cran.r-project.org/web/packages/bomrang/index.html)| +|BoolNet|2.1.5|[https://cran.r-project.org/web/packages/BoolNet/index.html](https://cran.r-project.org/web/packages/BoolNet/index.html)| +|Boom|0.7|[https://cran.r-project.org/web/packages/Boom/index.html](https://cran.r-project.org/web/packages/Boom/index.html)| +|BoomSpikeSlab|0.9.0|[https://cran.r-project.org/web/packages/BoomSpikeSlab/index.html](https://cran.r-project.org/web/packages/BoomSpikeSlab/index.html)| +|boot|1.3-20|[https://cran.r-project.org/web/packages/boot/index.html](https://cran.r-project.org/web/packages/boot/index.html)| +|bootstrap|2017.2|[https://cran.r-project.org/web/packages/bootstrap/index.html](https://cran.r-project.org/web/packages/bootstrap/index.html)| +|Boruta|5.3.0|[https://cran.r-project.org/web/packages/Boruta/index.html](https://cran.r-project.org/web/packages/Boruta/index.html)| +|bqtl|1.0-32|[https://cran.r-project.org/web/packages/bqtl/index.html](https://cran.r-project.org/web/packages/bqtl/index.html)| +|BradleyTerry2|1.0-8|[https://cran.r-project.org/web/packages/BradleyTerry2/index.html](https://cran.r-project.org/web/packages/BradleyTerry2/index.html)| +|brew|1.0-6|[https://cran.r-project.org/web/packages/brew/index.html](https://cran.r-project.org/web/packages/brew/index.html)| +|brglm|0.6.1|[https://cran.r-project.org/web/packages/brglm/index.html](https://cran.r-project.org/web/packages/brglm/index.html)| +|broom|0.4.4|[https://cran.r-project.org/web/packages/broom/index.html](https://cran.r-project.org/web/packages/broom/index.html)| +|bspec|1.5|[https://cran.r-project.org/web/packages/bspec/index.html](https://cran.r-project.org/web/packages/bspec/index.html)| +|bspmma|0.1-1|[https://cran.r-project.org/web/packages/bspmma/index.html](https://cran.r-project.org/web/packages/bspmma/index.html)| +|bsts|0.7.1|[https://cran.r-project.org/web/packages/bsts/index.html](https://cran.r-project.org/web/packages/bsts/index.html)| +|bupaR|0.4.4|[https://cran.r-project.org/web/packages/bupaR/index.html](https://cran.r-project.org/web/packages/bupaR/index.html)| +|BVS|4.12.1|[https://cran.r-project.org/web/packages/BVS/index.html](https://cran.r-project.org/web/packages/BVS/index.html)| +|C50|0.1.1|[https://cran.r-project.org/web/packages/C50/index.html](https://cran.r-project.org/web/packages/C50/index.html)| +|Cairo|1.5-9|[https://cran.r-project.org/web/packages/Cairo/index.html](https://cran.r-project.org/web/packages/Cairo/index.html)| +|cairoDevice|2.24|[https://cran.r-project.org/web/packages/cairoDevice/index.html](https://cran.r-project.org/web/packages/cairoDevice/index.html)| +|calibrate|1.7.2|[https://cran.r-project.org/web/packages/calibrate/index.html](https://cran.r-project.org/web/packages/calibrate/index.html)| +|calibrator|1.2-6|[https://cran.r-project.org/web/packages/calibrator/index.html](https://cran.r-project.org/web/packages/calibrator/index.html)| +|callr|2.0.2|[https://cran.r-project.org/web/packages/callr/index.html](https://cran.r-project.org/web/packages/callr/index.html)| +|car|2.1-6|[https://cran.r-project.org/web/packages/car/index.html](https://cran.r-project.org/web/packages/car/index.html)| +|carData|3.0-1|[https://cran.r-project.org/web/packages/carData/index.html](https://cran.r-project.org/web/packages/carData/index.html)| +|caret|6.0-78|[https://cran.r-project.org/web/packages/caret/index.html](https://cran.r-project.org/web/packages/caret/index.html)| +|catnet|1.15.3|[https://cran.r-project.org/web/packages/catnet/index.html](https://cran.r-project.org/web/packages/catnet/index.html)| +|caTools|1.17.1|[https://cran.r-project.org/web/packages/caTools/index.html](https://cran.r-project.org/web/packages/caTools/index.html)| +|cclust|0.6-21|[https://cran.r-project.org/web/packages/cclust/index.html](https://cran.r-project.org/web/packages/cclust/index.html)| +|cellranger|1.1.0|[https://cran.r-project.org/web/packages/cellranger/index.html](https://cran.r-project.org/web/packages/cellranger/index.html)| +|ChainLadder|0.2.5|[https://cran.r-project.org/web/packages/ChainLadder/index.html](https://cran.r-project.org/web/packages/ChainLadder/index.html)| +|changepoint|2.2.2|[https://cran.r-project.org/web/packages/changepoint/index.html](https://cran.r-project.org/web/packages/changepoint/index.html)| +|checkmate|1.8.5|[https://cran.r-project.org/web/packages/checkmate/index.html](https://cran.r-project.org/web/packages/checkmate/index.html)| +|checkpoint|0.4.3|[https://cran.r-project.org/web/packages/checkpoint/index.html](https://cran.r-project.org/web/packages/checkpoint/index.html)| +|choroplethrMaps|1.0.1|[https://cran.r-project.org/web/packages/choroplethrMaps/index.html](https://cran.r-project.org/web/packages/choroplethrMaps/index.html)| +|chron|2.3-52|[https://cran.r-project.org/web/packages/chron/index.html](https://cran.r-project.org/web/packages/chron/index.html)| +|circlize|0.4.3|[https://cran.r-project.org/web/packages/circlize/index.html](https://cran.r-project.org/web/packages/circlize/index.html)| +|Ckmeans.1d.dp|4.2.1|[https://cran.r-project.org/web/packages/Ckmeans.1d.dp/index.html](https://cran.r-project.org/web/packages/Ckmeans.1d.dp/index.html)| +|class|7.3-14|[https://cran.r-project.org/web/packages/class/index.html](https://cran.r-project.org/web/packages/class/index.html)| +|classInt|0.3-3|[https://cran.r-project.org/web/packages/classInt/index.html](https://cran.r-project.org/web/packages/classInt/index.html)| +|CLI|1.0.0|[https://cran.r-project.org/web/packages/cli/index.html](https://cran.r-project.org/web/packages/cli/index.html)| +|ClickClust|1.1.5|[https://cran.r-project.org/web/packages/ClickClust/index.html](https://cran.r-project.org/web/packages/ClickClust/index.html)| +|clickstream|1.3.0|[https://cran.r-project.org/web/packages/clickstream/index.html](https://cran.r-project.org/web/packages/clickstream/index.html)| +|clue|0.3-54|[https://cran.r-project.org/web/packages/clue/index.html](https://cran.r-project.org/web/packages/clue/index.html)| +|cluster|2.0.6|[https://cran.r-project.org/web/packages/cluster/index.html](https://cran.r-project.org/web/packages/cluster/index.html)| +|clv|0.3-2.1|[https://cran.r-project.org/web/packages/clv/index.html](https://cran.r-project.org/web/packages/clv/index.html)| +|cmprsk|2.2-7|[https://cran.r-project.org/web/packages/cmprsk/index.html](https://cran.r-project.org/web/packages/cmprsk/index.html)| +|coda|0.19-1|[https://cran.r-project.org/web/packages/coda/index.html](https://cran.r-project.org/web/packages/coda/index.html)| +|codetools|0.2-15|[https://cran.r-project.org/web/packages/codetools/index.html](https://cran.r-project.org/web/packages/codetools/index.html)| +|coefplot|1.2.6|[https://cran.r-project.org/web/packages/coefplot/index.html](https://cran.r-project.org/web/packages/coefplot/index.html)| +|coin|1.2-2|[https://cran.r-project.org/web/packages/coin/index.html](https://cran.r-project.org/web/packages/coin/index.html)| +|collapsibleTree|0.1.6|[https://cran.r-project.org/web/packages/collapsibleTree/index.html](https://cran.r-project.org/web/packages/collapsibleTree/index.html)| +|colorRamps|2.3|[https://cran.r-project.org/web/packages/colorRamps/index.html](https://cran.r-project.org/web/packages/colorRamps/index.html)| +|colorspace|1.3-2|[https://cran.r-project.org/web/packages/colorspace/index.html](https://cran.r-project.org/web/packages/colorspace/index.html)| +|colourpicker|1.0|[https://cran.r-project.org/web/packages/colourpicker/index.html](https://cran.r-project.org/web/packages/colourpicker/index.html)| +|combinat|0.0-8|[https://cran.r-project.org/web/packages/combinat/index.html](https://cran.r-project.org/web/packages/combinat/index.html)| +|commonmark|1.4|[https://cran.r-project.org/web/packages/commonmark/index.html](https://cran.r-project.org/web/packages/commonmark/index.html)| +|compiler|3.4.4|NA| +|compositions|1.40-1|[https://cran.r-project.org/web/packages/compositions/index.html](https://cran.r-project.org/web/packages/compositions/index.html)| +|CORElearn|1.52.0|[https://cran.r-project.org/web/packages/CORElearn/index.html](https://cran.r-project.org/web/packages/CORElearn/index.html)| +|corpcor|1.6.9|[https://cran.r-project.org/web/packages/corpcor/index.html](https://cran.r-project.org/web/packages/corpcor/index.html)| +|corrgram|1.12|[https://cran.r-project.org/web/packages/corrgram/index.html](https://cran.r-project.org/web/packages/corrgram/index.html)| +|corrplot|0.84|[https://cran.r-project.org/web/packages/corrplot/index.html](https://cran.r-project.org/web/packages/corrplot/index.html)| +|covr|3.0.1|[https://cran.r-project.org/web/packages/covr/index.html](https://cran.r-project.org/web/packages/covr/index.html)| +|cowplot|0.9.2|[https://cran.r-project.org/web/packages/cowplot/index.html](https://cran.r-project.org/web/packages/cowplot/index.html)| +|cplm|0.7-5|[https://cran.r-project.org/web/packages/cplm/index.html](https://cran.r-project.org/web/packages/cplm/index.html)| +|cpp11|0.4.2|[https://cran.r-project.org/web/packages/cpp11/index.html](https://cran.r-project.org/web/packages/cpp11/index.html)| +|crayon|1.3.4|[https://cran.r-project.org/web/packages/crayon/index.html](https://cran.r-project.org/web/packages/crayon/index.html)| +|crosstalk|1.0.0|[https://cran.r-project.org/web/packages/crosstalk/index.html](https://cran.r-project.org/web/packages/crosstalk/index.html)| +|cslogistic|0.1-3|[https://cran.r-project.org/web/packages/cslogistic/index.html](https://cran.r-project.org/web/packages/cslogistic/index.html)| +|cts|1.0-21|[https://cran.r-project.org/web/packages/cts/index.html](https://cran.r-project.org/web/packages/cts/index.html)| +|ctv|0.8-4|[https://cran.r-project.org/web/packages/ctv/index.html](https://cran.r-project.org/web/packages/ctv/index.html)| +|cubature|1.3-11|[https://cran.r-project.org/web/packages/cubature/index.html](https://cran.r-project.org/web/packages/cubature/index.html)| +|Cubist|0.2.1|[https://cran.r-project.org/web/packages/Cubist/index.html](https://cran.r-project.org/web/packages/Cubist/index.html)| +|curl|3.2|[https://cran.r-project.org/web/packages/curl/index.html](https://cran.r-project.org/web/packages/curl/index.html)| +|CVST|0.2-1|[https://cran.r-project.org/web/packages/CVST/index.html](https://cran.r-project.org/web/packages/CVST/index.html)| +|cvTools|0.3.2|[https://cran.r-project.org/web/packages/cvTools/index.html](https://cran.r-project.org/web/packages/cvTools/index.html)| +|d3heatmap|0.6.1.2|[https://cran.r-project.org/web/packages/d3heatmap/index.html](https://cran.r-project.org/web/packages/d3heatmap/index.html)| +|d3Network|0.5.2.1|[https://cran.r-project.org/web/packages/d3Network/index.html](https://cran.r-project.org/web/packages/d3Network/index.html)| +|d3r|0.8.0|[https://cran.r-project.org/web/packages/d3r/index.html](https://cran.r-project.org/web/packages/d3r/index.html)| +|data.table|1.12.6|[https://cran.r-project.org/web/packages/data.table/index.html](https://cran.r-project.org/web/packages/data.table/index.html)| +|data.tree|0.7.5|[https://cran.r-project.org/web/packages/data.tree/index.html](https://cran.r-project.org/web/packages/data.tree/index.html)| +|datasauRus|0.1.4|[https://cran.r-project.org/web/packages/datasauRus/index.html](https://cran.r-project.org/web/packages/datasauRus/index.html)| +|semantic models|3.4.4|NA| +|date|1.2-38|[https://cran.r-project.org/web/packages/date/index.html](https://cran.r-project.org/web/packages/date/index.html)| +|DBI|0.8|[https://cran.r-project.org/web/packages/DBI/index.html](https://cran.r-project.org/web/packages/DBI/index.html)| +|dbplyr|1.2.1|[https://cran.r-project.org/web/packages/dbplyr/index.html](https://cran.r-project.org/web/packages/dbplyr/index.html)| +|dbscan|1.1-1|[https://cran.r-project.org/web/packages/dbscan/index.html](https://cran.r-project.org/web/packages/dbscan/index.html)| +|dclone|2.2-0|[https://cran.r-project.org/web/packages/dclone/index.html](https://cran.r-project.org/web/packages/dclone/index.html)| +|ddalpha|1.3.1.1|[https://cran.r-project.org/web/packages/ddalpha/index.html](https://cran.r-project.org/web/packages/ddalpha/index.html)| +|deal|1.2-37|[https://cran.r-project.org/web/packages/deal/index.html](https://cran.r-project.org/web/packages/deal/index.html)| +|debugme|1.1.0|[https://cran.r-project.org/web/packages/debugme/index.html](https://cran.r-project.org/web/packages/debugme/index.html)| +|deepnet|0.2|[https://cran.r-project.org/web/packages/deepnet/index.html](https://cran.r-project.org/web/packages/deepnet/index.html)| +|deldir|0.1-14|[https://cran.r-project.org/web/packages/deldir/index.html](https://cran.r-project.org/web/packages/deldir/index.html)| +|dendextend|1.12.0|[https://cran.r-project.org/web/packages/dendextend/index.html](https://cran.r-project.org/web/packages/dendextend/index.html)| +|DEoptimR|1.0-8|[https://cran.r-project.org/web/packages/DEoptimR/index.html](https://cran.r-project.org/web/packages/DEoptimR/index.html)| +|deployrRserve|9.0.0|NA| +|Deriv|3.8.4|[https://cran.r-project.org/web/packages/Deriv/index.html](https://cran.r-project.org/web/packages/Deriv/index.html)| +|desc|1.1.1|[https://cran.r-project.org/web/packages/desc/index.html](https://cran.r-project.org/web/packages/desc/index.html)| +|descr|1.1.4|[https://cran.r-project.org/web/packages/descr/index.html](https://cran.r-project.org/web/packages/descr/index.html)| +|deSolve|1.20|[https://cran.r-project.org/web/packages/deSolve/index.html](https://cran.r-project.org/web/packages/deSolve/index.html)| +|devtools|1.13.5|[https://cran.r-project.org/web/packages/devtools/index.html](https://cran.r-project.org/web/packages/devtools/index.html)| +|DiagrammeR|1.0.0|[https://cran.r-project.org/web/packages/DiagrammeR/index.html](https://cran.r-project.org/web/packages/DiagrammeR/index.html)| +|DiagrammeRsvg|0.1|[https://cran.r-project.org/web/packages/DiagrammeRsvg/index.html](https://cran.r-project.org/web/packages/DiagrammeRsvg/index.html)| +|dichromat|2.0-0|[https://cran.r-project.org/web/packages/dichromat/index.html](https://cran.r-project.org/web/packages/dichromat/index.html)| +|digest|0.6.15|[https://cran.r-project.org/web/packages/digest/index.html](https://cran.r-project.org/web/packages/digest/index.html)| +|dimRed|0.1.0|[https://cran.r-project.org/web/packages/dimRed/index.html](https://cran.r-project.org/web/packages/dimRed/index.html)| +|diptest|0.75-7|[https://cran.r-project.org/web/packages/diptest/index.html](https://cran.r-project.org/web/packages/diptest/index.html)| +|distcrete|1.0.3|[https://cran.r-project.org/web/packages/distcrete/index.html](https://cran.r-project.org/web/packages/distcrete/index.html)| +|DistributionUtils|0.6-0|[https://cran.r-project.org/web/packages/DistributionUtils/index.html](https://cran.r-project.org/web/packages/DistributionUtils/index.html)| +|distrom|1.0|[https://cran.r-project.org/web/packages/distrom/index.html](https://cran.r-project.org/web/packages/distrom/index.html)| +|dlm|1.1-4|[https://cran.r-project.org/web/packages/dlm/index.html](https://cran.r-project.org/web/packages/dlm/index.html)| +|DMwR|0.4.1|[https://cran.r-project.org/web/packages/DMwR/index.html](https://cran.r-project.org/web/packages/DMwR/index.html)| +|doBy|4.6-1|[https://cran.r-project.org/web/packages/doBy/index.html](https://cran.r-project.org/web/packages/doBy/index.html)| +|doParallel|1.0.12|[https://cran.r-project.org/web/packages/doParallel/index.html](https://cran.r-project.org/web/packages/doParallel/index.html)| +|doSNOW|1.0.16|[https://cran.r-project.org/web/packages/doSNOW/index.html](https://cran.r-project.org/web/packages/doSNOW/index.html)| +|dotCall64|0.9-5.2|[https://cran.r-project.org/web/packages/dotCall64/index.html](https://cran.r-project.org/web/packages/dotCall64/index.html)| +|downloader|0.4|[https://cran.r-project.org/web/packages/downloader/index.html](https://cran.r-project.org/web/packages/downloader/index.html)| +|dplyr|0.8.3|[https://cran.r-project.org/web/packages/dplyr/index.html](https://cran.r-project.org/web/packages/dplyr/index.html)| +|DPpackage|1.1-7.4|[https://cran.r-project.org/web/packages/DPpackage/index.html](https://cran.r-project.org/web/packages/DPpackage/index.html)| +|DRR|0.0.3|[https://cran.r-project.org/web/packages/DRR/index.html](https://cran.r-project.org/web/packages/DRR/index.html)| +|dse|2015.12-1|[https://cran.r-project.org/web/packages/dse/index.html](https://cran.r-project.org/web/packages/dse/index.html)| +|DT|0.4|[https://cran.r-project.org/web/packages/DT/index.html](https://cran.r-project.org/web/packages/DT/index.html)| +|dtt|0.1-2|[https://cran.r-project.org/web/packages/dtt/index.html](https://cran.r-project.org/web/packages/dtt/index.html)| +|dtw|1.18-1|[https://cran.r-project.org/web/packages/dtw/index.html](https://cran.r-project.org/web/packages/dtw/index.html)| +|dygraphs|1.1.1.4|[https://cran.r-project.org/web/packages/dygraphs/index.html](https://cran.r-project.org/web/packages/dygraphs/index.html)| +|dynlm|0.3-5|[https://cran.r-project.org/web/packages/dynlm/index.html](https://cran.r-project.org/web/packages/dynlm/index.html)| +|e1071|1.6-8|[https://cran.r-project.org/web/packages/e1071/index.html](https://cran.r-project.org/web/packages/e1071/index.html)| +|earth|4.6.2|[https://cran.r-project.org/web/packages/earth/index.html](https://cran.r-project.org/web/packages/earth/index.html)| +|EbayesThresh|1.4-12|[https://cran.r-project.org/web/packages/EbayesThresh/index.html](https://cran.r-project.org/web/packages/EbayesThresh/index.html)| +|ebdbNet|1.2.5|[https://cran.r-project.org/web/packages/ebdbNet/index.html](https://cran.r-project.org/web/packages/ebdbNet/index.html)| +|ecm|4.4.0|[https://cran.r-project.org/web/packages/ecm/index.html](https://cran.r-project.org/web/packages/ecm/index.html)| +|edeaR|0.8.0|[https://cran.r-project.org/web/packages/edeaR/index.html](https://cran.r-project.org/web/packages/edeaR/index.html)| +|effects|4.0-1|[https://cran.r-project.org/web/packages/effects/index.html](https://cran.r-project.org/web/packages/effects/index.html)| +|ellipse|0.4.1|[https://cran.r-project.org/web/packages/ellipse/index.html](https://cran.r-project.org/web/packages/ellipse/index.html)| +|ellipsis|0.3.0|[https://cran.r-project.org/web/packages/ellipsis/index.html](https://cran.r-project.org/web/packages/ellipsis/index.html)| +|emmeans|1.1.2|[https://cran.r-project.org/web/packages/emmeans/index.html](https://cran.r-project.org/web/packages/emmeans/index.html)| +|emulator|1.2-15|[https://cran.r-project.org/web/packages/emulator/index.html](https://cran.r-project.org/web/packages/emulator/index.html)| +|energy|1.7-2|[https://cran.r-project.org/web/packages/energy/index.html](https://cran.r-project.org/web/packages/energy/index.html)| +|english|1.2-3|[https://cran.r-project.org/web/packages/english/index.html](https://cran.r-project.org/web/packages/english/index.html)| +|ensembleBMA|5.1.5|[https://cran.r-project.org/web/packages/ensembleBMA/index.html](https://cran.r-project.org/web/packages/ensembleBMA/index.html)| +|entropy|1.2.1|[https://cran.r-project.org/web/packages/entropy/index.html](https://cran.r-project.org/web/packages/entropy/index.html)| +|epitools|0.5-10.1|[https://cran.r-project.org/web/packages/epitools/index.html](https://cran.r-project.org/web/packages/epitools/index.html)| +|epitrix|0.2.2|[https://cran.r-project.org/web/packages/epitrix/index.html](https://cran.r-project.org/web/packages/epitrix/index.html)| +|estimability|1.3|[https://cran.r-project.org/web/packages/estimability/index.html](https://cran.r-project.org/web/packages/estimability/index.html)| +|eulerr|5.1.0|[https://cran.r-project.org/web/packages/eulerr/index.html](https://cran.r-project.org/web/packages/eulerr/index.html)| +|EvalEst|2015.4-2|[https://cran.r-project.org/web/packages/EvalEst/index.html](https://cran.r-project.org/web/packages/EvalEst/index.html)| +|evaluate|0.10.1|[https://cran.r-project.org/web/packages/evaluate/index.html](https://cran.r-project.org/web/packages/evaluate/index.html)| +|evd|2.3-2|[https://cran.r-project.org/web/packages/evd/index.html](https://cran.r-project.org/web/packages/evd/index.html)| +|evdbayes|1.1-1|[https://cran.r-project.org/web/packages/evdbayes/index.html](https://cran.r-project.org/web/packages/evdbayes/index.html)| +|eventdataR|0.2.0|[https://cran.r-project.org/web/packages/eventdataR/index.html](https://cran.r-project.org/web/packages/eventdataR/index.html)| +|exactLoglinTest|1.4.2|[https://cran.r-project.org/web/packages/exactLoglinTest/index.html](https://cran.r-project.org/web/packages/exactLoglinTest/index.html)| +|exactRankTests|0.8-29|[https://cran.r-project.org/web/packages/exactRankTests/index.html](https://cran.r-project.org/web/packages/exactRankTests/index.html)| +|expint|0.1-4|[https://cran.r-project.org/web/packages/expint/index.html](https://cran.r-project.org/web/packages/expint/index.html)| +|expm|0.999-2|[https://cran.r-project.org/web/packages/expm/index.html](https://cran.r-project.org/web/packages/expm/index.html)| +|extraDistr|1.8.8|[https://cran.r-project.org/web/packages/extraDistr/index.html](https://cran.r-project.org/web/packages/extraDistr/index.html)| +|extrafont|0.17|[https://cran.r-project.org/web/packages/extrafont/index.html](https://cran.r-project.org/web/packages/extrafont/index.html)| +|extrafontdb|1.0|[https://cran.r-project.org/web/packages/extrafontdb/index.html](https://cran.r-project.org/web/packages/extrafontdb/index.html)| +|extremevalues|2.3.2|[https://cran.r-project.org/web/packages/extremevalues/index.html](https://cran.r-project.org/web/packages/extremevalues/index.html)| +|ez|4.4-0|[https://cran.r-project.org/web/packages/ez/index.html](https://cran.r-project.org/web/packages/ez/index.html)| +|factoextra|1.0.5|[https://cran.r-project.org/web/packages/factoextra/index.html](https://cran.r-project.org/web/packages/factoextra/index.html)| +|FactoMineR|1.40|[https://cran.r-project.org/web/packages/FactoMineR/index.html](https://cran.r-project.org/web/packages/FactoMineR/index.html)| +|factorQR|0.1-4|[https://cran.r-project.org/web/packages/factorQR/index.html](https://cran.r-project.org/web/packages/factorQR/index.html)| +|fansi|0.4.0|[https://cran.r-project.org/web/packages/fansi/index.html](https://cran.r-project.org/web/packages/fansi/index.html)| +|faoutlier|0.7.2|[https://cran.r-project.org/web/packages/faoutlier/index.html](https://cran.r-project.org/web/packages/faoutlier/index.html)| +|farver|1.1.0|[https://cran.r-project.org/web/packages/farver/index.html](https://cran.r-project.org/web/packages/farver/index.html)| +|fastICA|1.2-1|[https://cran.r-project.org/web/packages/fastICA/index.html](https://cran.r-project.org/web/packages/fastICA/index.html)| +|fastmatch|1.1-0|[https://cran.r-project.org/web/packages/fastmatch/index.html](https://cran.r-project.org/web/packages/fastmatch/index.html)| +|fBasics|3042.89|[https://cran.r-project.org/web/packages/fBasics/index.html](https://cran.r-project.org/web/packages/fBasics/index.html)| +|fdrtool|1.2.15|[https://cran.r-project.org/web/packages/fdrtool/index.html](https://cran.r-project.org/web/packages/fdrtool/index.html)| +|fGarch|3042.83.1|[https://cran.r-project.org/web/packages/fGarch/index.html](https://cran.r-project.org/web/packages/fGarch/index.html)| +|fields|9.6|[https://cran.r-project.org/web/packages/fields/index.html](https://cran.r-project.org/web/packages/fields/index.html)| +|filehash|2.4-1|[https://cran.r-project.org/web/packages/filehash/index.html](https://cran.r-project.org/web/packages/filehash/index.html)| +|FinCal|0.6.3|[https://cran.r-project.org/web/packages/FinCal/index.html](https://cran.r-project.org/web/packages/FinCal/index.html)| +|fitdistrplus|1.0-9|[https://cran.r-project.org/web/packages/fitdistrplus/index.html](https://cran.r-project.org/web/packages/fitdistrplus/index.html)| +|flashClust|1.01-2|[https://cran.r-project.org/web/packages/flashClust/index.html](https://cran.r-project.org/web/packages/flashClust/index.html)| +|flexclust|1.3-5|[https://cran.r-project.org/web/packages/flexclust/index.html](https://cran.r-project.org/web/packages/flexclust/index.html)| +|flexmix|2.3-14|[https://cran.r-project.org/web/packages/flexmix/index.html](https://cran.r-project.org/web/packages/flexmix/index.html)| +|FME|1.3.5|[https://cran.r-project.org/web/packages/FME/index.html](https://cran.r-project.org/web/packages/FME/index.html)| +|fmsb|0.6.1|[https://cran.r-project.org/web/packages/fmsb/index.html](https://cran.r-project.org/web/packages/fmsb/index.html)| +|FNN|1.1|[https://cran.r-project.org/web/packages/FNN/index.html](https://cran.r-project.org/web/packages/FNN/index.html)| +|fontBitstreamVera|0.1.1|[https://cran.r-project.org/web/packages/fontBitstreamVera/index.html](https://cran.r-project.org/web/packages/fontBitstreamVera/index.html)| +|fontLiberation|0.1.0|[https://cran.r-project.org/web/packages/fontLiberation/index.html](https://cran.r-project.org/web/packages/fontLiberation/index.html)| +|fontquiver|0.2.1|[https://cran.r-project.org/web/packages/fontquiver/index.html](https://cran.r-project.org/web/packages/fontquiver/index.html)| +|forcats|0.3.0|[https://cran.r-project.org/web/packages/forcats/index.html](https://cran.r-project.org/web/packages/forcats/index.html)| +|foreach|1.4.4|[https://cran.r-project.org/web/packages/foreach/index.html](https://cran.r-project.org/web/packages/foreach/index.html)| +|forecast|8.7|[https://cran.r-project.org/web/packages/forecast/index.html](https://cran.r-project.org/web/packages/forecast/index.html)| +|forecastHybrid|2.1.11|[https://cran.r-project.org/web/packages/forecastHybrid/index.html](https://cran.r-project.org/web/packages/forecastHybrid/index.html)| +|foreign|0.8-69|[https://cran.r-project.org/web/packages/foreign/index.html](https://cran.r-project.org/web/packages/foreign/index.html)| +|formatR|1.5|[https://cran.r-project.org/web/packages/formatR/index.html](https://cran.r-project.org/web/packages/formatR/index.html)| +|formattable|0.2.0.1|[https://cran.r-project.org/web/packages/formattable/index.html](https://cran.r-project.org/web/packages/formattable/index.html)| +|Formula|1.2-2|[https://cran.r-project.org/web/packages/Formula/index.html](https://cran.r-project.org/web/packages/Formula/index.html)| +|fpc|2.1-11|[https://cran.r-project.org/web/packages/fpc/index.html](https://cran.r-project.org/web/packages/fpc/index.html)| +|fracdiff|1.4-2|[https://cran.r-project.org/web/packages/fracdiff/index.html](https://cran.r-project.org/web/packages/fracdiff/index.html)| +|fTrading|3042.79|[https://cran.r-project.org/web/packages/fTrading/index.html](https://cran.r-project.org/web/packages/fTrading/index.html)| +|fUnitRoots|3042.79|[https://cran.r-project.org/web/packages/fUnitRoots/index.html](https://cran.r-project.org/web/packages/fUnitRoots/index.html)| +|futile.logger|1.4.3|[https://cran.r-project.org/web/packages/futile.logger/index.html](https://cran.r-project.org/web/packages/futile.logger/index.html)| +|futile.options|1.0.0|[https://cran.r-project.org/web/packages/futile.options/index.html](https://cran.r-project.org/web/packages/futile.options/index.html)| +|future|1.15.0|[https://cran.r-project.org/web/packages/future/index.html](https://cran.r-project.org/web/packages/future/index.html)| +|future.apply|1.3.0|[https://cran.r-project.org/web/packages/future.apply/index.html](https://cran.r-project.org/web/packages/future.apply/index.html)| +|gam|1.15|[https://cran.r-project.org/web/packages/gam/index.html](https://cran.r-project.org/web/packages/gam/index.html)| +|gamlr|1.13-4|[https://cran.r-project.org/web/packages/gamlr/index.html](https://cran.r-project.org/web/packages/gamlr/index.html)| +|gamlss|5.0-6|[https://cran.r-project.org/web/packages/gamlss/index.html](https://cran.r-project.org/web/packages/gamlss/index.html)| +|gamlss.data|5.0-0|[https://cran.r-project.org/web/packages/gamlss.data/index.html](https://cran.r-project.org/web/packages/gamlss.data/index.html)| +|gamlss.dist|5.0-4|[https://cran.r-project.org/web/packages/gamlss.dist/index.html](https://cran.r-project.org/web/packages/gamlss.dist/index.html)| +|gbm|2.1.3|[https://cran.r-project.org/web/packages/gbm/index.html](https://cran.r-project.org/web/packages/gbm/index.html)| +|gclus|1.3.1|[https://cran.r-project.org/web/packages/gclus/index.html](https://cran.r-project.org/web/packages/gclus/index.html)| +|gdalUtils|2.0.1.7|[https://cran.r-project.org/web/packages/gdalUtils/index.html](https://cran.r-project.org/web/packages/gdalUtils/index.html)| +|gdata|2.18.0|[https://cran.r-project.org/web/packages/gdata/index.html](https://cran.r-project.org/web/packages/gdata/index.html)| +|gdtools|0.1.7|[https://cran.r-project.org/web/packages/gdtools/index.html](https://cran.r-project.org/web/packages/gdtools/index.html)| +|gee|4.13-19|[https://cran.r-project.org/web/packages/gee/index.html](https://cran.r-project.org/web/packages/gee/index.html)| +|genalg|0.2.0|[https://cran.r-project.org/web/packages/genalg/index.html](https://cran.r-project.org/web/packages/genalg/index.html)| +|generics|0.1.2|[https://cran.r-project.org/web/packages/generics/index.html](https://cran.r-project.org/web/packages/generics/index.html)| +|genetics|1.3.8.1|[https://cran.r-project.org/web/packages/genetics/index.html](https://cran.r-project.org/web/packages/genetics/index.html)| +|GenSA|1.1.7|[https://cran.r-project.org/web/packages/GenSA/index.html](https://cran.r-project.org/web/packages/GenSA/index.html)| +|geojson|0.2.0|[https://cran.r-project.org/web/packages/geojson/index.html](https://cran.r-project.org/web/packages/geojson/index.html)| +|geojsonio|0.6.0|[https://cran.r-project.org/web/packages/geojsonio/index.html](https://cran.r-project.org/web/packages/geojsonio/index.html)| +|geojsonlint|0.2.0|[https://cran.r-project.org/web/packages/geojsonlint/index.html](https://cran.r-project.org/web/packages/geojsonlint/index.html)| +|geoR|1.7-5.2|[https://cran.r-project.org/web/packages/geoR/index.html](https://cran.r-project.org/web/packages/geoR/index.html)| +|geoRglm|0.9-11|[https://cran.r-project.org/web/packages/geoRglm/index.html](https://cran.r-project.org/web/packages/geoRglm/index.html)| +|geosphere|1.5-7|[https://cran.r-project.org/web/packages/geosphere/index.html](https://cran.r-project.org/web/packages/geosphere/index.html)| +|GGally|2.0.0|[https://cran.r-project.org/web/packages/GGally/index.html](https://cran.r-project.org/web/packages/GGally/index.html)| +|ggalt|0.4.0|[https://cran.r-project.org/web/packages/ggalt/index.html](https://cran.r-project.org/web/packages/ggalt/index.html)| +|gganimate|1.0.3|[https://cran.r-project.org/web/packages/gganimate/index.html](https://cran.r-project.org/web/packages/gganimate/index.html)| +|ggcorrplot|0.1.1|[https://cran.r-project.org/web/packages/ggcorrplot/index.html](https://cran.r-project.org/web/packages/ggcorrplot/index.html)| +|ggdendro|0.1-20|[https://cran.r-project.org/web/packages/ggdendro/index.html](https://cran.r-project.org/web/packages/ggdendro/index.html)| +|ggeffects|0.3.2|[https://cran.r-project.org/web/packages/ggeffects/index.html](https://cran.r-project.org/web/packages/ggeffects/index.html)| +|ggExtra|0.9|[https://cran.r-project.org/web/packages/ggExtra/index.html](https://cran.r-project.org/web/packages/ggExtra/index.html)| +|ggforce|0.1.1|[https://cran.r-project.org/web/packages/ggforce/index.html](https://cran.r-project.org/web/packages/ggforce/index.html)| +|ggformula|0.6.2|[https://cran.r-project.org/web/packages/ggformula/index.html](https://cran.r-project.org/web/packages/ggformula/index.html)| +|ggfortify|0.4.3|[https://cran.r-project.org/web/packages/ggfortify/index.html](https://cran.r-project.org/web/packages/ggfortify/index.html)| +|gghighlight|0.3.0|[https://cran.r-project.org/web/packages/gghighlight/index.html](https://cran.r-project.org/web/packages/gghighlight/index.html)| +|ggimage|0.1.2|[https://cran.r-project.org/web/packages/ggimage/index.html](https://cran.r-project.org/web/packages/ggimage/index.html)| +|ggiraph|0.6.1|[https://cran.r-project.org/web/packages/ggiraph/index.html](https://cran.r-project.org/web/packages/ggiraph/index.html)| +|ggjoy|0.4.0|[https://cran.r-project.org/web/packages/ggjoy/index.html](https://cran.r-project.org/web/packages/ggjoy/index.html)| +|ggm|2.3|[https://cran.r-project.org/web/packages/ggm/index.html](https://cran.r-project.org/web/packages/ggm/index.html)| +|ggmap|3.0.0|[https://cran.r-project.org/web/packages/ggmap/index.html](https://cran.r-project.org/web/packages/ggmap/index.html)| +|ggmcmc|1.1|[https://cran.r-project.org/web/packages/ggmcmc/index.html](https://cran.r-project.org/web/packages/ggmcmc/index.html)| +|ggplot2|3.3.3|[https://cran.r-project.org/web/packages/ggplot2/index.html](https://cran.r-project.org/web/packages/ggplot2/index.html)| +|ggplot2movies|0.0.1|[https://cran.r-project.org/web/packages/ggplot2movies/index.html](https://cran.r-project.org/web/packages/ggplot2movies/index.html)| +|ggpmisc|0.2.16|[https://cran.r-project.org/web/packages/ggpmisc/index.html](https://cran.r-project.org/web/packages/ggpmisc/index.html)| +|ggpubr|0.2.3|[https://cran.r-project.org/web/packages/ggpubr/index.html](https://cran.r-project.org/web/packages/ggpubr/index.html)| +|ggQC|0.0.31|[https://cran.r-project.org/web/packages/ggQC/index.html](https://cran.r-project.org/web/packages/ggQC/index.html)| +|ggRandomForests|2.0.1|[https://cran.r-project.org/web/packages/ggRandomForests/index.html](https://cran.r-project.org/web/packages/ggRandomForests/index.html)| +|ggraph|1.0.1|[https://cran.r-project.org/web/packages/ggraph/index.html](https://cran.r-project.org/web/packages/ggraph/index.html)| +|ggrepel|0.8.0|[https://cran.r-project.org/web/packages/ggrepel/index.html](https://cran.r-project.org/web/packages/ggrepel/index.html)| +|ggridges|0.4.1|[https://cran.r-project.org/web/packages/ggridges/index.html](https://cran.r-project.org/web/packages/ggridges/index.html)| +|ggsci|2.8|[https://cran.r-project.org/web/packages/ggsci/index.html](https://cran.r-project.org/web/packages/ggsci/index.html)| +|ggsignif|0.4.0|[https://cran.r-project.org/web/packages/ggsignif/index.html](https://cran.r-project.org/web/packages/ggsignif/index.html)| +|ggsoccer|0.1.4|[https://cran.r-project.org/web/packages/ggsoccer/index.html](https://cran.r-project.org/web/packages/ggsoccer/index.html)| +|ggstance|0.3|[https://cran.r-project.org/web/packages/ggstance/index.html](https://cran.r-project.org/web/packages/ggstance/index.html)| +|ggtern|2.2.1|[https://cran.r-project.org/web/packages/ggtern/index.html](https://cran.r-project.org/web/packages/ggtern/index.html)| +|ggthemes|3.4.0|[https://cran.r-project.org/web/packages/ggthemes/index.html](https://cran.r-project.org/web/packages/ggthemes/index.html)| +|gistr|0.4.0|[https://cran.r-project.org/web/packages/gistr/index.html](https://cran.r-project.org/web/packages/gistr/index.html)| +|git2r|0.21.0|[https://cran.r-project.org/web/packages/git2r/index.html](https://cran.r-project.org/web/packages/git2r/index.html)| +|glasso|1.8|[https://cran.r-project.org/web/packages/glasso/index.html](https://cran.r-project.org/web/packages/glasso/index.html)| +|glmmBUGS|2.4.0|[https://cran.r-project.org/web/packages/glmmBUGS/index.html](https://cran.r-project.org/web/packages/glmmBUGS/index.html)| +|glmmTMB|0.2.0|[https://cran.r-project.org/web/packages/glmmTMB/index.html](https://cran.r-project.org/web/packages/glmmTMB/index.html)| +|glmnet|2.0-13|[https://cran.r-project.org/web/packages/glmnet/index.html](https://cran.r-project.org/web/packages/glmnet/index.html)| +|GlobalOptions|0.0.13|[https://cran.r-project.org/web/packages/GlobalOptions/index.html](https://cran.r-project.org/web/packages/GlobalOptions/index.html)| +|globals|0.12.4|[https://cran.r-project.org/web/packages/globals/index.html](https://cran.r-project.org/web/packages/globals/index.html)| +|glue|1.3.1|[https://cran.r-project.org/web/packages/glue/index.html](https://cran.r-project.org/web/packages/glue/index.html)| +|gmodels|2.16.2|[https://cran.r-project.org/web/packages/gmodels/index.html](https://cran.r-project.org/web/packages/gmodels/index.html)| +|gmp|0.5-13.1|[https://cran.r-project.org/web/packages/gmp/index.html](https://cran.r-project.org/web/packages/gmp/index.html)| +|gnm|1.0-8|[https://cran.r-project.org/web/packages/gnm/index.html](https://cran.r-project.org/web/packages/gnm/index.html)| +|goftest|1.1-1|[https://cran.r-project.org/web/packages/goftest/index.html](https://cran.r-project.org/web/packages/goftest/index.html)| +|googleVis|0.6.2|[https://cran.r-project.org/web/packages/googleVis/index.html](https://cran.r-project.org/web/packages/googleVis/index.html)| +|gower|0.1.2|[https://cran.r-project.org/web/packages/gower/index.html](https://cran.r-project.org/web/packages/gower/index.html)| +|GPArotation|2014.11-1|[https://cran.r-project.org/web/packages/GPArotation/index.html](https://cran.r-project.org/web/packages/GPArotation/index.html)| +|gplots|3.0.1|[https://cran.r-project.org/web/packages/gplots/index.html](https://cran.r-project.org/web/packages/gplots/index.html)| +|graphics|3.4.4|NA| +|grDevices|3.4.4|NA| +|grid|3.4.4|NA| +|gridBase|0.4-7|[https://cran.r-project.org/web/packages/gridBase/index.html](https://cran.r-project.org/web/packages/gridBase/index.html)| +|gridExtra|2.3|[https://cran.r-project.org/web/packages/gridExtra/index.html](https://cran.r-project.org/web/packages/gridExtra/index.html)| +|gridGraphics|0.2-1|[https://cran.r-project.org/web/packages/gridGraphics/index.html](https://cran.r-project.org/web/packages/gridGraphics/index.html)| +|growcurves|0.2.4.1|[https://cran.r-project.org/web/packages/growcurves/index.html](https://cran.r-project.org/web/packages/growcurves/index.html)| +|grpreg|3.1-2|[https://cran.r-project.org/web/packages/grpreg/index.html](https://cran.r-project.org/web/packages/grpreg/index.html)| +|gss|2.1-7|[https://cran.r-project.org/web/packages/gss/index.html](https://cran.r-project.org/web/packages/gss/index.html)| +|gstat|1.1-5|[https://cran.r-project.org/web/packages/gstat/index.html](https://cran.r-project.org/web/packages/gstat/index.html)| +|gsubfn|0.7|[https://cran.r-project.org/web/packages/gsubfn/index.html](https://cran.r-project.org/web/packages/gsubfn/index.html)| +|gtable|0.2.0|[https://cran.r-project.org/web/packages/gtable/index.html](https://cran.r-project.org/web/packages/gtable/index.html)| +|gtools|3.5.0|[https://cran.r-project.org/web/packages/gtools/index.html](https://cran.r-project.org/web/packages/gtools/index.html)| +|gtrendsR|1.4.3|[https://cran.r-project.org/web/packages/gtrendsR/index.html](https://cran.r-project.org/web/packages/gtrendsR/index.html)| +|gWidgets|0.0-54|[https://cran.r-project.org/web/packages/gWidgets/index.html](https://cran.r-project.org/web/packages/gWidgets/index.html)| +|gWidgetsRGtk2|0.0-86|[https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html](https://cran.r-project.org/web/packages/gWidgetsRGtk2/index.html)| +|gWidgetstcltk|0.0-55|[https://cran.r-project.org/web/packages/gWidgetstcltk/index.html](https://cran.r-project.org/web/packages/gWidgetstcltk/index.html)| +|haplo.stats|1.7.7|[https://cran.r-project.org/web/packages/haplo.stats/index.html](https://cran.r-project.org/web/packages/haplo.stats/index.html)| +|hash|2.2.6|[https://cran.r-project.org/web/packages/hash/index.html](https://cran.r-project.org/web/packages/hash/index.html)| +|haven|1.1.1|[https://cran.r-project.org/web/packages/haven/index.html](https://cran.r-project.org/web/packages/haven/index.html)| +|hbsae|1.0|[https://cran.r-project.org/web/packages/hbsae/index.html](https://cran.r-project.org/web/packages/hbsae/index.html)| +|HDInterval|0.2.0|[https://cran.r-project.org/web/packages/HDInterval/index.html](https://cran.r-project.org/web/packages/HDInterval/index.html)| +|hdrcde|3.2|[https://cran.r-project.org/web/packages/hdrcde/index.html](https://cran.r-project.org/web/packages/hdrcde/index.html)| +|heatmaply|0.16.0|[https://cran.r-project.org/web/packages/heatmaply/index.html](https://cran.r-project.org/web/packages/heatmaply/index.html)| +|heavy|0.38.19|[https://cran.r-project.org/web/packages/heavy/index.html](https://cran.r-project.org/web/packages/heavy/index.html)| +|hexbin|1.27.2|[https://cran.r-project.org/web/packages/hexbin/index.html](https://cran.r-project.org/web/packages/hexbin/index.html)| +|hflights|0.1|[https://cran.r-project.org/web/packages/hflights/index.html](https://cran.r-project.org/web/packages/hflights/index.html)| +|HH|3.1-34|[https://cran.r-project.org/web/packages/HH/index.html](https://cran.r-project.org/web/packages/HH/index.html)| +|HI|0.4|[https://cran.r-project.org/web/packages/HI/index.html](https://cran.r-project.org/web/packages/HI/index.html)| +|highcharter|0.5.0|[https://cran.r-project.org/web/packages/highcharter/index.html](https://cran.r-project.org/web/packages/highcharter/index.html)| +|highr|0.6|[https://cran.r-project.org/web/packages/highr/index.html](https://cran.r-project.org/web/packages/highr/index.html)| +|HistData|0.8-2|[https://cran.r-project.org/web/packages/HistData/index.html](https://cran.r-project.org/web/packages/HistData/index.html)| +|Hmisc|4.1-1|[https://cran.r-project.org/web/packages/Hmisc/index.html](https://cran.r-project.org/web/packages/Hmisc/index.html)| +|hms|0.4.2|[https://cran.r-project.org/web/packages/hms/index.html](https://cran.r-project.org/web/packages/hms/index.html)| +|hoardr|0.2.0|[https://cran.r-project.org/web/packages/hoardr/index.html](https://cran.r-project.org/web/packages/hoardr/index.html)| +|hrbrthemes|0.6.0|[https://cran.r-project.org/web/packages/hrbrthemes/index.html](https://cran.r-project.org/web/packages/hrbrthemes/index.html)| +|HSAUR|1.3-9|[https://cran.r-project.org/web/packages/HSAUR/index.html](https://cran.r-project.org/web/packages/HSAUR/index.html)| +|htmlTable|1.11.2|[https://cran.r-project.org/web/packages/htmlTable/index.html](https://cran.r-project.org/web/packages/htmlTable/index.html)| +|htmltools|0.3.6|[https://cran.r-project.org/web/packages/htmltools/index.html](https://cran.r-project.org/web/packages/htmltools/index.html)| +|htmlwidgets|1.3|[https://cran.r-project.org/web/packages/htmlwidgets/index.html](https://cran.r-project.org/web/packages/htmlwidgets/index.html)| +|hts|5.1.5|[https://cran.r-project.org/web/packages/hts/index.html](https://cran.r-project.org/web/packages/hts/index.html)| +|httpuv|1.3.6.2|[https://cran.r-project.org/web/packages/httpuv/index.html](https://cran.r-project.org/web/packages/httpuv/index.html)| +|httr|1.3.1|[https://cran.r-project.org/web/packages/httr/index.html](https://cran.r-project.org/web/packages/httr/index.html)| +|huge|1.2.7|[https://cran.r-project.org/web/packages/huge/index.html](https://cran.r-project.org/web/packages/huge/index.html)| +|hunspell|2.9|[https://cran.r-project.org/web/packages/hunspell/index.html](https://cran.r-project.org/web/packages/hunspell/index.html)| +|hydroTSM|0.5-1|[https://cran.r-project.org/web/packages/hydroTSM/index.html](https://cran.r-project.org/web/packages/hydroTSM/index.html)| +|IBrokers|0.9-12|[https://cran.r-project.org/web/packages/IBrokers/index.html](https://cran.r-project.org/web/packages/IBrokers/index.html)| +|ifultools|2.0-4|[https://cran.r-project.org/web/packages/ifultools/index.html](https://cran.r-project.org/web/packages/ifultools/index.html)| +|igraph|1.2.1|[https://cran.r-project.org/web/packages/igraph/index.html](https://cran.r-project.org/web/packages/igraph/index.html)| +|imager|0.40.2|[https://cran.r-project.org/web/packages/imager/index.html](https://cran.r-project.org/web/packages/imager/index.html)| +|imputeTS|2.7|[https://cran.r-project.org/web/packages/imputeTS/index.html](https://cran.r-project.org/web/packages/imputeTS/index.html)| +|incidence|1.7.2|[https://cran.r-project.org/web/packages/incidence/index.html](https://cran.r-project.org/web/packages/incidence/index.html)| +|influenceR|0.1.0|[https://cran.r-project.org/web/packages/influenceR/index.html](https://cran.r-project.org/web/packages/influenceR/index.html)| +|InformationValue|1.2.3|[https://cran.r-project.org/web/packages/InformationValue/index.html](https://cran.r-project.org/web/packages/InformationValue/index.html)| +|inline|0.3.14|[https://cran.r-project.org/web/packages/inline/index.html](https://cran.r-project.org/web/packages/inline/index.html)| +|intervals|0.15.1|[https://cran.r-project.org/web/packages/intervals/index.html](https://cran.r-project.org/web/packages/intervals/index.html)| +|inum|1.0-0|[https://cran.r-project.org/web/packages/inum/index.html](https://cran.r-project.org/web/packages/inum/index.html)| +|investr|1.4.2|[https://cran.r-project.org/web/packages/investr/index.html](https://cran.r-project.org/web/packages/investr/index.html)| +|ipred|0.9-6|[https://cran.r-project.org/web/packages/ipred/index.html](https://cran.r-project.org/web/packages/ipred/index.html)| +|irlba|2.3.2|[https://cran.r-project.org/web/packages/irlba/index.html](https://cran.r-project.org/web/packages/irlba/index.html)| +|irr|0.84|[https://cran.r-project.org/web/packages/irr/index.html](https://cran.r-project.org/web/packages/irr/index.html)| +|isoband|0.2.0|[https://cran.r-project.org/web/packages/isoband/index.html](https://cran.r-project.org/web/packages/isoband/index.html)| +|ISOcodes|2017.09.27|[https://cran.r-project.org/web/packages/ISOcodes/index.html](https://cran.r-project.org/web/packages/ISOcodes/index.html)| +|iterators|1.0.9|[https://cran.r-project.org/web/packages/iterators/index.html](https://cran.r-project.org/web/packages/iterators/index.html)| +|janeaustenr|0.1.5|[https://cran.r-project.org/web/packages/janeaustenr/index.html](https://cran.r-project.org/web/packages/janeaustenr/index.html)| +|janitor|1.0.0|[https://cran.r-project.org/web/packages/janitor/index.html](https://cran.r-project.org/web/packages/janitor/index.html)| +|jmvcore|1.0.8|[https://cran.r-project.org/web/packages/jmvcore/index.html](https://cran.r-project.org/web/packages/jmvcore/index.html)| +|jpeg|0.1-8|[https://cran.r-project.org/web/packages/jpeg/index.html](https://cran.r-project.org/web/packages/jpeg/index.html)| +|jqr|1.0.0|[https://cran.r-project.org/web/packages/jqr/index.html](https://cran.r-project.org/web/packages/jqr/index.html)| +|jsonlite|1.6|[https://cran.r-project.org/web/packages/jsonlite/index.html](https://cran.r-project.org/web/packages/jsonlite/index.html)| +|jsonvalidate|1.0.0|[https://cran.r-project.org/web/packages/jsonvalidate/index.html](https://cran.r-project.org/web/packages/jsonvalidate/index.html)| +|jtools|0.9.4|[https://cran.r-project.org/web/packages/jtools/index.html](https://cran.r-project.org/web/packages/jtools/index.html)| +|kableExtra|0.7.0|[https://cran.r-project.org/web/packages/kableExtra/index.html](https://cran.r-project.org/web/packages/kableExtra/index.html)| +|Kendall|2.2|[https://cran.r-project.org/web/packages/Kendall/index.html](https://cran.r-project.org/web/packages/Kendall/index.html)| +|kernlab|0.9-25|[https://cran.r-project.org/web/packages/kernlab/index.html](https://cran.r-project.org/web/packages/kernlab/index.html)| +|KernSmooth|2.23-15|[https://cran.r-project.org/web/packages/KernSmooth/index.html](https://cran.r-project.org/web/packages/KernSmooth/index.html)| +|KFKSDS|1.6|[https://cran.r-project.org/web/packages/KFKSDS/index.html](https://cran.r-project.org/web/packages/KFKSDS/index.html)| +|kinship2|1.6.4|[https://cran.r-project.org/web/packages/kinship2/index.html](https://cran.r-project.org/web/packages/kinship2/index.html)| +|kknn|1.3.1|[https://cran.r-project.org/web/packages/kknn/index.html](https://cran.r-project.org/web/packages/kknn/index.html)| +|klaR|0.6-14|[https://cran.r-project.org/web/packages/klaR/index.html](https://cran.r-project.org/web/packages/klaR/index.html)| +|km.ci|0.5-2|[https://cran.r-project.org/web/packages/km.ci/index.html](https://cran.r-project.org/web/packages/km.ci/index.html)| +|KMsurv|0.1-5|[https://cran.r-project.org/web/packages/KMsurv/index.html](https://cran.r-project.org/web/packages/KMsurv/index.html)| +|knitr|1.20|[https://cran.r-project.org/web/packages/knitr/index.html](https://cran.r-project.org/web/packages/knitr/index.html)| +|ks|1.11.0|[https://cran.r-project.org/web/packages/ks/index.html](https://cran.r-project.org/web/packages/ks/index.html)| +|labeling|0.3|[https://cran.r-project.org/web/packages/labeling/index.html](https://cran.r-project.org/web/packages/labeling/index.html)| +|labelled|1.0.1|[https://cran.r-project.org/web/packages/labelled/index.html](https://cran.r-project.org/web/packages/labelled/index.html)| +|laeken|0.4.6|[https://cran.r-project.org/web/packages/laeken/index.html](https://cran.r-project.org/web/packages/laeken/index.html)| +|Lahman|6.0-0|[https://cran.r-project.org/web/packages/Lahman/index.html](https://cran.r-project.org/web/packages/Lahman/index.html)| +|lambda.r|1.2|[https://cran.r-project.org/web/packages/lambda.r/index.html](https://cran.r-project.org/web/packages/lambda.r/index.html)| +|lars|1.2|[https://cran.r-project.org/web/packages/lars/index.html](https://cran.r-project.org/web/packages/lars/index.html)| +|later|1.0.0|[https://cran.r-project.org/web/packages/later/index.html](https://cran.r-project.org/web/packages/later/index.html)| +|latex2exp|0.4.0|[https://cran.r-project.org/web/packages/latex2exp/index.html](https://cran.r-project.org/web/packages/latex2exp/index.html)| +|lattice|0.20-35|[https://cran.r-project.org/web/packages/lattice/index.html](https://cran.r-project.org/web/packages/lattice/index.html)| +|latticeExtra|0.6-28|[https://cran.r-project.org/web/packages/latticeExtra/index.html](https://cran.r-project.org/web/packages/latticeExtra/index.html)| +|lava|1.6.1|[https://cran.r-project.org/web/packages/lava/index.html](https://cran.r-project.org/web/packages/lava/index.html)| +|lavaan|0.5-23.1097|[https://cran.r-project.org/web/packages/lavaan/index.html](https://cran.r-project.org/web/packages/lavaan/index.html)| +|lazyeval|0.2.1|[https://cran.r-project.org/web/packages/lazyeval/index.html](https://cran.r-project.org/web/packages/lazyeval/index.html)| +|lda|1.4.2|[https://cran.r-project.org/web/packages/lda/index.html](https://cran.r-project.org/web/packages/lda/index.html)| +|leaflet|2.0.2|[https://cran.r-project.org/web/packages/leaflet/index.html](https://cran.r-project.org/web/packages/leaflet/index.html)| +|leaflet.esri|0.2|[https://cran.r-project.org/web/packages/leaflet.esri/index.html](https://cran.r-project.org/web/packages/leaflet.esri/index.html)| +|leaflet.extras|0.2|[https://cran.r-project.org/web/packages/leaflet.extras/index.html](https://cran.r-project.org/web/packages/leaflet.extras/index.html)| +|leaps|3.0|[https://cran.r-project.org/web/packages/leaps/index.html](https://cran.r-project.org/web/packages/leaps/index.html)| +|LearnBayes|2.15.1|[https://cran.r-project.org/web/packages/LearnBayes/index.html](https://cran.r-project.org/web/packages/LearnBayes/index.html)| +|lexicon|1.2.1|[https://cran.r-project.org/web/packages/lexicon/index.html](https://cran.r-project.org/web/packages/lexicon/index.html)| +|libcoin|1.0-1|[https://cran.r-project.org/web/packages/libcoin/index.html](https://cran.r-project.org/web/packages/libcoin/index.html)| +|LiblineaR|2.10-8|[https://cran.r-project.org/web/packages/LiblineaR/index.html](https://cran.r-project.org/web/packages/LiblineaR/index.html)| +|LICORS|0.2.0|[https://cran.r-project.org/web/packages/LICORS/index.html](https://cran.r-project.org/web/packages/LICORS/index.html)| +|lifecycle|0.1.0|[https://cran.r-project.org/web/packages/lifecycle/index.html](https://cran.r-project.org/web/packages/lifecycle/index.html)| +|likert|1.3.5|[https://cran.r-project.org/web/packages/likert/index.html](https://cran.r-project.org/web/packages/likert/index.html)| +|limSolve|1.5.5.3|[https://cran.r-project.org/web/packages/limSolve/index.html](https://cran.r-project.org/web/packages/limSolve/index.html)| +|linelist|0.0.40.9000|[https://cran.r-project.org/web/packages/linelist/index.html](https://cran.r-project.org/web/packages/linelist/index.html)| +|linprog|0.9-2|[https://cran.r-project.org/web/packages/linprog/index.html](https://cran.r-project.org/web/packages/linprog/index.html)| +|listenv|0.7.0|[https://cran.r-project.org/web/packages/listenv/index.html](https://cran.r-project.org/web/packages/listenv/index.html)| +|lm.beta|1.5-1|[https://cran.r-project.org/web/packages/lm.beta/index.html](https://cran.r-project.org/web/packages/lm.beta/index.html)| +|lme4|1.1-16|[https://cran.r-project.org/web/packages/lme4/index.html](https://cran.r-project.org/web/packages/lme4/index.html)| +|lmm|1.0|[https://cran.r-project.org/web/packages/lmm/index.html](https://cran.r-project.org/web/packages/lmm/index.html)| +|lmtest|0.9-35|[https://cran.r-project.org/web/packages/lmtest/index.html](https://cran.r-project.org/web/packages/lmtest/index.html)| +|locfit|1.5-9.1|[https://cran.r-project.org/web/packages/locfit/index.html](https://cran.r-project.org/web/packages/locfit/index.html)| +|locpol|0.6-0|[https://cran.r-project.org/web/packages/locpol/index.html](https://cran.r-project.org/web/packages/locpol/index.html)| +|LogicReg|1.5.9|[https://cran.r-project.org/web/packages/LogicReg/index.html](https://cran.r-project.org/web/packages/LogicReg/index.html)| +|lpSolve|5.6.13|[https://cran.r-project.org/web/packages/lpSolve/index.html](https://cran.r-project.org/web/packages/lpSolve/index.html)| +|lsa|0.73.1|[https://cran.r-project.org/web/packages/lsa/index.html](https://cran.r-project.org/web/packages/lsa/index.html)| +|lsmeans|2.27-61|[https://cran.r-project.org/web/packages/lsmeans/index.html](https://cran.r-project.org/web/packages/lsmeans/index.html)| +|lubridate|1.7.2|[https://cran.r-project.org/web/packages/lubridate/index.html](https://cran.r-project.org/web/packages/lubridate/index.html)| +|magic|1.5-8|[https://cran.r-project.org/web/packages/magic/index.html](https://cran.r-project.org/web/packages/magic/index.html)| +|magick|1.8|[https://cran.r-project.org/web/packages/magick/index.html](https://cran.r-project.org/web/packages/magick/index.html)| +|magrittr|1.5|[https://cran.r-project.org/web/packages/magrittr/index.html](https://cran.r-project.org/web/packages/magrittr/index.html)| +|manipulateWidget|0.9.0|[https://cran.r-project.org/web/packages/manipulateWidget/index.html](https://cran.r-project.org/web/packages/manipulateWidget/index.html)| +|MAPA|2.0.4|[https://cran.r-project.org/web/packages/MAPA/index.html](https://cran.r-project.org/web/packages/MAPA/index.html)| +|mapdata|2.3.0|[https://cran.r-project.org/web/packages/mapdata/index.html](https://cran.r-project.org/web/packages/mapdata/index.html)| +|mapproj|1.2.6|[https://cran.r-project.org/web/packages/mapproj/index.html](https://cran.r-project.org/web/packages/mapproj/index.html)| +|maps|3.2.0|[https://cran.r-project.org/web/packages/maps/index.html](https://cran.r-project.org/web/packages/maps/index.html)| +|maptools|0.9-2|[https://cran.r-project.org/web/packages/maptools/index.html](https://cran.r-project.org/web/packages/maptools/index.html)| +|maptree|1.4-7|[https://cran.r-project.org/web/packages/maptree/index.html](https://cran.r-project.org/web/packages/maptree/index.html)| +|mapview|2.3.0|[https://cran.r-project.org/web/packages/mapview/index.html](https://cran.r-project.org/web/packages/mapview/index.html)| +|marima|2.2|[https://cran.r-project.org/web/packages/marima/index.html](https://cran.r-project.org/web/packages/marima/index.html)| +|markdown|0.8|[https://cran.r-project.org/web/packages/markdown/index.html](https://cran.r-project.org/web/packages/markdown/index.html)| +|MASS|7.3-49|[https://cran.r-project.org/web/packages/MASS/index.html](https://cran.r-project.org/web/packages/MASS/index.html)| +|MasterBayes|2.55|[https://cran.r-project.org/web/packages/MasterBayes/index.html](https://cran.r-project.org/web/packages/MasterBayes/index.html)| +|Matching|4.9-5|[https://cran.r-project.org/web/packages/Matching/index.html](https://cran.r-project.org/web/packages/Matching/index.html)| +|MatchIt|3.0.2|[https://cran.r-project.org/web/packages/MatchIt/index.html](https://cran.r-project.org/web/packages/MatchIt/index.html)| +|matchmaker|0.1.1|[https://cran.r-project.org/web/packages/matchmaker/index.html](https://cran.r-project.org/web/packages/matchmaker/index.html)| +|Matrix|1.2-12|[https://cran.r-project.org/web/packages/Matrix/index.html](https://cran.r-project.org/web/packages/Matrix/index.html)| +|matrixcalc|1.0-3|[https://cran.r-project.org/web/packages/matrixcalc/index.html](https://cran.r-project.org/web/packages/matrixcalc/index.html)| +|MatrixModels|0.4-1|[https://cran.r-project.org/web/packages/MatrixModels/index.html](https://cran.r-project.org/web/packages/MatrixModels/index.html)| +|matrixStats|0.54.0|[https://cran.r-project.org/web/packages/matrixStats/index.html](https://cran.r-project.org/web/packages/matrixStats/index.html)| +|maxent|1.3.3.1|[https://cran.r-project.org/web/packages/maxent/index.html](https://cran.r-project.org/web/packages/maxent/index.html)| +|maxLik|1.3-4|[https://cran.r-project.org/web/packages/maxLik/index.html](https://cran.r-project.org/web/packages/maxLik/index.html)| +|maxstat|0.7-25|[https://cran.r-project.org/web/packages/maxstat/index.html](https://cran.r-project.org/web/packages/maxstat/index.html)| +|mboost|2.8-1|[https://cran.r-project.org/web/packages/mboost/index.html](https://cran.r-project.org/web/packages/mboost/index.html)| +|mclust|5.4|[https://cran.r-project.org/web/packages/mclust/index.html](https://cran.r-project.org/web/packages/mclust/index.html)| +|mcmc|0.9-5|[https://cran.r-project.org/web/packages/mcmc/index.html](https://cran.r-project.org/web/packages/mcmc/index.html)| +|MCMCglmm|2.25|[https://cran.r-project.org/web/packages/MCMCglmm/index.html](https://cran.r-project.org/web/packages/MCMCglmm/index.html)| +|mda|0.4-10|[https://cran.r-project.org/web/packages/mda/index.html](https://cran.r-project.org/web/packages/mda/index.html)| +|memoise|1.1.0|[https://cran.r-project.org/web/packages/memoise/index.html](https://cran.r-project.org/web/packages/memoise/index.html)| +|merTools|0.3.0|[https://cran.r-project.org/web/packages/merTools/index.html](https://cran.r-project.org/web/packages/merTools/index.html)| +|meta|4.9-1|[https://cran.r-project.org/web/packages/meta/index.html](https://cran.r-project.org/web/packages/meta/index.html)| +|metafor|2.0-0|[https://cran.r-project.org/web/packages/metafor/index.html](https://cran.r-project.org/web/packages/metafor/index.html)| +|methods|3.4.4|NA| +|metricsgraphics|0.9.0|[https://cran.r-project.org/web/packages/metricsgraphics/index.html](https://cran.r-project.org/web/packages/metricsgraphics/index.html)| +|mgcv|1.8-23|[https://cran.r-project.org/web/packages/mgcv/index.html](https://cran.r-project.org/web/packages/mgcv/index.html)| +|mgsub|1.7.1|[https://cran.r-project.org/web/packages/mgsub/index.html](https://cran.r-project.org/web/packages/mgsub/index.html)| +|mi|1.0|[https://cran.r-project.org/web/packages/mi/index.html](https://cran.r-project.org/web/packages/mi/index.html)| +|mice|2.46.0|[https://cran.r-project.org/web/packages/mice/index.html](https://cran.r-project.org/web/packages/mice/index.html)| +|microbenchmark|1.4-4|[https://cran.r-project.org/web/packages/microbenchmark/index.html](https://cran.r-project.org/web/packages/microbenchmark/index.html)| +|MicrosoftR|3.4.4.0105|NA| +|mime|0.5|[https://cran.r-project.org/web/packages/mime/index.html](https://cran.r-project.org/web/packages/mime/index.html)| +|miniCRAN|0.2.11|[https://cran.r-project.org/web/packages/miniCRAN/index.html](https://cran.r-project.org/web/packages/miniCRAN/index.html)| +|miniUI|0.1.1|[https://cran.r-project.org/web/packages/miniUI/index.html](https://cran.r-project.org/web/packages/miniUI/index.html)| +|minpack.lm|1.2-1|[https://cran.r-project.org/web/packages/minpack.lm/index.html](https://cran.r-project.org/web/packages/minpack.lm/index.html)| +|minqa|1.2.4|[https://cran.r-project.org/web/packages/minqa/index.html](https://cran.r-project.org/web/packages/minqa/index.html)| +|mirt|1.27.1|[https://cran.r-project.org/web/packages/mirt/index.html](https://cran.r-project.org/web/packages/mirt/index.html)| +|misc3d|0.8-4|[https://cran.r-project.org/web/packages/misc3d/index.html](https://cran.r-project.org/web/packages/misc3d/index.html)| +|miscTools|0.6-22|[https://cran.r-project.org/web/packages/miscTools/index.html](https://cran.r-project.org/web/packages/miscTools/index.html)| +|mitools|2.3|[https://cran.r-project.org/web/packages/mitools/index.html](https://cran.r-project.org/web/packages/mitools/index.html)| +|mixtools|1.1.0|[https://cran.r-project.org/web/packages/mixtools/index.html](https://cran.r-project.org/web/packages/mixtools/index.html)| +|mlapi|0.1.0|[https://cran.r-project.org/web/packages/mlapi/index.html](https://cran.r-project.org/web/packages/mlapi/index.html)| +|mlbench|2.1-1|[https://cran.r-project.org/web/packages/mlbench/index.html](https://cran.r-project.org/web/packages/mlbench/index.html)| +|mlogitBMA|0.1-6|[https://cran.r-project.org/web/packages/mlogitBMA/index.html](https://cran.r-project.org/web/packages/mlogitBMA/index.html)| +|mnormt|1.5-5|[https://cran.r-project.org/web/packages/mnormt/index.html](https://cran.r-project.org/web/packages/mnormt/index.html)| +|MNP|3.1-0|[https://cran.r-project.org/web/packages/MNP/index.html](https://cran.r-project.org/web/packages/MNP/index.html)| +|ModelMetrics|1.1.0|[https://cran.r-project.org/web/packages/ModelMetrics/index.html](https://cran.r-project.org/web/packages/ModelMetrics/index.html)| +|modelr|0.1.1|[https://cran.r-project.org/web/packages/modelr/index.html](https://cran.r-project.org/web/packages/modelr/index.html)| +|modeltools|0.2-21|[https://cran.r-project.org/web/packages/modeltools/index.html](https://cran.r-project.org/web/packages/modeltools/index.html)| +|mombf|1.9.6|[https://cran.r-project.org/web/packages/mombf/index.html](https://cran.r-project.org/web/packages/mombf/index.html)| +|moments|0.14|[https://cran.r-project.org/web/packages/moments/index.html](https://cran.r-project.org/web/packages/moments/index.html)| +|monomvn|1.9-7|[https://cran.r-project.org/web/packages/monomvn/index.html](https://cran.r-project.org/web/packages/monomvn/index.html)| +|monreg|0.1.3|[https://cran.r-project.org/web/packages/monreg/index.html](https://cran.r-project.org/web/packages/monreg/index.html)| +|mosaic|1.1.1|[https://cran.r-project.org/web/packages/mosaic/index.html](https://cran.r-project.org/web/packages/mosaic/index.html)| +|mosaicCore|0.4.2|[https://cran.r-project.org/web/packages/mosaicCore/index.html](https://cran.r-project.org/web/packages/mosaicCore/index.html)| +|mosaicData|0.16.0|[https://cran.r-project.org/web/packages/mosaicData/index.html](https://cran.r-project.org/web/packages/mosaicData/index.html)| +|MSBVAR|0.9-3|[https://cran.r-project.org/web/packages/MSBVAR/index.html](https://cran.r-project.org/web/packages/MSBVAR/index.html)| +|msir|1.3.2|[https://cran.r-project.org/web/packages/msir/index.html](https://cran.r-project.org/web/packages/msir/index.html)| +|msm|1.6.6|[https://cran.r-project.org/web/packages/msm/index.html](https://cran.r-project.org/web/packages/msm/index.html)| +|multcomp|1.4-8|[https://cran.r-project.org/web/packages/multcomp/index.html](https://cran.r-project.org/web/packages/multcomp/index.html)| +|multicool|0.1-10|[https://cran.r-project.org/web/packages/multicool/index.html](https://cran.r-project.org/web/packages/multicool/index.html)| +|munsell|0.5.0|[https://cran.r-project.org/web/packages/munsell/index.html](https://cran.r-project.org/web/packages/munsell/index.html)| +|mvoutlier|2.0.9|[https://cran.r-project.org/web/packages/mvoutlier/index.html](https://cran.r-project.org/web/packages/mvoutlier/index.html)| +|mvtnorm|1.0-7|[https://cran.r-project.org/web/packages/mvtnorm/index.html](https://cran.r-project.org/web/packages/mvtnorm/index.html)| +|NbClust|3.0|[https://cran.r-project.org/web/packages/NbClust/index.html](https://cran.r-project.org/web/packages/NbClust/index.html)| +|ncvreg|3.9-1|[https://cran.r-project.org/web/packages/ncvreg/index.html](https://cran.r-project.org/web/packages/ncvreg/index.html)| +|network|1.13.0|[https://cran.r-project.org/web/packages/network/index.html](https://cran.r-project.org/web/packages/network/index.html)| +|networkD3|0.4|[https://cran.r-project.org/web/packages/networkD3/index.html](https://cran.r-project.org/web/packages/networkD3/index.html)| +|neuralnet|1.33|[https://cran.r-project.org/web/packages/neuralnet/index.html](https://cran.r-project.org/web/packages/neuralnet/index.html)| +|ngram|3.0.4|[https://cran.r-project.org/web/packages/ngram/index.html](https://cran.r-project.org/web/packages/ngram/index.html)| +|nlme|3.1-131.1|[https://cran.r-project.org/web/packages/nlme/index.html](https://cran.r-project.org/web/packages/nlme/index.html)| +|nloptr|1.0.4|[https://cran.r-project.org/web/packages/nloptr/index.html](https://cran.r-project.org/web/packages/nloptr/index.html)| +|NLP|0.1-11|[https://cran.r-project.org/web/packages/NLP/index.html](https://cran.r-project.org/web/packages/NLP/index.html)| +|nls.multstart|1.2.0|[https://cran.r-project.org/web/packages/nls.multstart/index.html](https://cran.r-project.org/web/packages/nls.multstart/index.html)| +|NMF|0.21.0|[https://cran.r-project.org/web/packages/NMF/index.html](https://cran.r-project.org/web/packages/NMF/index.html)| +|nnet|7.3-12|[https://cran.r-project.org/web/packages/nnet/index.html](https://cran.r-project.org/web/packages/nnet/index.html)| +|nnls|1.4|[https://cran.r-project.org/web/packages/nnls/index.html](https://cran.r-project.org/web/packages/nnls/index.html)| +|nortest|1.0-4|[https://cran.r-project.org/web/packages/nortest/index.html](https://cran.r-project.org/web/packages/nortest/index.html)| +|numbers|0.6-6|[https://cran.r-project.org/web/packages/numbers/index.html](https://cran.r-project.org/web/packages/numbers/index.html)| +|numDeriv|2016.8-1|[https://cran.r-project.org/web/packages/numDeriv/index.html](https://cran.r-project.org/web/packages/numDeriv/index.html)| +|numform|0.4.0|[https://cran.r-project.org/web/packages/numform/index.html](https://cran.r-project.org/web/packages/numform/index.html)| +|OceanView|1.0.4|[https://cran.r-project.org/web/packages/OceanView/index.html](https://cran.r-project.org/web/packages/OceanView/index.html)| +|openair|2.3-0|[https://cran.r-project.org/web/packages/openair/index.html](https://cran.r-project.org/web/packages/openair/index.html)| +|openssl|1.0.1|[https://cran.r-project.org/web/packages/openssl/index.html](https://cran.r-project.org/web/packages/openssl/index.html)| +|osmar|1.1-7|[https://cran.r-project.org/web/packages/osmar/index.html](https://cran.r-project.org/web/packages/osmar/index.html)| +|outbreaks|1.5.0|[https://cran.r-project.org/web/packages/outbreaks/index.html](https://cran.r-project.org/web/packages/outbreaks/index.html)| +|OutlierDC|0.3-0|[https://cran.r-project.org/web/packages/OutlierDC/index.html](https://cran.r-project.org/web/packages/OutlierDC/index.html)| +|OutlierDM|1.1.1|[https://cran.r-project.org/web/packages/OutlierDM/index.html](https://cran.r-project.org/web/packages/OutlierDM/index.html)| +|outliers|0.14|[https://cran.r-project.org/web/packages/outliers/index.html](https://cran.r-project.org/web/packages/outliers/index.html)| +|pacbpred|0.92.2|[https://cran.r-project.org/web/packages/pacbpred/index.html](https://cran.r-project.org/web/packages/pacbpred/index.html)| +|packcircles|0.3.3|[https://cran.r-project.org/web/packages/packcircles/index.html](https://cran.r-project.org/web/packages/packcircles/index.html)| +|padr|0.4.0|[https://cran.r-project.org/web/packages/padr/index.html](https://cran.r-project.org/web/packages/padr/index.html)| +|parallel|3.4.4|NA| +|partitions|1.9-19|[https://cran.r-project.org/web/packages/partitions/index.html](https://cran.r-project.org/web/packages/partitions/index.html)| +|party|1.2-4|[https://cran.r-project.org/web/packages/party/index.html](https://cran.r-project.org/web/packages/party/index.html)| +|partykit|1.2-0|[https://cran.r-project.org/web/packages/partykit/index.html](https://cran.r-project.org/web/packages/partykit/index.html)| +|PAWL|0.5|[https://cran.r-project.org/web/packages/PAWL/index.html](https://cran.r-project.org/web/packages/PAWL/index.html)| +|pbapply|1.3-4|[https://cran.r-project.org/web/packages/pbapply/index.html](https://cran.r-project.org/web/packages/pbapply/index.html)| +|pbivnorm|0.6.0|[https://cran.r-project.org/web/packages/pbivnorm/index.html](https://cran.r-project.org/web/packages/pbivnorm/index.html)| +|pbkrtest|0.4-7|[https://cran.r-project.org/web/packages/pbkrtest/index.html](https://cran.r-project.org/web/packages/pbkrtest/index.html)| +|PCAmixdata|3.1|[https://cran.r-project.org/web/packages/PCAmixdata/index.html](https://cran.r-project.org/web/packages/PCAmixdata/index.html)| +|pcaPP|1.9-73|[https://cran.r-project.org/web/packages/pcaPP/index.html](https://cran.r-project.org/web/packages/pcaPP/index.html)| +|pdc|1.0.3|[https://cran.r-project.org/web/packages/pdc/index.html](https://cran.r-project.org/web/packages/pdc/index.html)| +|pegas|0.12|[https://cran.r-project.org/web/packages/pegas/index.html](https://cran.r-project.org/web/packages/pegas/index.html)| +|PerformanceAnalytics|1.5.2|[https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html](https://cran.r-project.org/web/packages/PerformanceAnalytics/index.html)| +|permute|0.9-4|[https://cran.r-project.org/web/packages/permute/index.html](https://cran.r-project.org/web/packages/permute/index.html)| +|perry|0.2.0|[https://cran.r-project.org/web/packages/perry/index.html](https://cran.r-project.org/web/packages/perry/index.html)| +|petrinetR|0.1.0|[https://cran.r-project.org/web/packages/petrinetR/index.html](https://cran.r-project.org/web/packages/petrinetR/index.html)| +|pheatmap|1.0.8|[https://cran.r-project.org/web/packages/pheatmap/index.html](https://cran.r-project.org/web/packages/pheatmap/index.html)| +|pillar|1.4.2|[https://cran.r-project.org/web/packages/pillar/index.html](https://cran.r-project.org/web/packages/pillar/index.html)| +|pixmap|0.4-11|[https://cran.r-project.org/web/packages/pixmap/index.html](https://cran.r-project.org/web/packages/pixmap/index.html)| +|pkgconfig|2.0.2|[https://cran.r-project.org/web/packages/pkgconfig/index.html](https://cran.r-project.org/web/packages/pkgconfig/index.html)| +|pkgmaker|0.22|[https://cran.r-project.org/web/packages/pkgmaker/index.html](https://cran.r-project.org/web/packages/pkgmaker/index.html)| +|platetools|0.1.0|[https://cran.r-project.org/web/packages/platetools/index.html](https://cran.r-project.org/web/packages/platetools/index.html)| +|plogr|0.2.0|[https://cran.r-project.org/web/packages/plogr/index.html](https://cran.r-project.org/web/packages/plogr/index.html)| +|plot3D|1.1.1|[https://cran.r-project.org/web/packages/plot3D/index.html](https://cran.r-project.org/web/packages/plot3D/index.html)| +|plot3Drgl|1.0.1|[https://cran.r-project.org/web/packages/plot3Drgl/index.html](https://cran.r-project.org/web/packages/plot3Drgl/index.html)| +|plotly|4.9.2.2|[https://cran.r-project.org/web/packages/plotly/index.html](https://cran.r-project.org/web/packages/plotly/index.html)| +|plotmo|3.3.6|[https://cran.r-project.org/web/packages/plotmo/index.html](https://cran.r-project.org/web/packages/plotmo/index.html)| +|plotrix|3.7|[https://cran.r-project.org/web/packages/plotrix/index.html](https://cran.r-project.org/web/packages/plotrix/index.html)| +|pls|2.6-0|[https://cran.r-project.org/web/packages/pls/index.html](https://cran.r-project.org/web/packages/pls/index.html)| +|plyr|1.8.4|[https://cran.r-project.org/web/packages/plyr/index.html](https://cran.r-project.org/web/packages/plyr/index.html)| +|png|0.1-7|[https://cran.r-project.org/web/packages/png/index.html](https://cran.r-project.org/web/packages/png/index.html)| +|polspline|1.1.12|[https://cran.r-project.org/web/packages/polspline/index.html](https://cran.r-project.org/web/packages/polspline/index.html)| +|polyclip|1.6-1|[https://cran.r-project.org/web/packages/polyclip/index.html](https://cran.r-project.org/web/packages/polyclip/index.html)| +|polylabelr|0.1.0|[https://cran.r-project.org/web/packages/polylabelr/index.html](https://cran.r-project.org/web/packages/polylabelr/index.html)| +|polynom|1.3-9|[https://cran.r-project.org/web/packages/polynom/index.html](https://cran.r-project.org/web/packages/polynom/index.html)| +|ppcor|1.1|[https://cran.r-project.org/web/packages/ppcor/index.html](https://cran.r-project.org/web/packages/ppcor/index.html)| +|prabclus|2.2-6|[https://cran.r-project.org/web/packages/prabclus/index.html](https://cran.r-project.org/web/packages/prabclus/index.html)| +|pracma|2.1.4|[https://cran.r-project.org/web/packages/pracma/index.html](https://cran.r-project.org/web/packages/pracma/index.html)| +|praise|1.0.0|[https://cran.r-project.org/web/packages/praise/index.html](https://cran.r-project.org/web/packages/praise/index.html)| +|precrec|0.10.1|[https://cran.r-project.org/web/packages/precrec/index.html](https://cran.r-project.org/web/packages/precrec/index.html)| +|prediction|0.2.0|[https://cran.r-project.org/web/packages/prediction/index.html](https://cran.r-project.org/web/packages/prediction/index.html)| +|predmixcor|1.1-1|[https://cran.r-project.org/web/packages/predmixcor/index.html](https://cran.r-project.org/web/packages/predmixcor/index.html)| +|PresenceAbsence|1.1.9|[https://cran.r-project.org/web/packages/PresenceAbsence/index.html](https://cran.r-project.org/web/packages/PresenceAbsence/index.html)| +|prettyunits|1.0.2|[https://cran.r-project.org/web/packages/prettyunits/index.html](https://cran.r-project.org/web/packages/prettyunits/index.html)| +|pROC|1.11.0|[https://cran.r-project.org/web/packages/pROC/index.html](https://cran.r-project.org/web/packages/pROC/index.html)| +|processmapR|0.3.3|[https://cran.r-project.org/web/packages/processmapR/index.html](https://cran.r-project.org/web/packages/processmapR/index.html)| +|processmonitR|0.1.0|[https://cran.r-project.org/web/packages/processmonitR/index.html](https://cran.r-project.org/web/packages/processmonitR/index.html)| +|processx|2.0.0.1|[https://cran.r-project.org/web/packages/processx/index.html](https://cran.r-project.org/web/packages/processx/index.html)| +|prodlim|1.6.1|[https://cran.r-project.org/web/packages/prodlim/index.html](https://cran.r-project.org/web/packages/prodlim/index.html)| +|profdpm|3.3|[https://cran.r-project.org/web/packages/profdpm/index.html](https://cran.r-project.org/web/packages/profdpm/index.html)| +|profileModel|0.5-9|[https://cran.r-project.org/web/packages/profileModel/index.html](https://cran.r-project.org/web/packages/profileModel/index.html)| +|progress|1.1.2|[https://cran.r-project.org/web/packages/progress/index.html](https://cran.r-project.org/web/packages/progress/index.html)| +|proj4|1.0-8|[https://cran.r-project.org/web/packages/proj4/index.html](https://cran.r-project.org/web/packages/proj4/index.html)| +|promises|1.1.0|[https://cran.r-project.org/web/packages/promises/index.html](https://cran.r-project.org/web/packages/promises/index.html)| +|prophet|0.2.1|[https://cran.r-project.org/web/packages/prophet/index.html](https://cran.r-project.org/web/packages/prophet/index.html)| +|proto|1.0.0|[https://cran.r-project.org/web/packages/proto/index.html](https://cran.r-project.org/web/packages/proto/index.html)| +|protolite|1.7|[https://cran.r-project.org/web/packages/protolite/index.html](https://cran.r-project.org/web/packages/protolite/index.html)| +|proxy|0.4-21|[https://cran.r-project.org/web/packages/proxy/index.html](https://cran.r-project.org/web/packages/proxy/index.html)| +|pryr|0.1.4|[https://cran.r-project.org/web/packages/pryr/index.html](https://cran.r-project.org/web/packages/pryr/index.html)| +|pscl|1.5.2|[https://cran.r-project.org/web/packages/pscl/index.html](https://cran.r-project.org/web/packages/pscl/index.html)| +|psych|1.8.3.3|[https://cran.r-project.org/web/packages/psych/index.html](https://cran.r-project.org/web/packages/psych/index.html)| +|purrr|0.3.3|[https://cran.r-project.org/web/packages/purrr/index.html](https://cran.r-project.org/web/packages/purrr/index.html)| +|pwr|1.2-2|[https://cran.r-project.org/web/packages/pwr/index.html](https://cran.r-project.org/web/packages/pwr/index.html)| +|qap|0.1-1|[https://cran.r-project.org/web/packages/qap/index.html](https://cran.r-project.org/web/packages/qap/index.html)| +|qcc|2.7|[https://cran.r-project.org/web/packages/qcc/index.html](https://cran.r-project.org/web/packages/qcc/index.html)| +|qdapDictionaries|1.0.7|[https://cran.r-project.org/web/packages/qdapDictionaries/index.html](https://cran.r-project.org/web/packages/qdapDictionaries/index.html)| +|qdapRegex|0.7.2|[https://cran.r-project.org/web/packages/qdapRegex/index.html](https://cran.r-project.org/web/packages/qdapRegex/index.html)| +|qdapTools|1.3.3|[https://cran.r-project.org/web/packages/qdapTools/index.html](https://cran.r-project.org/web/packages/qdapTools/index.html)| +|qgraph|1.4.4|[https://cran.r-project.org/web/packages/qgraph/index.html](https://cran.r-project.org/web/packages/qgraph/index.html)| +|qicharts|0.5.5|[https://cran.r-project.org/web/packages/qicharts/index.html](https://cran.r-project.org/web/packages/qicharts/index.html)| +|qicharts2|0.6.0|[https://cran.r-project.org/web/packages/qicharts2/index.html](https://cran.r-project.org/web/packages/qicharts2/index.html)| +|quadprog|1.5-5|[https://cran.r-project.org/web/packages/quadprog/index.html](https://cran.r-project.org/web/packages/quadprog/index.html)| +|qualityTools|1.55|[https://cran.r-project.org/web/packages/qualityTools/index.html](https://cran.r-project.org/web/packages/qualityTools/index.html)| +|quanteda|1.1.1|[https://cran.r-project.org/web/packages/quanteda/index.html](https://cran.r-project.org/web/packages/quanteda/index.html)| +|quantmod|0.4-12|[https://cran.r-project.org/web/packages/quantmod/index.html](https://cran.r-project.org/web/packages/quantmod/index.html)| +|quantreg|5.35|[https://cran.r-project.org/web/packages/quantreg/index.html](https://cran.r-project.org/web/packages/quantreg/index.html)| +|questionr|0.6.2|[https://cran.r-project.org/web/packages/questionr/index.html](https://cran.r-project.org/web/packages/questionr/index.html)| +|qvcalc|0.9-1|[https://cran.r-project.org/web/packages/qvcalc/index.html](https://cran.r-project.org/web/packages/qvcalc/index.html)| +|R.matlab|3.6.1|[https://cran.r-project.org/web/packages/R.matlab/index.html](https://cran.r-project.org/web/packages/R.matlab/index.html)| +|R.methodsS3|1.7.1|[https://cran.r-project.org/web/packages/R.methodsS3/index.html](https://cran.r-project.org/web/packages/R.methodsS3/index.html)| +|R.oo|1.21.0|[https://cran.r-project.org/web/packages/R.oo/index.html](https://cran.r-project.org/web/packages/R.oo/index.html)| +|R.utils|2.6.0|[https://cran.r-project.org/web/packages/R.utils/index.html](https://cran.r-project.org/web/packages/R.utils/index.html)| +|r2d3|0.2.3|[https://cran.r-project.org/web/packages/r2d3/index.html](https://cran.r-project.org/web/packages/r2d3/index.html)| +|R2HTML|2.3.2|[https://cran.r-project.org/web/packages/R2HTML/index.html](https://cran.r-project.org/web/packages/R2HTML/index.html)| +|R2jags|0.5-7|[https://cran.r-project.org/web/packages/R2jags/index.html](https://cran.r-project.org/web/packages/R2jags/index.html)| +|R2OpenBUGS|3.2-3.2|[https://cran.r-project.org/web/packages/R2OpenBUGS/index.html](https://cran.r-project.org/web/packages/R2OpenBUGS/index.html)| +|R2WinBUGS|2.1-21|[https://cran.r-project.org/web/packages/R2WinBUGS/index.html](https://cran.r-project.org/web/packages/R2WinBUGS/index.html)| +|R6|2.2.2|[https://cran.r-project.org/web/packages/R6/index.html](https://cran.r-project.org/web/packages/R6/index.html)| +|ramps|0.6-15|[https://cran.r-project.org/web/packages/ramps/index.html](https://cran.r-project.org/web/packages/ramps/index.html)| +|RandomFields|3.1.50|[https://cran.r-project.org/web/packages/RandomFields/index.html](https://cran.r-project.org/web/packages/RandomFields/index.html)| +|RandomFieldsUtils|0.3.25|[https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html](https://cran.r-project.org/web/packages/RandomFieldsUtils/index.html)| +|randomForest|4.6-14|[https://cran.r-project.org/web/packages/randomForest/index.html](https://cran.r-project.org/web/packages/randomForest/index.html)| +|ranger|0.9.0|[https://cran.r-project.org/web/packages/ranger/index.html](https://cran.r-project.org/web/packages/ranger/index.html)| +|RApiDatetime|0.0.4|[https://cran.r-project.org/web/packages/RApiDatetime/index.html](https://cran.r-project.org/web/packages/RApiDatetime/index.html)| +|rappdirs|0.3.1|[https://cran.r-project.org/web/packages/rappdirs/index.html](https://cran.r-project.org/web/packages/rappdirs/index.html)| +|RArcInfo|0.4-12|[https://cran.r-project.org/web/packages/RArcInfo/index.html](https://cran.r-project.org/web/packages/RArcInfo/index.html)| +|raster|2.6-7|[https://cran.r-project.org/web/packages/raster/index.html](https://cran.r-project.org/web/packages/raster/index.html)| +|rattle|5.1.0|[https://cran.r-project.org/web/packages/rattle/index.html](https://cran.r-project.org/web/packages/rattle/index.html)| +|rayshader|0.10.1|[https://cran.r-project.org/web/packages/rayshader/index.html](https://cran.r-project.org/web/packages/rayshader/index.html)| +|rbenchmark|1.0.0|[https://cran.r-project.org/web/packages/rbenchmark/index.html](https://cran.r-project.org/web/packages/rbenchmark/index.html)| +|Rblpapi|0.3.8|[https://cran.r-project.org/web/packages/Rblpapi/index.html](https://cran.r-project.org/web/packages/Rblpapi/index.html)| +|rbokeh|0.5.0|[https://cran.r-project.org/web/packages/rbokeh/index.html](https://cran.r-project.org/web/packages/rbokeh/index.html)| +|rbugs|0.5-9|[https://cran.r-project.org/web/packages/rbugs/index.html](https://cran.r-project.org/web/packages/rbugs/index.html)| +|RColorBrewer|1.1-2|[https://cran.r-project.org/web/packages/RColorBrewer/index.html](https://cran.r-project.org/web/packages/RColorBrewer/index.html)| +|Rcpp|1.0.1|[https://cran.r-project.org/web/packages/Rcpp/index.html](https://cran.r-project.org/web/packages/Rcpp/index.html)| +|RcppArmadillo|0.8.400.0.0|[https://cran.r-project.org/web/packages/RcppArmadillo/index.html](https://cran.r-project.org/web/packages/RcppArmadillo/index.html)| +|rcppbugs|0.1.4.2|[https://cran.r-project.org/web/packages/rcppbugs/index.html](https://cran.r-project.org/web/packages/rcppbugs/index.html)| +|RcppDE|0.1.5|[https://cran.r-project.org/web/packages/RcppDE/index.html](https://cran.r-project.org/web/packages/RcppDE/index.html)| +|RcppEigen|0.3.3.4.0|[https://cran.r-project.org/web/packages/RcppEigen/index.html](https://cran.r-project.org/web/packages/RcppEigen/index.html)| +|RcppExamples|0.1.8|[https://cran.r-project.org/web/packages/RcppExamples/index.html](https://cran.r-project.org/web/packages/RcppExamples/index.html)| +|RcppParallel|4.4.0|[https://cran.r-project.org/web/packages/RcppParallel/index.html](https://cran.r-project.org/web/packages/RcppParallel/index.html)| +|RcppProgress|0.4|[https://cran.r-project.org/web/packages/RcppProgress/index.html](https://cran.r-project.org/web/packages/RcppProgress/index.html)| +|RcppRoll|0.2.2|[https://cran.r-project.org/web/packages/RcppRoll/index.html](https://cran.r-project.org/web/packages/RcppRoll/index.html)| +|RCurl|1.95-4.10|[https://cran.r-project.org/web/packages/RCurl/index.html](https://cran.r-project.org/web/packages/RCurl/index.html)| +|readbitmap|0.1-4|[https://cran.r-project.org/web/packages/readbitmap/index.html](https://cran.r-project.org/web/packages/readbitmap/index.html)| +|readr|1.1.1|[https://cran.r-project.org/web/packages/readr/index.html](https://cran.r-project.org/web/packages/readr/index.html)| +|readxl|1.0.0|[https://cran.r-project.org/web/packages/readxl/index.html](https://cran.r-project.org/web/packages/readxl/index.html)| +|recipes|0.1.2|[https://cran.r-project.org/web/packages/recipes/index.html](https://cran.r-project.org/web/packages/recipes/index.html)| +|Redmonder|0.2.0|[https://cran.r-project.org/web/packages/Redmonder/index.html](https://cran.r-project.org/web/packages/Redmonder/index.html)| +|registry|0.5|[https://cran.r-project.org/web/packages/registry/index.html](https://cran.r-project.org/web/packages/registry/index.html)| +|relaimpo|2.2-3|[https://cran.r-project.org/web/packages/relaimpo/index.html](https://cran.r-project.org/web/packages/relaimpo/index.html)| +|relimp|1.0-5|[https://cran.r-project.org/web/packages/relimp/index.html](https://cran.r-project.org/web/packages/relimp/index.html)| +|rematch|1.0.1|[https://cran.r-project.org/web/packages/rematch/index.html](https://cran.r-project.org/web/packages/rematch/index.html)| +|Renext|3.1-0|[https://cran.r-project.org/web/packages/Renext/index.html](https://cran.r-project.org/web/packages/Renext/index.html)| +|reports|0.1.4|[https://cran.r-project.org/web/packages/reports/index.html](https://cran.r-project.org/web/packages/reports/index.html)| +|reprex|0.1.2|[https://cran.r-project.org/web/packages/reprex/index.html](https://cran.r-project.org/web/packages/reprex/index.html)| +|reshape|0.8.7|[https://cran.r-project.org/web/packages/reshape/index.html](https://cran.r-project.org/web/packages/reshape/index.html)| +|reshape2|1.4.3|[https://cran.r-project.org/web/packages/reshape2/index.html](https://cran.r-project.org/web/packages/reshape2/index.html)| +|reticulate|1.6|[https://cran.r-project.org/web/packages/reticulate/index.html](https://cran.r-project.org/web/packages/reticulate/index.html)| +|RevoIOQ|8.0.10|NA| +|RevoMods|11.0.0|NA| +|RevoUtils|10.0.9|NA| +|RevoUtilsMath|10.0.1|NA| +|rex|1.1.2|[https://cran.r-project.org/web/packages/rex/index.html](https://cran.r-project.org/web/packages/rex/index.html)| +|rFerns|2.0.3|[https://cran.r-project.org/web/packages/rFerns/index.html](https://cran.r-project.org/web/packages/rFerns/index.html)| +|rfm|0.2.0|[https://cran.r-project.org/web/packages/rfm/index.html](https://cran.r-project.org/web/packages/rfm/index.html)| +|RGA|0.4.2|[https://cran.r-project.org/web/packages/RGA/index.html](https://cran.r-project.org/web/packages/RGA/index.html)| +|rgdal|1.2-18|[https://cran.r-project.org/web/packages/rgdal/index.html](https://cran.r-project.org/web/packages/rgdal/index.html)| +|rgeos|0.3-26|[https://cran.r-project.org/web/packages/rgeos/index.html](https://cran.r-project.org/web/packages/rgeos/index.html)| +|rgexf|0.15.3|[https://cran.r-project.org/web/packages/rgexf/index.html](https://cran.r-project.org/web/packages/rgexf/index.html)| +|rgl|0.99.16|[https://cran.r-project.org/web/packages/rgl/index.html](https://cran.r-project.org/web/packages/rgl/index.html)| +|RgoogleMaps|1.4.1|[https://cran.r-project.org/web/packages/RgoogleMaps/index.html](https://cran.r-project.org/web/packages/RgoogleMaps/index.html)| +|RGraphics|2.0-14|[https://cran.r-project.org/web/packages/RGraphics/index.html](https://cran.r-project.org/web/packages/RGraphics/index.html)| +|RGtk2|2.20.34|[https://cran.r-project.org/web/packages/RGtk2/index.html](https://cran.r-project.org/web/packages/RGtk2/index.html)| +|RInside|0.2.14|[https://cran.r-project.org/web/packages/RInside/index.html](https://cran.r-project.org/web/packages/RInside/index.html)| +|RJaCGH|2.0.4|[https://cran.r-project.org/web/packages/RJaCGH/index.html](https://cran.r-project.org/web/packages/RJaCGH/index.html)| +|rjags|4-6|[https://cran.r-project.org/web/packages/rjags/index.html](https://cran.r-project.org/web/packages/rjags/index.html)| +|rjson|0.2.15|[https://cran.r-project.org/web/packages/rjson/index.html](https://cran.r-project.org/web/packages/rjson/index.html)| +|RJSONIO|1.3-0|[https://cran.r-project.org/web/packages/RJSONIO/index.html](https://cran.r-project.org/web/packages/RJSONIO/index.html)| +|rlang|0.4.1|[https://cran.r-project.org/web/packages/rlang/index.html](https://cran.r-project.org/web/packages/rlang/index.html)| +|rlecuyer|0.3-4|[https://cran.r-project.org/web/packages/rlecuyer/index.html](https://cran.r-project.org/web/packages/rlecuyer/index.html)| +|rlist|0.4.6.1|[https://cran.r-project.org/web/packages/rlist/index.html](https://cran.r-project.org/web/packages/rlist/index.html)| +|rmapshaper|0.3.0|[https://cran.r-project.org/web/packages/rmapshaper/index.html](https://cran.r-project.org/web/packages/rmapshaper/index.html)| +|rmarkdown|1.9|[https://cran.r-project.org/web/packages/rmarkdown/index.html](https://cran.r-project.org/web/packages/rmarkdown/index.html)| +|Rmisc|1.5|[https://cran.r-project.org/web/packages/Rmisc/index.html](https://cran.r-project.org/web/packages/Rmisc/index.html)| +|Rmpfr|0.7-0|[https://cran.r-project.org/web/packages/Rmpfr/index.html](https://cran.r-project.org/web/packages/Rmpfr/index.html)| +|rms|5.1-2|[https://cran.r-project.org/web/packages/rms/index.html](https://cran.r-project.org/web/packages/rms/index.html)| +|RMySQL|0.10.14|[https://cran.r-project.org/web/packages/RMySQL/index.html](https://cran.r-project.org/web/packages/RMySQL/index.html)| +|rngtools|1.2.4|[https://cran.r-project.org/web/packages/rngtools/index.html](https://cran.r-project.org/web/packages/rngtools/index.html)| +|robCompositions|2.0.6|[https://cran.r-project.org/web/packages/robCompositions/index.html](https://cran.r-project.org/web/packages/robCompositions/index.html)| +|robfilter|4.1|[https://cran.r-project.org/web/packages/robfilter/index.html](https://cran.r-project.org/web/packages/robfilter/index.html)| +|robustbase|0.92-8|[https://cran.r-project.org/web/packages/robustbase/index.html](https://cran.r-project.org/web/packages/robustbase/index.html)| +|robustHD|0.5.1|[https://cran.r-project.org/web/packages/robustHD/index.html](https://cran.r-project.org/web/packages/robustHD/index.html)| +|ROCR|1.0-7|[https://cran.r-project.org/web/packages/ROCR/index.html](https://cran.r-project.org/web/packages/ROCR/index.html)| +|RODBC|1.3-15|[https://cran.r-project.org/web/packages/RODBC/index.html](https://cran.r-project.org/web/packages/RODBC/index.html)| +|Rook|1.1-1|[https://cran.r-project.org/web/packages/Rook/index.html](https://cran.r-project.org/web/packages/Rook/index.html)| +|rootSolve|1.7|[https://cran.r-project.org/web/packages/rootSolve/index.html](https://cran.r-project.org/web/packages/rootSolve/index.html)| +|roxygen2|6.0.1|[https://cran.r-project.org/web/packages/roxygen2/index.html](https://cran.r-project.org/web/packages/roxygen2/index.html)| +|rpart|4.1-13|[https://cran.r-project.org/web/packages/rpart/index.html](https://cran.r-project.org/web/packages/rpart/index.html)| +|rpart.plot|2.1.2|[https://cran.r-project.org/web/packages/rpart.plot/index.html](https://cran.r-project.org/web/packages/rpart.plot/index.html)| +|rpivotTable|0.3.0|[https://cran.r-project.org/web/packages/rpivotTable/index.html](https://cran.r-project.org/web/packages/rpivotTable/index.html)| +|rprojroot|1.3-2|[https://cran.r-project.org/web/packages/rprojroot/index.html](https://cran.r-project.org/web/packages/rprojroot/index.html)| +|rrcov|1.4-3|[https://cran.r-project.org/web/packages/rrcov/index.html](https://cran.r-project.org/web/packages/rrcov/index.html)| +|rscproxy|2.0-5|[https://cran.r-project.org/web/packages/rscproxy/index.html](https://cran.r-project.org/web/packages/rscproxy/index.html)| +|rsdmx|0.5-11|[https://cran.r-project.org/web/packages/rsdmx/index.html](https://cran.r-project.org/web/packages/rsdmx/index.html)| +|RSGHB|1.1.2|[https://cran.r-project.org/web/packages/RSGHB/index.html](https://cran.r-project.org/web/packages/RSGHB/index.html)| +|RSiteCatalyst|1.4.14|[https://cran.r-project.org/web/packages/RSiteCatalyst/index.html](https://cran.r-project.org/web/packages/RSiteCatalyst/index.html)| +|RSNNS|0.4-10|[https://cran.r-project.org/web/packages/RSNNS/index.html](https://cran.r-project.org/web/packages/RSNNS/index.html)| +|Rsolnp|1.16|[https://cran.r-project.org/web/packages/Rsolnp/index.html](https://cran.r-project.org/web/packages/Rsolnp/index.html)| +|RSpectra|0.12-0|[https://cran.r-project.org/web/packages/RSpectra/index.html](https://cran.r-project.org/web/packages/RSpectra/index.html)| +|RSQLite|2.1.0|[https://cran.r-project.org/web/packages/RSQLite/index.html](https://cran.r-project.org/web/packages/RSQLite/index.html)| +|rstan|2.17.3|[https://cran.r-project.org/web/packages/rstan/index.html](https://cran.r-project.org/web/packages/rstan/index.html)| +|rstudioapi|0.7|[https://cran.r-project.org/web/packages/rstudioapi/index.html](https://cran.r-project.org/web/packages/rstudioapi/index.html)| +|rsvg|1.1|[https://cran.r-project.org/web/packages/rsvg/index.html](https://cran.r-project.org/web/packages/rsvg/index.html)| +|RTextTools|1.4.2|[https://cran.r-project.org/web/packages/RTextTools/index.html](https://cran.r-project.org/web/packages/RTextTools/index.html)| +|Rttf2pt1|1.3.6|[https://cran.r-project.org/web/packages/Rttf2pt1/index.html](https://cran.r-project.org/web/packages/Rttf2pt1/index.html)| +|RUnit|0.4.31|[https://cran.r-project.org/web/packages/RUnit/index.html](https://cran.r-project.org/web/packages/RUnit/index.html)| +|runjags|2.0.4-2|[https://cran.r-project.org/web/packages/runjags/index.html](https://cran.r-project.org/web/packages/runjags/index.html)| +|Runuran|0.24|[https://cran.r-project.org/web/packages/Runuran/index.html](https://cran.r-project.org/web/packages/Runuran/index.html)| +|rvcheck|0.0.9|[https://cran.r-project.org/web/packages/rvcheck/index.html](https://cran.r-project.org/web/packages/rvcheck/index.html)| +|rvest|0.3.2|[https://cran.r-project.org/web/packages/rvest/index.html](https://cran.r-project.org/web/packages/rvest/index.html)| +|rworldmap|1.3-6|[https://cran.r-project.org/web/packages/rworldmap/index.html](https://cran.r-project.org/web/packages/rworldmap/index.html)| +|rworldxtra|1.01|[https://cran.r-project.org/web/packages/rworldxtra/index.html](https://cran.r-project.org/web/packages/rworldxtra/index.html)| +|SampleSizeMeans|1.1|[https://cran.r-project.org/web/packages/SampleSizeMeans/index.html](https://cran.r-project.org/web/packages/SampleSizeMeans/index.html)| +|SampleSizeProportions|1.0|[https://cran.r-project.org/web/packages/SampleSizeProportions/index.html](https://cran.r-project.org/web/packages/SampleSizeProportions/index.html)| +|sandwich|2.4-0|[https://cran.r-project.org/web/packages/sandwich/index.html](https://cran.r-project.org/web/packages/sandwich/index.html)| +|sas7bdat|0.5|[https://cran.r-project.org/web/packages/sas7bdat/index.html](https://cran.r-project.org/web/packages/sas7bdat/index.html)| +|satellite|1.0.1|[https://cran.r-project.org/web/packages/satellite/index.html](https://cran.r-project.org/web/packages/satellite/index.html)| +|sbgcop|0.975|[https://cran.r-project.org/web/packages/sbgcop/index.html](https://cran.r-project.org/web/packages/sbgcop/index.html)| +|scales|1.0.0|[https://cran.r-project.org/web/packages/scales/index.html](https://cran.r-project.org/web/packages/scales/index.html)| +|scatterplot3d|0.3-41|[https://cran.r-project.org/web/packages/scatterplot3d/index.html](https://cran.r-project.org/web/packages/scatterplot3d/index.html)| +|sciplot|1.1-1|[https://cran.r-project.org/web/packages/sciplot/index.html](https://cran.r-project.org/web/packages/sciplot/index.html)| +|segmented|0.5-3.0|[https://cran.r-project.org/web/packages/segmented/index.html](https://cran.r-project.org/web/packages/segmented/index.html)| +|selectr|0.4-0|[https://cran.r-project.org/web/packages/selectr/index.html](https://cran.r-project.org/web/packages/selectr/index.html)| +|sem|3.1-9|[https://cran.r-project.org/web/packages/sem/index.html](https://cran.r-project.org/web/packages/sem/index.html)| +|sentimentr|2.7.1|[https://cran.r-project.org/web/packages/sentimentr/index.html](https://cran.r-project.org/web/packages/sentimentr/index.html)| +|seqinr|3.6-1|[https://cran.r-project.org/web/packages/seqinr/index.html](https://cran.r-project.org/web/packages/seqinr/index.html)| +|seriation|1.2-3|[https://cran.r-project.org/web/packages/seriation/index.html](https://cran.r-project.org/web/packages/seriation/index.html)| +|setRNG|2013.9-1|[https://cran.r-project.org/web/packages/setRNG/index.html](https://cran.r-project.org/web/packages/setRNG/index.html)| +|sf|0.7-4|[https://cran.r-project.org/web/packages/sf/index.html](https://cran.r-project.org/web/packages/sf/index.html)| +|sfsmisc|1.1-2|[https://cran.r-project.org/web/packages/sfsmisc/index.html](https://cran.r-project.org/web/packages/sfsmisc/index.html)| +|sgeostat|1.0-27|[https://cran.r-project.org/web/packages/sgeostat/index.html](https://cran.r-project.org/web/packages/sgeostat/index.html)| +|shape|1.4.4|[https://cran.r-project.org/web/packages/shape/index.html](https://cran.r-project.org/web/packages/shape/index.html)| +|shapefiles|0.7|[https://cran.r-project.org/web/packages/shapefiles/index.html](https://cran.r-project.org/web/packages/shapefiles/index.html)| +|shiny|1.0.5|[https://cran.r-project.org/web/packages/shiny/index.html](https://cran.r-project.org/web/packages/shiny/index.html)| +|shinyBS|0.61|[https://cran.r-project.org/web/packages/shinyBS/index.html](https://cran.r-project.org/web/packages/shinyBS/index.html)| +|shinycssloaders|0.2.0|[https://cran.r-project.org/web/packages/shinycssloaders/index.html](https://cran.r-project.org/web/packages/shinycssloaders/index.html)| +|shinyjs|1.0|[https://cran.r-project.org/web/packages/shinyjs/index.html](https://cran.r-project.org/web/packages/shinyjs/index.html)| +|shinyTime|0.2.1|[https://cran.r-project.org/web/packages/shinyTime/index.html](https://cran.r-project.org/web/packages/shinyTime/index.html)| +|showtext|0.5-1|[https://cran.r-project.org/web/packages/showtext/index.html](https://cran.r-project.org/web/packages/showtext/index.html)| +|showtextdb|2.0|[https://cran.r-project.org/web/packages/showtextdb/index.html](https://cran.r-project.org/web/packages/showtextdb/index.html)| +|SIS|0.8-6|[https://cran.r-project.org/web/packages/SIS/index.html](https://cran.r-project.org/web/packages/SIS/index.html)| +|SixSigma|0.9-51|[https://cran.r-project.org/web/packages/SixSigma/index.html](https://cran.r-project.org/web/packages/SixSigma/index.html)| +|sjlabelled|1.0.8|[https://cran.r-project.org/web/packages/sjlabelled/index.html](https://cran.r-project.org/web/packages/sjlabelled/index.html)| +|sjmisc|2.7.1|[https://cran.r-project.org/web/packages/sjmisc/index.html](https://cran.r-project.org/web/packages/sjmisc/index.html)| +|sjPlot|2.4.1|[https://cran.r-project.org/web/packages/sjPlot/index.html](https://cran.r-project.org/web/packages/sjPlot/index.html)| +|sjstats|0.14.2-3|[https://cran.r-project.org/web/packages/sjstats/index.html](https://cran.r-project.org/web/packages/sjstats/index.html)| +|skmeans|0.2-11|[https://cran.r-project.org/web/packages/skmeans/index.html](https://cran.r-project.org/web/packages/skmeans/index.html)| +|slam|0.1-42|[https://cran.r-project.org/web/packages/slam/index.html](https://cran.r-project.org/web/packages/slam/index.html)| +|sm|2.2-5.4|[https://cran.r-project.org/web/packages/sm/index.html](https://cran.r-project.org/web/packages/sm/index.html)| +|smooth|2.4.1|[https://cran.r-project.org/web/packages/smooth/index.html](https://cran.r-project.org/web/packages/smooth/index.html)| +|smoothSurv|2.0|[https://cran.r-project.org/web/packages/smoothSurv/index.html](https://cran.r-project.org/web/packages/smoothSurv/index.html)| +|sna|2.4|[https://cran.r-project.org/web/packages/sna/index.html](https://cran.r-project.org/web/packages/sna/index.html)| +|snakecase|0.9.1|[https://cran.r-project.org/web/packages/snakecase/index.html](https://cran.r-project.org/web/packages/snakecase/index.html)| +|snow|0.4-2|[https://cran.r-project.org/web/packages/snow/index.html](https://cran.r-project.org/web/packages/snow/index.html)| +|SnowballC|0.5.1|[https://cran.r-project.org/web/packages/SnowballC/index.html](https://cran.r-project.org/web/packages/SnowballC/index.html)| +|snowFT|1.6-0|[https://cran.r-project.org/web/packages/snowFT/index.html](https://cran.r-project.org/web/packages/snowFT/index.html)| +|sodium|1.1|[https://cran.r-project.org/web/packages/sodium/index.html](https://cran.r-project.org/web/packages/sodium/index.html)| +|sourcetools|0.1.6|[https://cran.r-project.org/web/packages/sourcetools/index.html](https://cran.r-project.org/web/packages/sourcetools/index.html)| +|sp|1.2-7|[https://cran.r-project.org/web/packages/sp/index.html](https://cran.r-project.org/web/packages/sp/index.html)| +|spacetime|1.2-1|[https://cran.r-project.org/web/packages/spacetime/index.html](https://cran.r-project.org/web/packages/spacetime/index.html)| +|spacyr|0.9.6|[https://cran.r-project.org/web/packages/spacyr/index.html](https://cran.r-project.org/web/packages/spacyr/index.html)| +|spam|2.1-3|[https://cran.r-project.org/web/packages/spam/index.html](https://cran.r-project.org/web/packages/spam/index.html)| +|SparseM|1.77|[https://cran.r-project.org/web/packages/SparseM/index.html](https://cran.r-project.org/web/packages/SparseM/index.html)| +|sparsepp|0.2.0|[https://cran.r-project.org/web/packages/sparsepp/index.html](https://cran.r-project.org/web/packages/sparsepp/index.html)| +|spatial|7.3-11|[https://cran.r-project.org/web/packages/spatial/index.html](https://cran.r-project.org/web/packages/spatial/index.html)| +|spatstat|1.55-0|[https://cran.r-project.org/web/packages/spatstat/index.html](https://cran.r-project.org/web/packages/spatstat/index.html)| +|spatstat.data|1.2-0|[https://cran.r-project.org/web/packages/spatstat.data/index.html](https://cran.r-project.org/web/packages/spatstat.data/index.html)| +|spatstat.utils|1.8-0|[https://cran.r-project.org/web/packages/spatstat.utils/index.html](https://cran.r-project.org/web/packages/spatstat.utils/index.html)| +|spBayes|0.4-1|[https://cran.r-project.org/web/packages/spBayes/index.html](https://cran.r-project.org/web/packages/spBayes/index.html)| +|spData|0.2.8.3|[https://cran.r-project.org/web/packages/spData/index.html](https://cran.r-project.org/web/packages/spData/index.html)| +|spdep|0.7-4|[https://cran.r-project.org/web/packages/spdep/index.html](https://cran.r-project.org/web/packages/spdep/index.html)| +|spikeslab|1.1.5|[https://cran.r-project.org/web/packages/spikeslab/index.html](https://cran.r-project.org/web/packages/spikeslab/index.html)| +|splancs|2.01-40|[https://cran.r-project.org/web/packages/splancs/index.html](https://cran.r-project.org/web/packages/splancs/index.html)| +|splines|3.4.4|[https://cran.r-project.org/web/packages/splines/index.html](https://cran.r-project.org/web/packages/splines/index.html)| +|spls|2.2-2|[https://cran.r-project.org/web/packages/spls/index.html](https://cran.r-project.org/web/packages/spls/index.html)| +|splus2R|1.2-2|[https://cran.r-project.org/web/packages/splus2R/index.html](https://cran.r-project.org/web/packages/splus2R/index.html)| +|spTimer|3.0-1|[https://cran.r-project.org/web/packages/spTimer/index.html](https://cran.r-project.org/web/packages/spTimer/index.html)| +|sqldf|0.4-11|[https://cran.r-project.org/web/packages/sqldf/index.html](https://cran.r-project.org/web/packages/sqldf/index.html)| +|SQUAREM|2017.10-1|[https://cran.r-project.org/web/packages/SQUAREM/index.html](https://cran.r-project.org/web/packages/SQUAREM/index.html)| +|sROC|0.1-2|[https://cran.r-project.org/web/packages/sROC/index.html](https://cran.r-project.org/web/packages/sROC/index.html)| +|stabledist|0.7-1|[https://cran.r-project.org/web/packages/stabledist/index.html](https://cran.r-project.org/web/packages/stabledist/index.html)| +|stabs|0.6-3|[https://cran.r-project.org/web/packages/stabs/index.html](https://cran.r-project.org/web/packages/stabs/index.html)| +|StanHeaders|2.17.2|[https://cran.r-project.org/web/packages/StanHeaders/index.html](https://cran.r-project.org/web/packages/StanHeaders/index.html)| +|statmod|1.4.30|[https://cran.r-project.org/web/packages/statmod/index.html](https://cran.r-project.org/web/packages/statmod/index.html)| +|statnet.common|4.0.0|[https://cran.r-project.org/web/packages/statnet.common/index.html](https://cran.r-project.org/web/packages/statnet.common/index.html)| +|stats|3.4.4|NA| +|stats4|3.4.4|NA| +|stepPlr|0.93|[https://cran.r-project.org/web/packages/stepPlr/index.html](https://cran.r-project.org/web/packages/stepPlr/index.html)| +|stinepack|1.4|[https://cran.r-project.org/web/packages/stinepack/index.html](https://cran.r-project.org/web/packages/stinepack/index.html)| +|stochvol|1.3.3|[https://cran.r-project.org/web/packages/stochvol/index.html](https://cran.r-project.org/web/packages/stochvol/index.html)| +|stopwords|0.9.0|[https://cran.r-project.org/web/packages/stopwords/index.html](https://cran.r-project.org/web/packages/stopwords/index.html)| +|stringdist|0.9.4.7|[https://cran.r-project.org/web/packages/stringdist/index.html](https://cran.r-project.org/web/packages/stringdist/index.html)| +|stringi|1.1.7|[https://cran.r-project.org/web/packages/stringi/index.html](https://cran.r-project.org/web/packages/stringi/index.html)| +|stringr|1.3.0|[https://cran.r-project.org/web/packages/stringr/index.html](https://cran.r-project.org/web/packages/stringr/index.html)| +|strucchange|1.5-1|[https://cran.r-project.org/web/packages/strucchange/index.html](https://cran.r-project.org/web/packages/strucchange/index.html)| +|stsm|1.9|[https://cran.r-project.org/web/packages/stsm/index.html](https://cran.r-project.org/web/packages/stsm/index.html)| +|stsm.class|1.3|[https://cran.r-project.org/web/packages/stsm.class/index.html](https://cran.r-project.org/web/packages/stsm.class/index.html)| +|sugrrants|0.2.4|[https://cran.r-project.org/web/packages/sugrrants/index.html](https://cran.r-project.org/web/packages/sugrrants/index.html)| +|sunburstR|2.0.0|[https://cran.r-project.org/web/packages/sunburstR/index.html](https://cran.r-project.org/web/packages/sunburstR/index.html)| +|SuppDists|1.1-9.4|[https://cran.r-project.org/web/packages/SuppDists/index.html](https://cran.r-project.org/web/packages/SuppDists/index.html)| +|survey|3.33-2|[https://cran.r-project.org/web/packages/survey/index.html](https://cran.r-project.org/web/packages/survey/index.html)| +|survival|2.41-3|[https://cran.r-project.org/web/packages/survival/index.html](https://cran.r-project.org/web/packages/survival/index.html)| +|survminer|0.4.6|[https://cran.r-project.org/web/packages/survminer/index.html](https://cran.r-project.org/web/packages/survminer/index.html)| +|survMisc|0.5.4|[https://cran.r-project.org/web/packages/survMisc/index.html](https://cran.r-project.org/web/packages/survMisc/index.html)| +|svglite|1.2.1|[https://cran.r-project.org/web/packages/svglite/index.html](https://cran.r-project.org/web/packages/svglite/index.html)| +|svmpath|0.955|[https://cran.r-project.org/web/packages/svmpath/index.html](https://cran.r-project.org/web/packages/svmpath/index.html)| +|svUnit|0.7-12|[https://cran.r-project.org/web/packages/svUnit/index.html](https://cran.r-project.org/web/packages/svUnit/index.html)| +|sweep|0.2.1|[https://cran.r-project.org/web/packages/sweep/index.html](https://cran.r-project.org/web/packages/sweep/index.html)| +|sysfonts|0.7.2|[https://cran.r-project.org/web/packages/sysfonts/index.html](https://cran.r-project.org/web/packages/sysfonts/index.html)| +|systemfit|1.1-20|[https://cran.r-project.org/web/packages/systemfit/index.html](https://cran.r-project.org/web/packages/systemfit/index.html)| +|syuzhet|1.0.4|[https://cran.r-project.org/web/packages/syuzhet/index.html](https://cran.r-project.org/web/packages/syuzhet/index.html)| +|tau|0.0-20|[https://cran.r-project.org/web/packages/tau/index.html](https://cran.r-project.org/web/packages/tau/index.html)| +|tcltk|3.4.4|[https://cran.r-project.org/web/packages/tcltk/index.html](https://cran.r-project.org/web/packages/tcltk/index.html)| +|tcltk2|1.2-11|[https://cran.r-project.org/web/packages/tcltk2/index.html](https://cran.r-project.org/web/packages/tcltk2/index.html)| +|TeachingDemos|2.10|[https://cran.r-project.org/web/packages/TeachingDemos/index.html](https://cran.r-project.org/web/packages/TeachingDemos/index.html)| +|tensor|1.5|[https://cran.r-project.org/web/packages/tensor/index.html](https://cran.r-project.org/web/packages/tensor/index.html)| +|tensorA|0.36|[https://cran.r-project.org/web/packages/tensorA/index.html](https://cran.r-project.org/web/packages/tensorA/index.html)| +|testthat|2.0.0|[https://cran.r-project.org/web/packages/testthat/index.html](https://cran.r-project.org/web/packages/testthat/index.html)| +|text2vec|0.5.1|[https://cran.r-project.org/web/packages/text2vec/index.html](https://cran.r-project.org/web/packages/text2vec/index.html)| +|textcat|1.0-5|[https://cran.r-project.org/web/packages/textcat/index.html](https://cran.r-project.org/web/packages/textcat/index.html)| +|textclean|0.9.3|[https://cran.r-project.org/web/packages/textclean/index.html](https://cran.r-project.org/web/packages/textclean/index.html)| +|textir|2.0-5|[https://cran.r-project.org/web/packages/textir/index.html](https://cran.r-project.org/web/packages/textir/index.html)| +|textmineR|2.1.1|[https://cran.r-project.org/web/packages/textmineR/index.html](https://cran.r-project.org/web/packages/textmineR/index.html)| +|textshape|1.6.0|[https://cran.r-project.org/web/packages/textshape/index.html](https://cran.r-project.org/web/packages/textshape/index.html)| +|tfplot|2015.12-1|[https://cran.r-project.org/web/packages/tfplot/index.html](https://cran.r-project.org/web/packages/tfplot/index.html)| +|tframe|2015.12-1|[https://cran.r-project.org/web/packages/tframe/index.html](https://cran.r-project.org/web/packages/tframe/index.html)| +|tgp|2.4-14|[https://cran.r-project.org/web/packages/tgp/index.html](https://cran.r-project.org/web/packages/tgp/index.html)| +|TH.data|1.0-8|[https://cran.r-project.org/web/packages/TH.data/index.html](https://cran.r-project.org/web/packages/TH.data/index.html)| +|threejs|0.3.1|[https://cran.r-project.org/web/packages/threejs/index.html](https://cran.r-project.org/web/packages/threejs/index.html)| +|tibble|2.1.1|[https://cran.r-project.org/web/packages/tibble/index.html](https://cran.r-project.org/web/packages/tibble/index.html)| +|tibbletime|0.1.1|[https://cran.r-project.org/web/packages/tibbletime/index.html](https://cran.r-project.org/web/packages/tibbletime/index.html)| +|tidycensus|0.4.1|[https://cran.r-project.org/web/packages/tidycensus/index.html](https://cran.r-project.org/web/packages/tidycensus/index.html)| +|tidyr|1.0.0|[https://cran.r-project.org/web/packages/tidyr/index.html](https://cran.r-project.org/web/packages/tidyr/index.html)| +|tidyselect|0.2.5|[https://cran.r-project.org/web/packages/tidyselect/index.html](https://cran.r-project.org/web/packages/tidyselect/index.html)| +|tidytext|0.1.8|[https://cran.r-project.org/web/packages/tidytext/index.html](https://cran.r-project.org/web/packages/tidytext/index.html)| +|tidyverse|1.2.1|[https://cran.r-project.org/web/packages/tidyverse/index.html](https://cran.r-project.org/web/packages/tidyverse/index.html)| +|tiff|0.1-5|[https://cran.r-project.org/web/packages/tiff/index.html](https://cran.r-project.org/web/packages/tiff/index.html)| +|tigris|0.6.2|[https://cran.r-project.org/web/packages/tigris/index.html](https://cran.r-project.org/web/packages/tigris/index.html)| +|timeDate|3043.102|[https://cran.r-project.org/web/packages/timeDate/index.html](https://cran.r-project.org/web/packages/timeDate/index.html)| +|timelineS|0.1.1|[https://cran.r-project.org/web/packages/timelineS/index.html](https://cran.r-project.org/web/packages/timelineS/index.html)| +|timeSeries|3042.102|[https://cran.r-project.org/web/packages/timeSeries/index.html](https://cran.r-project.org/web/packages/timeSeries/index.html)| +|timetk|0.1.0|[https://cran.r-project.org/web/packages/timetk/index.html](https://cran.r-project.org/web/packages/timetk/index.html)| +|timevis|0.5|[https://cran.r-project.org/web/packages/timevis/index.html](https://cran.r-project.org/web/packages/timevis/index.html)| +|tm|0.7-3|[https://cran.r-project.org/web/packages/tm/index.html](https://cran.r-project.org/web/packages/tm/index.html)| +|tmap|1.11-1|[https://cran.r-project.org/web/packages/tmap/index.html](https://cran.r-project.org/web/packages/tmap/index.html)| +|tmaptools|1.2-3|[https://cran.r-project.org/web/packages/tmaptools/index.html](https://cran.r-project.org/web/packages/tmaptools/index.html)| +|TMB|1.7.13|[https://cran.r-project.org/web/packages/TMB/index.html](https://cran.r-project.org/web/packages/TMB/index.html)| +|tokenizers|0.2.1|[https://cran.r-project.org/web/packages/tokenizers/index.html](https://cran.r-project.org/web/packages/tokenizers/index.html)| +|tools|3.4.4|NA| +|topicmodels|0.2-7|[https://cran.r-project.org/web/packages/topicmodels/index.html](https://cran.r-project.org/web/packages/topicmodels/index.html)| +|TraMineR|2.0-8|[https://cran.r-project.org/web/packages/TraMineR/index.html](https://cran.r-project.org/web/packages/TraMineR/index.html)| +|translations|3.4.4|NA| +|tree|1.0-39|[https://cran.r-project.org/web/packages/tree/index.html](https://cran.r-project.org/web/packages/tree/index.html)| +|treemap|2.4-2|[https://cran.r-project.org/web/packages/treemap/index.html](https://cran.r-project.org/web/packages/treemap/index.html)| +|trelliscopejs|0.1.18|[https://cran.r-project.org/web/packages/trelliscopejs/index.html](https://cran.r-project.org/web/packages/trelliscopejs/index.html)| +|trimcluster|0.1-2|[https://cran.r-project.org/web/packages/trimcluster/index.html](https://cran.r-project.org/web/packages/trimcluster/index.html)| +|truncnorm|1.0-8|[https://cran.r-project.org/web/packages/truncnorm/index.html](https://cran.r-project.org/web/packages/truncnorm/index.html)| +|TSA|1.01|[https://cran.r-project.org/web/packages/TSA/index.html](https://cran.r-project.org/web/packages/TSA/index.html)| +|tseries|0.10-43|[https://cran.r-project.org/web/packages/tseries/index.html](https://cran.r-project.org/web/packages/tseries/index.html)| +|tsfa|2014.10-1|[https://cran.r-project.org/web/packages/tsfa/index.html](https://cran.r-project.org/web/packages/tsfa/index.html)| +|tsibble|0.8.5|[https://cran.r-project.org/web/packages/tsibble/index.html](https://cran.r-project.org/web/packages/tsibble/index.html)| +|tsintermittent|1.9|[https://cran.r-project.org/web/packages/tsintermittent/index.html](https://cran.r-project.org/web/packages/tsintermittent/index.html)| +|tsoutliers|0.6-6|[https://cran.r-project.org/web/packages/tsoutliers/index.html](https://cran.r-project.org/web/packages/tsoutliers/index.html)| +|TSP|1.1-5|[https://cran.r-project.org/web/packages/TSP/index.html](https://cran.r-project.org/web/packages/TSP/index.html)| +|TSstudio|0.1.5|[https://cran.r-project.org/web/packages/TSstudio/index.html](https://cran.r-project.org/web/packages/TSstudio/index.html)| +|TTR|0.23-3|[https://cran.r-project.org/web/packages/TTR/index.html](https://cran.r-project.org/web/packages/TTR/index.html)| +|tweedie|2.3.2|[https://cran.r-project.org/web/packages/tweedie/index.html](https://cran.r-project.org/web/packages/tweedie/index.html)| +|tweenr|1.0.1|[https://cran.r-project.org/web/packages/tweenr/index.html](https://cran.r-project.org/web/packages/tweenr/index.html)| +|twitteR|1.1.9|[https://cran.r-project.org/web/packages/twitteR/index.html](https://cran.r-project.org/web/packages/twitteR/index.html)| +|udpipe|0.5|[https://cran.r-project.org/web/packages/udpipe/index.html](https://cran.r-project.org/web/packages/udpipe/index.html)| +|udunits2|0.13|[https://cran.r-project.org/web/packages/udunits2/index.html](https://cran.r-project.org/web/packages/udunits2/index.html)| +|units|0.6-2|[https://cran.r-project.org/web/packages/units/index.html](https://cran.r-project.org/web/packages/units/index.html)| +|UpSetR|1.3.3|[https://cran.r-project.org/web/packages/UpSetR/index.html](https://cran.r-project.org/web/packages/UpSetR/index.html)| +|urca|1.3-0|[https://cran.r-project.org/web/packages/urca/index.html](https://cran.r-project.org/web/packages/urca/index.html)| +|useful|1.2.3|[https://cran.r-project.org/web/packages/useful/index.html](https://cran.r-project.org/web/packages/useful/index.html)| +|UsingR|2.0-5|[https://cran.r-project.org/web/packages/UsingR/index.html](https://cran.r-project.org/web/packages/UsingR/index.html)| +|usmap|0.2.1|[https://cran.r-project.org/web/packages/usmap/index.html](https://cran.r-project.org/web/packages/usmap/index.html)| +|utf8|1.1.3|[https://cran.r-project.org/web/packages/utf8/index.html](https://cran.r-project.org/web/packages/utf8/index.html)| +|utils|3.4.4|NA| +|uuid|0.1-2|[https://cran.r-project.org/web/packages/uuid/index.html](https://cran.r-project.org/web/packages/uuid/index.html)| +|V8|2.2|[https://cran.r-project.org/web/packages/V8/index.html](https://cran.r-project.org/web/packages/V8/index.html)| +|vars|1.5-2|[https://cran.r-project.org/web/packages/vars/index.html](https://cran.r-project.org/web/packages/vars/index.html)| +|vcd|1.4-4|[https://cran.r-project.org/web/packages/vcd/index.html](https://cran.r-project.org/web/packages/vcd/index.html)| +|vctrs|0.2.0|[https://cran.r-project.org/web/packages/vctrs/index.html](https://cran.r-project.org/web/packages/vctrs/index.html)| +|vdiffr|0.2.2|[https://cran.r-project.org/web/packages/vdiffr/index.html](https://cran.r-project.org/web/packages/vdiffr/index.html)| +|vegan|2.4-6|[https://cran.r-project.org/web/packages/vegan/index.html](https://cran.r-project.org/web/packages/vegan/index.html)| +|VennDiagram|1.6.20|[https://cran.r-project.org/web/packages/VennDiagram/index.html](https://cran.r-project.org/web/packages/VennDiagram/index.html)| +|VGAM|1.0-5|[https://cran.r-project.org/web/packages/VGAM/index.html](https://cran.r-project.org/web/packages/VGAM/index.html)| +|VIF|1.0|[https://cran.r-project.org/web/packages/VIF/index.html](https://cran.r-project.org/web/packages/VIF/index.html)| +|VIM|4.7.0|[https://cran.r-project.org/web/packages/VIM/index.html](https://cran.r-project.org/web/packages/VIM/index.html)| +|vioplot|0.2|[https://cran.r-project.org/web/packages/vioplot/index.html](https://cran.r-project.org/web/packages/vioplot/index.html)| +|viridis|0.5.1|[https://cran.r-project.org/web/packages/viridis/index.html](https://cran.r-project.org/web/packages/viridis/index.html)| +|viridisLite|0.3.0|[https://cran.r-project.org/web/packages/viridisLite/index.html](https://cran.r-project.org/web/packages/viridisLite/index.html)| +|visNetwork|2.0.3|[https://cran.r-project.org/web/packages/visNetwork/index.html](https://cran.r-project.org/web/packages/visNetwork/index.html)| +|vistime|0.4.0|[https://cran.r-project.org/web/packages/vistime/index.html](https://cran.r-project.org/web/packages/vistime/index.html)| +|waterfalls|0.1.2|[https://cran.r-project.org/web/packages/waterfalls/index.html](https://cran.r-project.org/web/packages/waterfalls/index.html)| +|wavethresh|4.6.8|[https://cran.r-project.org/web/packages/wavethresh/index.html](https://cran.r-project.org/web/packages/wavethresh/index.html)| +|webshot|0.5.0|[https://cran.r-project.org/web/packages/webshot/index.html](https://cran.r-project.org/web/packages/webshot/index.html)| +|webutils|0.6|[https://cran.r-project.org/web/packages/webutils/index.html](https://cran.r-project.org/web/packages/webutils/index.html)| +|weco|1.1|[https://cran.r-project.org/web/packages/weco/index.html](https://cran.r-project.org/web/packages/weco/index.html)| +|WeibullR|1.0.10|[https://cran.r-project.org/web/packages/WeibullR/index.html](https://cran.r-project.org/web/packages/WeibullR/index.html)| +|weights|0.85|[https://cran.r-project.org/web/packages/weights/index.html](https://cran.r-project.org/web/packages/weights/index.html)| +|whisker|0.3-2|[https://cran.r-project.org/web/packages/whisker/index.html](https://cran.r-project.org/web/packages/whisker/index.html)| +|withr|2.1.2|[https://cran.r-project.org/web/packages/withr/index.html](https://cran.r-project.org/web/packages/withr/index.html)| +|wmtsa|2.0-3|[https://cran.r-project.org/web/packages/wmtsa/index.html](https://cran.r-project.org/web/packages/wmtsa/index.html)| +|wordcloud|2.5|[https://cran.r-project.org/web/packages/wordcloud/index.html](https://cran.r-project.org/web/packages/wordcloud/index.html)| +|wordcloud2|0.2.1|[https://cran.r-project.org/web/packages/wordcloud2/index.html](https://cran.r-project.org/web/packages/wordcloud2/index.html)| +|xesreadR|0.2.2|[https://cran.r-project.org/web/packages/xesreadR/index.html](https://cran.r-project.org/web/packages/xesreadR/index.html)| +|xgboost|0.6.4.1|[https://cran.r-project.org/web/packages/xgboost/index.html](https://cran.r-project.org/web/packages/xgboost/index.html)| +|XML|3.98-1.10|[https://cran.r-project.org/web/packages/XML/index.html](https://cran.r-project.org/web/packages/XML/index.html)| +|xml2|1.2.0|[https://cran.r-project.org/web/packages/xml2/index.html](https://cran.r-project.org/web/packages/xml2/index.html)| +|xplorerr|0.1.1|[https://cran.r-project.org/web/packages/xplorerr/index.html](https://cran.r-project.org/web/packages/xplorerr/index.html)| +|xtable|1.8-2|[https://cran.r-project.org/web/packages/xtable/index.html](https://cran.r-project.org/web/packages/xtable/index.html)| +|xts|0.10-2|[https://cran.r-project.org/web/packages/xts/index.html](https://cran.r-project.org/web/packages/xts/index.html)| +|yaml|2.1.18|[https://cran.r-project.org/web/packages/yaml/index.html](https://cran.r-project.org/web/packages/yaml/index.html)| +|yarrr|0.1.5|[https://cran.r-project.org/web/packages/yarrr/index.html](https://cran.r-project.org/web/packages/yarrr/index.html)| +|YieldCurve|4.1|[https://cran.r-project.org/web/packages/YieldCurve/index.html](https://cran.r-project.org/web/packages/YieldCurve/index.html)| +|zeallot|0.1.0|[https://cran.r-project.org/web/packages/zeallot/index.html](https://cran.r-project.org/web/packages/zeallot/index.html)| +|zic|0.9.1|[https://cran.r-project.org/web/packages/zic/index.html](https://cran.r-project.org/web/packages/zic/index.html)| +|zipfR|0.6-10|[https://cran.r-project.org/web/packages/zipfR/index.html](https://cran.r-project.org/web/packages/zipfR/index.html)| +|zoo|1.8-1|[https://cran.r-project.org/web/packages/zoo/index.html](https://cran.r-project.org/web/packages/zoo/index.html)| + + + + + ## R scripts that aren't supported in Power BI The following table shows which packages are not supported in the Power BI service. From 246e15168d5eb3e9cae175467982d8e817d91df9 Mon Sep 17 00:00:00 2001 From: Sneha Gunda Date: Wed, 22 Jan 2025 13:46:16 -0800 Subject: [PATCH 19/42] fixing table spacing --- .../service-r-packages-support.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 17902fef76..94c54588e8 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -33,8 +33,8 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) -| Package | Version -|-----------------------|------------- +| Package | Version | +|-----------------------|-------------| |abc|2.2.1| |abc.data|1.1| |abind|1.4-5| @@ -1161,19 +1161,19 @@ The following sections provide an alphabetical table of which R packages are sup |zip|2.3.1| |zipfR|0.6-70| |zoo|1.8-12| - |base|4.3.3|Built-in|Package - |compiler|4.3.3|Built-in|Package - |datasets|4.3.3|Built-in|Package - |graphics|4.3.3|Built-in|Package - |grDevices|4.3.3|Built-in|Package - |MatrixGenerics|1.14.0|[Download] (https://bioconductor.org/packages/MatrixGenerics) - |methods|4.3.3|Built-in|Package - |parallel|4.3.3|Built-in|Package - |sparseMatrixStats|1.14.0|[Download] (https://github.com/const-ae/sparseMatrixStats) - |stats|4.3.3|Built-in|Package - |stats4|4.3.3|Built-in|Package - |tools|4.3.3|Built-in|Package - |utils|4.3.3|Built-in|Package +|base|4.3.3|Built-in|Package | +|compiler|4.3.3|Built-in|Package | +|datasets|4.3.3|Built-in|Package | +|graphics|4.3.3|Built-in|Package | +|grDevices|4.3.3|Built-in|Package | +|MatrixGenerics|1.14.0|[Download] (https://bioconductor.org/packages/MatrixGenerics) | +|methods|4.3.3|Built-in|Package | +|parallel|4.3.3|Built-in|Package | +|sparseMatrixStats|1.14.0|[Download] (https://github.com/const-ae/sparseMatrixStats) | +|stats|4.3.3|Built-in|Package | +|stats4|4.3.3|Built-in|Package | +|tools|4.3.3|Built-in|Package | +|utils|4.3.3|Built-in|Package| ## R packages that are supported in Power BI From e89b335bf56f00fa8d3f92bfadd9b3164268f37c Mon Sep 17 00:00:00 2001 From: Sneha Gunda Date: Wed, 22 Jan 2025 13:53:07 -0800 Subject: [PATCH 20/42] Update service-r-packages-support.md --- powerbi-docs/connect-data/service-r-packages-support.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 94c54588e8..78dbd98158 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -11,13 +11,13 @@ ms.topic: how-to ms.date: 1/16/2025 LocalizationGroup: Connect to data --- + # Create visuals by using R packages in the Power BI service You can use the powerful [R programming language](https://www.r-project.org/) to create visuals in the Power BI service. The Power BI service supports almost thousand packages. The following sections provide an alphabetical table of which R packages are supported in Power BI, and which aren't. For more information about R in Power BI, see the [R visuals](../visuals/service-r-visuals.md) article. - ## Requirements and limitations of R packages * The Power BI service supports R packages with free and open-source software licenses such as GPL-2, GPL-3, MIT+, and so on. @@ -33,6 +33,8 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) +The folloiwng packages are supported: + | Package | Version | |-----------------------|-------------| |abc|2.2.1| From 604069bfb2ff3b374996da7b9fe75c24edb65990 Mon Sep 17 00:00:00 2001 From: Sneha Gunda Date: Wed, 22 Jan 2025 13:58:03 -0800 Subject: [PATCH 21/42] Update service-r-packages-support.md --- powerbi-docs/connect-data/service-r-packages-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 78dbd98158..d356b10107 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -50,8 +50,8 @@ The folloiwng packages are supported: |AlgDesign|1.2.1| |alluvial|0.1-2| |andrews|1.1.2| -||anomalize|0.3.0| -||anytime|0.3.9| +|anomalize|0.3.0| +|anytime|0.3.9| |aod|1.3.3| |apcluster|1.4.13| |ape|5.8| From 66d88106c0a7fc5fbff99e80890f510758624fb3 Mon Sep 17 00:00:00 2001 From: eva-lucas <162487724+eva-lucas@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:13:54 -0800 Subject: [PATCH 22/42] (UUF) Update article on drillthrough in Power BI --- .../create-reports/desktop-drillthrough.md | 49 +++++++++--------- .../drillthrough-add-fields-here.png | Bin 22762 -> 48325 bytes .../drillthrough-summarized-measure.png | Bin 31636 -> 0 bytes 3 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 powerbi-docs/create-reports/media/desktop-drillthrough/drillthrough-summarized-measure.png diff --git a/powerbi-docs/create-reports/desktop-drillthrough.md b/powerbi-docs/create-reports/desktop-drillthrough.md index 201db30a9b..a4f8097e05 100644 --- a/powerbi-docs/create-reports/desktop-drillthrough.md +++ b/powerbi-docs/create-reports/desktop-drillthrough.md @@ -1,23 +1,24 @@ --- title: Set up drillthrough in Power BI reports -description: Learn how to use drillthrough to drill down into data, on a new report page, in Power BI reports +description: Learn how to apply drillthrough in Power BI reports and let users drill down into data on a new report page author: maggiesMSFT ms.author: maggies ms.reviewer: '' ms.service: powerbi ms.subservice: pbi-reports-dashboards ms.topic: how-to -ms.date: 03/05/2024 +ms.date: 01/23/2025 ms.custom: "https://github.com/microsoft/powerbi-desktop-samples/blob/main/Sample%20Reports/Sales%20%26%20Returns%20Sample%20v201912.pbix" LocalizationGroup: Create reports +#customer intent: As a Power BI user, I want to set up drillthrough in my reports so that I can provide detailed, context-specific information to my report readers. --- # Set up drillthrough in Power BI reports [!INCLUDE [applies-yes-desktop-yes-service](../includes/applies-yes-desktop-yes-service.md)] -With *drillthrough* in Power BI reports, you can create a destination *target* page in your report that focuses on a specific entity such as a supplier, customer, or manufacturer. When your report readers right-click a data point in other *source* report pages, they drill through to the target page to get details that are filtered to that context. You can set up drillthrough in your reports in Power BI Desktop or the Power BI service. +With *drillthrough* in Power BI reports, you can create a destination *target* page in your report that focuses on a specific entity such as a supplier, customer, or manufacturer. When your report readers right-click a data point in other *source* report pages, they drill through to the target page to get details that are filtered to that context. You can set up drillthrough in your reports in Power BI Desktop or the Power BI service. -Want to investigate this report yourself? Open this [GitHub repo for Power BI Desktop samples](https://github.com/microsoft/powerbi-desktop-samples/blob/main/Sample%20Reports/Sales%20%26%20Returns%20Sample%20v201912.pbix). Then select **Download** to download the Sales & Returns sample .pbix file to your computer. This visual is on the Returns page of the report. +Want to investigate this report yourself? Open this [GitHub repo for Power BI Desktop samples](https://github.com/microsoft/powerbi-desktop-samples/blob/main/Sample%20Reports/Sales%20%26%20Returns%20Sample%20v201912.pbix). Then select **Download** to download the Sales & Returns Sample .pbix file to your computer. This visual is on the Returns page of the report. ![Screenshot of Using drillthrough.](media/desktop-drillthrough/power-bi-drill-through-right-click.png) @@ -28,24 +29,24 @@ Here are some articles explaining other ways to use drillthrough. ## Set up the drillthrough target page -1. To set up drillthrough, create a *target report page* that has the visuals you want for the type of entity that you're going to provide drillthrough for. +1. To set up drillthrough, create a *target report page* that has the visuals you want for the type of entity that you're going to provide drillthrough for. For example, suppose you want to provide drillthrough for manufacturers. You might create a drillthrough target page with visuals that show total sales, total units shipped, sales by category, and so on. That way, when you drill through to that page, the visuals are specific to the manufacturer you selected. -2. On that drillthrough target page, select **Build a visual** to open the **Format** pane, and in the **Page information** section: +2. On that drillthrough target page, select the **Build visual** pane, and, under **Drill through**: - - Select the **Page type** > **Drillthrough**. - - Turn **Keep all filters** to **On**. - - In **Drill through from**, select the field that you want to filter this page. - - In **Drill through when**, select **Used as category**. + - Set **Keep all filters** to **On**. + - In **Add drill-through fields here**, add the field that you want by dragging it from the Data pane. + - In the expanded section for the added field, under **Allow drillthrough when:**, select **Used as category**. - ![Screenshot of Page information in the Format pane.](media/desktop-drillthrough/drillthrough-add-fields-here.png) + ![Screenshot of drillthrough option in the Build visual pane.](media/desktop-drillthrough/drillthrough-add-fields-here.png) - When you add a field to the **Drillthrough filters** well, Power BI automatically creates a *back* button visual. That visual becomes a button in published reports. Users who view your report in the Power BI service use this button on the target page to get back to the original source report page from which they came. +When you add a field to the **Drill through** well, Power BI automatically creates a *back* button visual. That visual becomes a button in published reports. Users who view your report in the Power BI service use this button on the target page to get back to the original source report page from which they came. - ![Screenshot of Drillthrough image.](media/desktop-drillthrough/drillthrough-03.png) +![Screenshot of Drillthrough image.](media/desktop-drillthrough/drillthrough-03.png) + +## Use your own image for a back button -## Use your own image for a back button Because the back button is an image, you can replace that image with any image you want. It still operates as a back button so that report consumers can go back to the original source page. You can only add your own images in Power BI Desktop, not in the Power BI service. To use your own image for a back button, follow these steps: @@ -56,19 +57,19 @@ To use your own image for a back button, follow these steps: ![Screenshot of Load image and set Type to Back.](media/desktop-drillthrough/drillthrough-create-back-button.png) - Now users can right-click a data point on the other source pages in your report, and get a context menu that supports drillthrough to that target page. +Now users can right-click a data point on the other source pages in your report, and get a context menu that supports drillthrough to that target page. - ![Screenshot of Drillthrough menu.](media/desktop-drillthrough/drillthrough-04.png) +![Screenshot of Drillthrough menu.](media/desktop-drillthrough/drillthrough-04.png) - When report readers choose to drill through, the target page is filtered to show information about the data point they right-clicked on. For example, suppose you right-click a data point about Contoso, a manufacturer, and select **Drill through**. The drillthrough page they go to is filtered to Contoso. +When report readers choose to drill through, the target page is filtered to show information about the data point they right-clicked on. For example, suppose you right-click a data point about Contoso, a manufacturer, and select **Drill through**. The drillthrough page they go to is filtered to Contoso. ## Pass all filters in drillthrough You can set up drillthrough to pass all applied filters to the drillthrough target page. For example, you can select only a certain category of products and the visuals filtered to that category, and then select drillthrough on a source. You might be interested in what the drillthrough target page would look like with all those filters applied. -To keep all applied filters, go to the destination page. In the **Drillthrough** section of the **Visualizations** pane, set **Keep all filters** to **On**. +To keep all applied filters, go to the destination page. In the **Drill through** section of the **Build visual** pane, set **Keep all filters** to **On**. -When you then drill through on a visual on a source page, the temporary filters that you applied to the source visual are also applied to the drillthrough target page. In the **Drillthrough** section of the **Visualization** pane, those transient filters are shown in italics. +When you then drill through on a visual on a source page, the temporary filters that you applied to the source visual are also applied to the drillthrough target page. On the **Filters** pane of the published report, those transient filters are shown in italics. ![Screenshot of Transient filters in italics.](media/desktop-drillthrough/drillthrough-temporary-filters-italics.png) @@ -76,11 +77,9 @@ Although you could do this with tooltips pages, that would be an odd experience ## Add a measure to drillthrough -Besides passing all filters to the drillthrough target page, you can also add a measure or a summarized numeric column to the drillthrough area. Drag the drillthrough field to the **Drillthrough** card on the drillthrough target page to apply it. - -![Screenshot of Add a measure to drillthrough.](media/desktop-drillthrough/drillthrough-summarized-measure.png) +Besides passing all filters to the drillthrough target page, you can also add a measure or a summarized numeric column to the drillthrough area. On the drillthrough target page, drag the drillthrough field to the **Drill through** well on the **Build visual** panel to apply it. -When you add a measure or summarized numeric column, you can drill through to the page when the field is used in the *Value* area of a visual. +When you add a measure or summarized numeric column, you can drill through to the page when the field is used in the *Values* area of a visual. That's all there is to setting up drillthrough in your reports. It's a great way to get an expanded view of the entity information that you selected for your drillthrough filter. @@ -88,5 +87,5 @@ That's all there is to setting up drillthrough in your reports. It's a great way You might also be interested in the following articles: -* [Use cross-report drillthrough in Power BI reports](desktop-cross-report-drill-through.md) -* [Using slicers Power BI Desktop](../visuals/power-bi-visualization-slicers.md) +- [Use cross-report drillthrough in Power BI reports](desktop-cross-report-drill-through.md) +- [Using slicers Power BI Desktop](../visuals/power-bi-visualization-slicers.md) diff --git a/powerbi-docs/create-reports/media/desktop-drillthrough/drillthrough-add-fields-here.png b/powerbi-docs/create-reports/media/desktop-drillthrough/drillthrough-add-fields-here.png index ae901d7c63c7ba2db274ee7ac8b933d2f8602967..86182f7fdf4a770d0c86673a1a7aee1b003fa0fd 100644 GIT binary patch literal 48325 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%0D;pW78v*=R=tREKjLA$R2H(+AGFeCP6P~k4H%V!y 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 ASpWb4 diff --git a/powerbi-docs/create-reports/media/desktop-drillthrough/drillthrough-summarized-measure.png b/powerbi-docs/create-reports/media/desktop-drillthrough/drillthrough-summarized-measure.png deleted file mode 100644 index f419ea8e170e09a1ddb31a58b188aa82da745f93..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31636 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 E0anU=I{*Lx From 5e65f2d31f5d67d8b2598ed9c04447635c69d198 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:17:48 -0800 Subject: [PATCH 23/42] Update service-python-packages-support.md --- .../service-python-packages-support.md | 130 +++++++++--------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 5e15341f2b..72bffd6e1a 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -34,71 +34,71 @@ There are a handful of requirements and limitations for Python packages: The following table shows which packages **are supported** in Power BI for reports in **Premium/Fabric backed workspaces**. | Package | Version | Link | -|-----------------------|-------------|--------------------------------------------------------------------------| -| asttokens |2.4.1|[https://pypi.org/project/asttokens/2.4.1/](https://pypi.org/project/asttokens/2.4.1/) | -| certifi |2024.8.30|[https://pypi.org/project/certifi/2024.8.30/](https://pypi.org/project/certifi/2024.8.30/) | -| comm |0.2.2|[https://pypi.org/project/comm/0.2.2/] (https://pypi.org/project/comm/0.2.2/) | -| contourpy |1.3.0|[https://pypi.org/project/contourpy/1.3.0/] (https://pypi.org/project/contourpy/1.3.0/) | -| cycler |0.12.1|[https://pypi.org/project/cycler/0.12.1/] (https://pypi.org/project/cycler/0.12.1/) | -| debugpy |1.8.5| [https://pypi.org/project/debugpy/1.8.5/] (https://pypi.org/project/debugpy/1.8.5/) | -| decorator |5.1.1|[https://pypi.org/project/decorator/5.1.1/] (https://pypi.org/project/decorator/5.1.1/) | -| exceptiongroup |1.2.2|[https://pypi.org/project/exceptiongroup/1.2.2/] (https://pypi.org/project/exceptiongroup/1.2.2/) | -| executing |2.1.0| [https://pypi.org/project/executing/2.1.0/] (https://pypi.org/project/executing/2.1.0/) | -| fonttools |4.53.1| [https://pypi.org/project/fonttools/4.53.1/] (https://pypi.org/project/fonttools/4.53.1/) | -| importlib_metadata |8.4.0| [https://pypi.org/project/importlib_metadata/8.4.0/] (https://pypi.org/project/importlib_metadata/8.4.0/) | -| ipykernel |6.29.4| [https://pypi.org/project/ipykernel/6.29.4/] (https://pypi.org/project/ipykernel/6.29.4/) | -| ipython |8.27.0| [https://pypi.org/project/ipython/8.27.0/] (https://pypi.org/project/ipython/8.27.0/) | -| jedi |0.19.1| [https://pypi.org/project/jedi/0.19.1/] (https://pypi.org/project/jedi/0.19.1/) | -| joblib |1.4.2| [https://pypi.org/project/joblib/1.4.2/] (https://pypi.org/project/joblib/1.4.2/) | -| jupyter_client |8.6.2| [https://pypi.org/project/jupyter_client/8.6.2/] (https://pypi.org/project/jupyter_client/8.6.2/) | -| jupyter_core |5.7.2| [https://pypi.org/project/jupyter_core/5.7.2/] (https://pypi.org/project/jupyter_core/5.7.2/) | -| kiwisolver |1.4.5| [https://pypi.org/project/kiwisolver/1.4.5/] (https://pypi.org/project/kiwisolver/1.4.5/) | -| matplotlib |3.8.4| [https://pypi.org/project/matplotlib/3.8.4/] ( https://pypi.org/project/matplotlib/3.8.4/) | -| matplotlib|inline |0.1.7| [https://pypi.org/project/matplotlib|inline/0.1.7/] (https://pypi.org/project/matplotlib|inline/0.1.7/) | -| munkres |1.1.4| [https://pypi.org/project/munkres/1.1.4/] (https://pypi.org/project/munkres/1.1.4/) | -| nest_asyncio |1.6.0| [https://pypi.org/project/nest_asyncio/1.6.0/] (https://pypi.org/project/nest_asyncio/1.6.0/) | -| numpy |2.0.0| [https://pypi.org/project/numpy/2.0.0/] (https://pypi.org/project/numpy/2.0.0/) | -| packaging |24.1| [https://pypi.org/project/packaging/24.1/] (https://pypi.org/project/packaging/24.1/) | -| pandas |2.2.2| [https://pypi.org/project/pandas/2.2.2/] (https://pypi.org/project/pandas/2.2.2/) | -| parso |0.8.4| [https://pypi.org/project/parso/0.8.4/] (https://pypi.org/project/parso/0.8.4/) | -| patsy |0.5.6| [https://pypi.org/project/patsy/0.5.6/] (https://pypi.org/project/patsy/0.5.6/) | -| pexpect |4.9.0| [https://pypi.org/project/pexpect/4.9.0/] (https://pypi.org/project/pexpect/4.9.0/) | -| pickleshare |0.7.5| [https://pypi.org/project/pickleshare/0.7.5/] (https://pypi.org/project/pickleshare/0.7.5/) | -| pillow |10.4.0| [https://pypi.org/project/pillow/10.4.0/] (https://pypi.org/project/pillow/10.4.0/) | -| pip |24| [https://pypi.org/project/pip/24/] (https://pypi.org/project/pip/24/) | -| platformdirs |4.2.2| [https://pypi.org/project/platformdirs/4.2.2/] (https://pypi.org/project/platformdirs/4.2.2/) | -| ply |3.11| [https://pypi.org/project/ply/3.11/] (https://pypi.org/project/ply/3.11/) | -| prompt_toolkit |3.0.47| [https://pypi.org/project/prompt_toolkit/3.0.47/] (https://pypi.org/project/prompt_toolkit/3.0.47/) | -| psutil |6.0.0| [https://pypi.org/project/psutil/6.0.0/] (https://pypi.org/project/psutil/6.0.0/) | -| ptyprocess |0.7.0|[https://pypi.org/project/ptyprocess/0.7.0/] (https://pypi.org/project/ptyprocess/0.7.0/) | -| pure_eval |0.2.3| [https://pypi.org/project/pure_eval/0.2.3/] (https://pypi.org/project/pure_eval/0.2.3/) | -| Pygments |2.18.0| [https://pypi.org/project/Pygments/2.18.0/] (https://pypi.org/project/Pygments/2.18.0/) | -| pyparsing |3.1.2| [https://pypi.org/project/pyparsing/3.1.2/] (https://pypi.org/project/pyparsing/3.1.2/) | -| PyQt5 |5.15.9| [https://pypi.org/project/PyQt5/5.15.9/] (https://pypi.org/project/PyQt5/5.15.9/) | -| PyQt5|sip |12.12.2| [https://pypi.org/project/PyQt5|sip/12.12.2/] (https://pypi.org/project/PyQt5|sip/12.12.2/) | -| python|dateutil |2.9.0| [https://pypi.org/project/python|dateutil/2.9.0/] (https://pypi.org/project/python|dateutil/2.9.0/) | -| pytz |2024.1| [https://pypi.org/project/pytz/2024.1/] (https://pypi.org/project/pytz/2024.1/) | -| pyzmq |26.2.0| [https://pypi.org/project/pyzmq/26.2.0/] (https://pypi.org/project/pyzmq/26.2.0/) | -| scikit|learn |1.5.0| [https://pypi.org/project/scikit|learn/1.5.0/] (https://pypi.org/project/scikit|learn/1.5.0/) | -| scipy |1.13.1| [https://pypi.org/project/scipy/1.13.1/] (https://pypi.org/project/scipy/1.13.1/) | -| seaborn |0.13.2| [https://pypi.org/project/seaborn/0.13.2/] (https://pypi.org/project/seaborn/0.13.2/) | -| setuptools |70.0.0| [https://pypi.org/project/setuptools/70.0.0/] (https://pypi.org/project/setuptools/70.0.0/) | -| sip |6.7.12| [https://pypi.org/project/sip/6.7.12/] (https://pypi.org/project/sip/6.7.12/) | -| six |1.16.0| [https://pypi.org/project/six/1.16.0/] (https://pypi.org/project/six/1.16.0/) | -| stack|data |0.6.2| [https://pypi.org/project/stack|data/0.6.2/] (https://pypi.org/project/stack|data/0.6.2/) | -| statsmodels |0.14.2| [https://pypi.org/project/statsmodels/0.14.2/] (https://pypi.org/project/statsmodels/0.14.2/) | -| threadpoolctl |3.5.0| [https://pypi.org/project/threadpoolctl/3.5.0/] (https://pypi.org/project/threadpoolctl/3.5.0/) | -| toml |0.10.2| [https://pypi.org/project/toml/0.10.2/] (https://pypi.org/project/toml/0.10.2/) | -| tomli |2.0.1| [https://pypi.org/project/tomli/2.0.1/] (https://pypi.org/project/tomli/2.0.1/) | -| tornado |6.4.1| [https://pypi.org/project/tornado/6.4.1/] (https://pypi.org/project/tornado/6.4.1/) | -| traitlets |5.14.3| [https://pypi.org/project/traitlets/5.14.3/] (https://pypi.org/project/traitlets/5.14.3/) | -| typing_extensions |4.12.2| [https://pypi.org/project/typing_extensions/4.12.2/] (https://pypi.org/project/typing_extensions/4.12.2/) | -| tzdata |2024.1| [https://pypi.org/project/tzdata/2024.1/] (https://pypi.org/project/tzdata/2024.1/) | -| unicodedata2 |15.1.0| [https://pypi.org/project/unicodedata2/15.1.0/] (https://pypi.org/project/unicodedata2/15.1.0/) | -| wcwidth |0.2.13| [https://pypi.org/project/wcwidth/0.2.13/] (https://pypi.org/project/wcwidth/0.2.13/) | -| wheel |0.44.0| [https://pypi.org/project/wheel/0.44.0/] (https://pypi.org/project/wheel/0.44.0/) | -| xgboost |2.0.3| [https://pypi.org/project/xgboost/2.0.3/] (https://pypi.org/project/xgboost/2.0.3/) | -| zipp |3.20.1| [https://pypi.org/project/zipp/3.20.1/] (https://pypi.org/project/zipp/3.20.1/) | +|--------------------------|-------------|--------------------------------------------------------------------------------------------------------| +| asttokens | 2.4.1| [https://pypi.org/project/asttokens/2.4.1/](https://pypi.org/project/asttokens/2.4.1/) | +| certifi | 2024.8.30|[https://pypi.org/project/certifi/2024.8.30/](https://pypi.org/project/certifi/2024.8.30/) | +| comm | 0.2.2|[https://pypi.org/project/comm/0.2.2/] (https://pypi.org/project/comm/0.2.2/) | +| contourpy | 1.3.0|[https://pypi.org/project/contourpy/1.3.0/] (https://pypi.org/project/contourpy/1.3.0/) | +| cycler | 0.12.1|[https://pypi.org/project/cycler/0.12.1/] (https://pypi.org/project/cycler/0.12.1/) | +| debugpy | 1.8.5| [https://pypi.org/project/debugpy/1.8.5/] (https://pypi.org/project/debugpy/1.8.5/) | +| decorator | 5.1.1|[https://pypi.org/project/decorator/5.1.1/] (https://pypi.org/project/decorator/5.1.1/) | +| exceptiongroup | 1.2.2|[https://pypi.org/project/exceptiongroup/1.2.2/] (https://pypi.org/project/exceptiongroup/1.2.2/) | +| executing | 2.1.0| [https://pypi.org/project/executing/2.1.0/] (https://pypi.org/project/executing/2.1.0/) | +| fonttools | 4.53.1| [https://pypi.org/project/fonttools/4.53.1/] (https://pypi.org/project/fonttools/4.53.1/) | +| importlib_metadata | 8.4.0| [https://pypi.org/project/importlib_metadata/8.4.0/] (https://pypi.org/project/importlib_metadata/8.4.0/) | +| ipykernel | 6.29.4| [https://pypi.org/project/ipykernel/6.29.4/] (https://pypi.org/project/ipykernel/6.29.4/) | +| ipython | 8.27.0| [https://pypi.org/project/ipython/8.27.0/] (https://pypi.org/project/ipython/8.27.0/) | +| jedi | 0.19.1| [https://pypi.org/project/jedi/0.19.1/] (https://pypi.org/project/jedi/0.19.1/) | +| joblib | 1.4.2| [https://pypi.org/project/joblib/1.4.2/] (https://pypi.org/project/joblib/1.4.2/) | +| jupyter_client | 8.6.2| [https://pypi.org/project/jupyter_client/8.6.2/] (https://pypi.org/project/jupyter_client/8.6.2/) | +| jupyter_core | 5.7.2| [https://pypi.org/project/jupyter_core/5.7.2/] (https://pypi.org/project/jupyter_core/5.7.2/) | +| kiwisolver | 1.4.5| [https://pypi.org/project/kiwisolver/1.4.5/] (https://pypi.org/project/kiwisolver/1.4.5/) | +| matplotlib | 3.8.4| [https://pypi.org/project/matplotlib/3.8.4/] ( https://pypi.org/project/matplotlib/3.8.4/) | +| matplotlib inline | 0.1.7| [https://pypi.org/project/matplotlib|inline/0.1.7/] (https://pypi.org/project/matplotlib|inline/0.1.7/) | +| munkres | 1.1.4| [https://pypi.org/project/munkres/1.1.4/] (https://pypi.org/project/munkres/1.1.4/) | +| nest_asyncio | 1.6.0| [https://pypi.org/project/nest_asyncio/1.6.0/] (https://pypi.org/project/nest_asyncio/1.6.0/) | +| numpy | 2.0.0| [https://pypi.org/project/numpy/2.0.0/] (https://pypi.org/project/numpy/2.0.0/) | +| packaging | 24.1| [https://pypi.org/project/packaging/24.1/] (https://pypi.org/project/packaging/24.1/) | +| pandas | 2.2.2| [https://pypi.org/project/pandas/2.2.2/] (https://pypi.org/project/pandas/2.2.2/) | +| parso | 0.8.4| [https://pypi.org/project/parso/0.8.4/] (https://pypi.org/project/parso/0.8.4/) | +| patsy | 0.5.6| [https://pypi.org/project/patsy/0.5.6/] (https://pypi.org/project/patsy/0.5.6/) | +| pexpect | 4.9.0| [https://pypi.org/project/pexpect/4.9.0/] (https://pypi.org/project/pexpect/4.9.0/) | +| pickleshare | 0.7.5| [https://pypi.org/project/pickleshare/0.7.5/] (https://pypi.org/project/pickleshare/0.7.5/) | +| pillow | 10.4.0| [https://pypi.org/project/pillow/10.4.0/] (https://pypi.org/project/pillow/10.4.0/) | +| pip | 24| [https://pypi.org/project/pip/24/] (https://pypi.org/project/pip/24/) | +| platformdirs | 4.2.2| [https://pypi.org/project/platformdirs/4.2.2/] (https://pypi.org/project/platformdirs/4.2.2/) | +| ply | 3.11| [https://pypi.org/project/ply/3.11/] (https://pypi.org/project/ply/3.11/) | +| prompt_toolkit | 3.0.47| [https://pypi.org/project/prompt_toolkit/3.0.47/] (https://pypi.org/project/prompt_toolkit/3.0.47/) | +| psutil | 6.0.0| [https://pypi.org/project/psutil/6.0.0/] (https://pypi.org/project/psutil/6.0.0/) | +| ptyprocess | 0.7.0|[https://pypi.org/project/ptyprocess/0.7.0/] (https://pypi.org/project/ptyprocess/0.7.0/) | +| pure_eval | 0.2.3| [https://pypi.org/project/pure_eval/0.2.3/] (https://pypi.org/project/pure_eval/0.2.3/) | +| Pygments | 2.18.0| [https://pypi.org/project/Pygments/2.18.0/] (https://pypi.org/project/Pygments/2.18.0/) | +| pyparsing | 3.1.2| [https://pypi.org/project/pyparsing/3.1.2/] (https://pypi.org/project/pyparsing/3.1.2/) | +| PyQt5 | 5.15.9| [https://pypi.org/project/PyQt5/5.15.9/] (https://pypi.org/project/PyQt5/5.15.9/) | +| PyQt5 sip | 12.12.2| [https://pypi.org/project/PyQt5|sip/12.12.2/] (https://pypi.org/project/PyQt5|sip/12.12.2/) | +| python dateutil | 2.9.0| [https://pypi.org/project/python|dateutil/2.9.0/] (https://pypi.org/project/python|dateutil/2.9.0/) | +| pytz | 2024.1| [https://pypi.org/project/pytz/2024.1/] (https://pypi.org/project/pytz/2024.1/) | +| pyzmq | 26.2.0| [https://pypi.org/project/pyzmq/26.2.0/] (https://pypi.org/project/pyzmq/26.2.0/) | +| scikit learn | 1.5.0| [https://pypi.org/project/scikit|learn/1.5.0/] (https://pypi.org/project/scikit|learn/1.5.0/) | +| scipy | 1.13.1| [https://pypi.org/project/scipy/1.13.1/] (https://pypi.org/project/scipy/1.13.1/) | +| seaborn | 0.13.2| [https://pypi.org/project/seaborn/0.13.2/] (https://pypi.org/project/seaborn/0.13.2/) | +| setuptools | 70.0.0| [https://pypi.org/project/setuptools/70.0.0/] (https://pypi.org/project/setuptools/70.0.0/) | +| sip | 6.7.12| [https://pypi.org/project/sip/6.7.12/] (https://pypi.org/project/sip/6.7.12/) | +| six | 1.16.0| [https://pypi.org/project/six/1.16.0/] (https://pypi.org/project/six/1.16.0/) | +| stack data | 0.6.2| [https://pypi.org/project/stack|data/0.6.2/] (https://pypi.org/project/stack|data/0.6.2/) | +| statsmodels | 0.14.2| [https://pypi.org/project/statsmodels/0.14.2/] (https://pypi.org/project/statsmodels/0.14.2/) | +| threadpoolctl | 3.5.0| [https://pypi.org/project/threadpoolctl/3.5.0/] (https://pypi.org/project/threadpoolctl/3.5.0/) | +| toml | 0.10.2| [https://pypi.org/project/toml/0.10.2/] (https://pypi.org/project/toml/0.10.2/) | +| tomli | 2.0.1| [https://pypi.org/project/tomli/2.0.1/] (https://pypi.org/project/tomli/2.0.1/) | +| tornado | 6.4.1| [https://pypi.org/project/tornado/6.4.1/] (https://pypi.org/project/tornado/6.4.1/) | +| traitlets | 5.14.3| [https://pypi.org/project/traitlets/5.14.3/] (https://pypi.org/project/traitlets/5.14.3/) | +| typing_extensions | 4.12.2| [https://pypi.org/project/typing_extensions/4.12.2/] (https://pypi.org/project/typing_extensions/4.12.2/) | +| tzdata | 2024.1| [https://pypi.org/project/tzdata/2024.1/] (https://pypi.org/project/tzdata/2024.1/) | +| unicodedata2 | 15.1.0| [https://pypi.org/project/unicodedata2/15.1.0/] (https://pypi.org/project/unicodedata2/15.1.0/) | +| wcwidth | 0.2.13| [https://pypi.org/project/wcwidth/0.2.13/] (https://pypi.org/project/wcwidth/0.2.13/) | +| wheel | 0.44.0| [https://pypi.org/project/wheel/0.44.0/] (https://pypi.org/project/wheel/0.44.0/) | +| xgboost | 2.0.3| [https://pypi.org/project/xgboost/2.0.3/] (https://pypi.org/project/xgboost/2.0.3/) | +| zipp | 3.20.1| [https://pypi.org/project/zipp/3.20.1/] (https://pypi.org/project/zipp/3.20.1/) | ### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China From 4b76d65a6f67cc58781048bc9a5775e78422a8da Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:30:07 -0800 Subject: [PATCH 24/42] Update service-python-packages-support.md --- .../service-python-packages-support.md | 133 +++++++++--------- 1 file changed, 67 insertions(+), 66 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 72bffd6e1a..101c272dd4 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -33,72 +33,73 @@ There are a handful of requirements and limitations for Python packages: ## Python packages that are supported in the Power BI service (Premium/ Fabric backed workspaces) The following table shows which packages **are supported** in Power BI for reports in **Premium/Fabric backed workspaces**. -| Package | Version | Link | -|--------------------------|-------------|--------------------------------------------------------------------------------------------------------| -| asttokens | 2.4.1| [https://pypi.org/project/asttokens/2.4.1/](https://pypi.org/project/asttokens/2.4.1/) | -| certifi | 2024.8.30|[https://pypi.org/project/certifi/2024.8.30/](https://pypi.org/project/certifi/2024.8.30/) | -| comm | 0.2.2|[https://pypi.org/project/comm/0.2.2/] (https://pypi.org/project/comm/0.2.2/) | -| contourpy | 1.3.0|[https://pypi.org/project/contourpy/1.3.0/] (https://pypi.org/project/contourpy/1.3.0/) | -| cycler | 0.12.1|[https://pypi.org/project/cycler/0.12.1/] (https://pypi.org/project/cycler/0.12.1/) | -| debugpy | 1.8.5| [https://pypi.org/project/debugpy/1.8.5/] (https://pypi.org/project/debugpy/1.8.5/) | -| decorator | 5.1.1|[https://pypi.org/project/decorator/5.1.1/] (https://pypi.org/project/decorator/5.1.1/) | -| exceptiongroup | 1.2.2|[https://pypi.org/project/exceptiongroup/1.2.2/] (https://pypi.org/project/exceptiongroup/1.2.2/) | -| executing | 2.1.0| [https://pypi.org/project/executing/2.1.0/] (https://pypi.org/project/executing/2.1.0/) | -| fonttools | 4.53.1| [https://pypi.org/project/fonttools/4.53.1/] (https://pypi.org/project/fonttools/4.53.1/) | -| importlib_metadata | 8.4.0| [https://pypi.org/project/importlib_metadata/8.4.0/] (https://pypi.org/project/importlib_metadata/8.4.0/) | -| ipykernel | 6.29.4| [https://pypi.org/project/ipykernel/6.29.4/] (https://pypi.org/project/ipykernel/6.29.4/) | -| ipython | 8.27.0| [https://pypi.org/project/ipython/8.27.0/] (https://pypi.org/project/ipython/8.27.0/) | -| jedi | 0.19.1| [https://pypi.org/project/jedi/0.19.1/] (https://pypi.org/project/jedi/0.19.1/) | -| joblib | 1.4.2| [https://pypi.org/project/joblib/1.4.2/] (https://pypi.org/project/joblib/1.4.2/) | -| jupyter_client | 8.6.2| [https://pypi.org/project/jupyter_client/8.6.2/] (https://pypi.org/project/jupyter_client/8.6.2/) | -| jupyter_core | 5.7.2| [https://pypi.org/project/jupyter_core/5.7.2/] (https://pypi.org/project/jupyter_core/5.7.2/) | -| kiwisolver | 1.4.5| [https://pypi.org/project/kiwisolver/1.4.5/] (https://pypi.org/project/kiwisolver/1.4.5/) | -| matplotlib | 3.8.4| [https://pypi.org/project/matplotlib/3.8.4/] ( https://pypi.org/project/matplotlib/3.8.4/) | -| matplotlib inline | 0.1.7| [https://pypi.org/project/matplotlib|inline/0.1.7/] (https://pypi.org/project/matplotlib|inline/0.1.7/) | -| munkres | 1.1.4| [https://pypi.org/project/munkres/1.1.4/] (https://pypi.org/project/munkres/1.1.4/) | -| nest_asyncio | 1.6.0| [https://pypi.org/project/nest_asyncio/1.6.0/] (https://pypi.org/project/nest_asyncio/1.6.0/) | -| numpy | 2.0.0| [https://pypi.org/project/numpy/2.0.0/] (https://pypi.org/project/numpy/2.0.0/) | -| packaging | 24.1| [https://pypi.org/project/packaging/24.1/] (https://pypi.org/project/packaging/24.1/) | -| pandas | 2.2.2| [https://pypi.org/project/pandas/2.2.2/] (https://pypi.org/project/pandas/2.2.2/) | -| parso | 0.8.4| [https://pypi.org/project/parso/0.8.4/] (https://pypi.org/project/parso/0.8.4/) | -| patsy | 0.5.6| [https://pypi.org/project/patsy/0.5.6/] (https://pypi.org/project/patsy/0.5.6/) | -| pexpect | 4.9.0| [https://pypi.org/project/pexpect/4.9.0/] (https://pypi.org/project/pexpect/4.9.0/) | -| pickleshare | 0.7.5| [https://pypi.org/project/pickleshare/0.7.5/] (https://pypi.org/project/pickleshare/0.7.5/) | -| pillow | 10.4.0| [https://pypi.org/project/pillow/10.4.0/] (https://pypi.org/project/pillow/10.4.0/) | -| pip | 24| [https://pypi.org/project/pip/24/] (https://pypi.org/project/pip/24/) | -| platformdirs | 4.2.2| [https://pypi.org/project/platformdirs/4.2.2/] (https://pypi.org/project/platformdirs/4.2.2/) | -| ply | 3.11| [https://pypi.org/project/ply/3.11/] (https://pypi.org/project/ply/3.11/) | -| prompt_toolkit | 3.0.47| [https://pypi.org/project/prompt_toolkit/3.0.47/] (https://pypi.org/project/prompt_toolkit/3.0.47/) | -| psutil | 6.0.0| [https://pypi.org/project/psutil/6.0.0/] (https://pypi.org/project/psutil/6.0.0/) | -| ptyprocess | 0.7.0|[https://pypi.org/project/ptyprocess/0.7.0/] (https://pypi.org/project/ptyprocess/0.7.0/) | -| pure_eval | 0.2.3| [https://pypi.org/project/pure_eval/0.2.3/] (https://pypi.org/project/pure_eval/0.2.3/) | -| Pygments | 2.18.0| [https://pypi.org/project/Pygments/2.18.0/] (https://pypi.org/project/Pygments/2.18.0/) | -| pyparsing | 3.1.2| [https://pypi.org/project/pyparsing/3.1.2/] (https://pypi.org/project/pyparsing/3.1.2/) | -| PyQt5 | 5.15.9| [https://pypi.org/project/PyQt5/5.15.9/] (https://pypi.org/project/PyQt5/5.15.9/) | -| PyQt5 sip | 12.12.2| [https://pypi.org/project/PyQt5|sip/12.12.2/] (https://pypi.org/project/PyQt5|sip/12.12.2/) | -| python dateutil | 2.9.0| [https://pypi.org/project/python|dateutil/2.9.0/] (https://pypi.org/project/python|dateutil/2.9.0/) | -| pytz | 2024.1| [https://pypi.org/project/pytz/2024.1/] (https://pypi.org/project/pytz/2024.1/) | -| pyzmq | 26.2.0| [https://pypi.org/project/pyzmq/26.2.0/] (https://pypi.org/project/pyzmq/26.2.0/) | -| scikit learn | 1.5.0| [https://pypi.org/project/scikit|learn/1.5.0/] (https://pypi.org/project/scikit|learn/1.5.0/) | -| scipy | 1.13.1| [https://pypi.org/project/scipy/1.13.1/] (https://pypi.org/project/scipy/1.13.1/) | -| seaborn | 0.13.2| [https://pypi.org/project/seaborn/0.13.2/] (https://pypi.org/project/seaborn/0.13.2/) | -| setuptools | 70.0.0| [https://pypi.org/project/setuptools/70.0.0/] (https://pypi.org/project/setuptools/70.0.0/) | -| sip | 6.7.12| [https://pypi.org/project/sip/6.7.12/] (https://pypi.org/project/sip/6.7.12/) | -| six | 1.16.0| [https://pypi.org/project/six/1.16.0/] (https://pypi.org/project/six/1.16.0/) | -| stack data | 0.6.2| [https://pypi.org/project/stack|data/0.6.2/] (https://pypi.org/project/stack|data/0.6.2/) | -| statsmodels | 0.14.2| [https://pypi.org/project/statsmodels/0.14.2/] (https://pypi.org/project/statsmodels/0.14.2/) | -| threadpoolctl | 3.5.0| [https://pypi.org/project/threadpoolctl/3.5.0/] (https://pypi.org/project/threadpoolctl/3.5.0/) | -| toml | 0.10.2| [https://pypi.org/project/toml/0.10.2/] (https://pypi.org/project/toml/0.10.2/) | -| tomli | 2.0.1| [https://pypi.org/project/tomli/2.0.1/] (https://pypi.org/project/tomli/2.0.1/) | -| tornado | 6.4.1| [https://pypi.org/project/tornado/6.4.1/] (https://pypi.org/project/tornado/6.4.1/) | -| traitlets | 5.14.3| [https://pypi.org/project/traitlets/5.14.3/] (https://pypi.org/project/traitlets/5.14.3/) | -| typing_extensions | 4.12.2| [https://pypi.org/project/typing_extensions/4.12.2/] (https://pypi.org/project/typing_extensions/4.12.2/) | -| tzdata | 2024.1| [https://pypi.org/project/tzdata/2024.1/] (https://pypi.org/project/tzdata/2024.1/) | -| unicodedata2 | 15.1.0| [https://pypi.org/project/unicodedata2/15.1.0/] (https://pypi.org/project/unicodedata2/15.1.0/) | -| wcwidth | 0.2.13| [https://pypi.org/project/wcwidth/0.2.13/] (https://pypi.org/project/wcwidth/0.2.13/) | -| wheel | 0.44.0| [https://pypi.org/project/wheel/0.44.0/] (https://pypi.org/project/wheel/0.44.0/) | -| xgboost | 2.0.3| [https://pypi.org/project/xgboost/2.0.3/] (https://pypi.org/project/xgboost/2.0.3/) | -| zipp | 3.20.1| [https://pypi.org/project/zipp/3.20.1/] (https://pypi.org/project/zipp/3.20.1/) | +[Download packages here] (https://pypi.org/) +| Package | Version | +|--------------------------|-------------| +| asttokens | 2.4.1| +| certifi | 2024.8.30| +| comm | 0.2.2| +| contourpy | 1.3.0| +| cycler | 0.12.1| +| debugpy | 1.8.5| +| decorator | 5.1.1| +| exceptiongroup | 1.2.2| +| executing | 2.1.0| +| fonttools | 4.53.1| +| importlib_metadata | 8.4.0| +| ipykernel | 6.29.4| +| ipython | 8.27.0| +| jedi | 0.19.1| +| joblib | 1.4.2| +| jupyter_client | 8.6.2| +| jupyter_core | 5.7.2| +| kiwisolver | 1.4.5| +| matplotlib | 3.8.4| +| matplotlib inline | 0.1.7| +| munkres | 1.1.4| +| nest_asyncio | 1.6.0| +| numpy | 2.0.0| +| packaging | 24.1| +| pandas | 2.2.2| +| parso | 0.8.4| +| patsy | 0.5.6| +| pexpect | 4.9.0| +| pickleshare | 0.7.5| +| pillow | 10.4.0| +| pip | 24| +| platformdirs | 4.2.2| +| ply | 3.11|| +| prompt_toolkit | 3.0.47| +| psutil | 6.0.0| +| ptyprocess | 0.7.0| +| pure_eval | 0.2.3| +| Pygments | 2.18.0| +| pyparsing | 3.1.2| +| PyQt5 | 5.15.9| +| PyQt5 sip | 12.12.2| +| python dateutil | 2.9.0| +| pytz | 2024.1| +| pyzmq | 26.2.0| +| scikit learn | 1.5.0| +| scipy | 1.13.1| +| seaborn | 0.13.2| +| setuptools | 70.0.0| +| sip | 6.7.12| +| six | 1.16.0| +| stack data | 0.6.2| +| statsmodels | 0.14.2| +| threadpoolctl | 3.5.0| +| toml | 0.10.2| +| tomli | 2.0.1| +| tornado | 6.4.1| +| traitlets | 5.14.3| +| typing_extensions | 4.12.2| +| tzdata | 2024.1| +| unicodedata2 | 15.1.0| +| wcwidth | 0.2.13| +| wheel | 0.44.0| +| xgboost | 2.0.3| +| zipp | 3.20.1| ### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China From 1769d37ce4fe5ee36ae070c88bc00f6933242045 Mon Sep 17 00:00:00 2001 From: Sneha Gunda Date: Wed, 22 Jan 2025 16:51:39 -0800 Subject: [PATCH 25/42] Fixing formatting --- .../service-r-packages-support.md | 2280 ++++++++--------- 1 file changed, 1140 insertions(+), 1140 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index d356b10107..f1a5fcf745 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -35,1147 +35,1147 @@ The following sections provide an alphabetical table of which R packages are sup The folloiwng packages are supported: -| Package | Version | +| Package | Version | |-----------------------|-------------| -|abc|2.2.1| -|abc.data|1.1| -|abind|1.4-5| -|acepack|1.4.2| -|actuar|3.3-4| -|ade4|1.7-22| -|adegenet|2.1.10| -|AdMit|2.1.9| -|AER|1.2-13| -|agricolae|1.3-7| -|AlgDesign|1.2.1| -|alluvial|0.1-2| -|andrews|1.1.2| -|anomalize|0.3.0| -|anytime|0.3.9| -|aod|1.3.3| -|apcluster|1.4.13| -|ape|5.8| -|aplpack|1.3.5| -|approximator|1.2-8| -|arm|1.14-4| -|arsenal|3.6.3| -|arules|1.7-8| -|arulesViz|1.5.3| -|ash|1.0-15| -|askpass|1.2.0| -|assertthat|0.2.1| -|audio|0.1-11| -|autocogs|0.1.4| -|automap|1.1-12| -|aweek|1.0.3| -|BACCO|2.1-0| -|backports|1.5.0| -|BaM|1.0.3| -|BAS|1.7.1| -|base64|2.0.1| -|base64enc|0.1-3| -|BayesDA|2012.04-1| -|BayesFactor|0.9.12-4.7| -|bayesGARCH|2.1.10| -|bayesm|3.1-6| -|bayesmix|0.7-6| -|bayesplot|1.11.1| -|bayesQR|2.4| -|bayesSurv|3.7| -|bayestestR|0.14.0| -|BayesTree|0.3-1.5| -|BayesX|0.3-3| -|BCBCSF|1.0-1| -|BDgraph|2.73| -|beanplot|1.3.1| -|beepr|2| -|beeswarm|0.4.0| -|benford.analysis|0.1.5| -|BenfordTests|1.2.0| -|bfp|0.0-48| -|BH|1.84.0-0| -|bibtex|0.5.1| -|biglm|0.9-3| -|bindr|0.1.1| -|bindrcpp|0.2.3| -|binom|1.1-1.1| -|BiocManager|1.30.25| -|bit|4.0.5| -|bit64|4.0.5| -|bitops|1.0-8| -|bizdays|1.0.16| -|blandr|0.6.0| -|blme|1.0-5| -|blob|1.2.4| -|BLR|1.6| -|BMA|3.18.17| -|bmp|0.3| -|BMS|0.3.5| -|bnlearn|4.8.3| -|boa|1.1.8-2| -|BoolNet|2.1.9| -|Boom|0.9.15| -|BoomSpikeSlab|1.2.6| -|boot|1.3-31| -|bootstrap|2019.6| -|Boruta|8.0.0| -|bqtl|1.0-36| -|BradleyTerry2|1.1-2| -|brew|1.0-10| -|brglm|0.7.2| -|brio|1.1.5| -|broom|1.0.6| -|broom.helpers|1.17.0| -|broom.mixed|0.2.9.5| -|bslib|0.8.0| -|bspec|1.6| -|bspmma|0.1-2| -|bsts|0.9.10| -|bupaR|0.5.4| -|C50|0.1.8| -|ca|0.71.1| -|cachem|1.1.0| -|Cairo|1.6-2| -|cairoDevice|2.28.2.2| -|calibrate|1.7.7| -|calibrator|1.2-8| -|callr|3.7.6| -|car|3.1-2| -|carData|3.0-5| -|cards|0.2.2| -|caret|6.0-94| -|catnet|1.16.1| -|caTools|1.18.3| -|cclust|0.6-26| -|cellranger|1.1.0| -|ChainLadder|0.2.19| -|changepoint|2.2.4| -|checkmate|2.3.2| -|checkpoint|1.0.2| -|chk|0.9.2| -|choroplethrMaps|1.0.1| -|chron|2.3-61| -|circlize|0.4.16| -|Ckmeans.1d.dp|4.3.5| -|class|7.3-22| -|classInt|0.4-10| -|cli|3.6.3| -|ClickClust|1.1.6| -|clickstream|1.3.3| -|clipr|0.8.0| -|clock|0.7.1| -|clue|0.3-65| -|cluster|2.1.6| -|clv|0.3-2.4| -|cmprsk|2.2-12| -|coda|0.19-4.1| -|codetools|0.2-20| -|coefplot|1.2.8| -|coin|1.4-3| -|collapsibleTree|0.1.8| -|colorRamps|2.3.4| -|colorspace|2.1-1| -|colourpicker|1.3.0| -|colourvalues|0.3.9| -|combinat|0.0-8| -|commonmark|1.9.1| -|compositions|2.0-8| -|CompQuadForm|1.4.3| -|confintr|1.0.2| -|conflicted|1.2.0| -|conquer|1.3.3| -|contfrac|1.1-12| -|CORElearn|1.57.3| -|corpcor|1.6.10| -|corrgram|1.14| -|corrplot|0.94| -|covr|3.6.4| -|cowplot|1.1.3| -|cplm|0.7-12| -|cpp11|0.5.0| -|crayon|1.5.2| -|credentials|2.0.1| -|crosstalk|1.2.1| -|crul|1.5.0| -|ctv|0.9-5| -|cubature|2.0.4.6| -|Cubist|0.4.4| -|curl|5.2.1| -|cvar|0.5| -|CVST|0.2-3| -|cvTools|0.3.3| -|d3heatmap|0.6.1.2| -|d3Network|0.5.2.1| -|d3r|1.1.0| -|data.table|1.15.4| -|data.tree|1.1.0| -|datasauRus|0.1.8| -|datawizard|0.12.3| -|date|1.2-42| -|DBI|1.2.3| -|dbplyr|2.5.0| -|dbscan|1.2-0| -|dclone|2.3-2| -|dcurver|0.9.2| -|ddalpha|1.3.15| -|deal|1.2-42| -|debugme|1.2.0| -|decido|0.3.0| -|deepnet|0.2.1| -|deldir|2.0-4| -|dendextend|1.17.1| -|DEoptimR|1.1-3| -|Deriv|4.1.3| -|desc|1.4.3| -|descr|1.1.8| -|deSolve|1.4| -|devtools|2.4.5| -|diagram|1.6.5| -|DiagrammeR|1.0.11| -|DiagrammeRsvg|0.1| -|dials|1.3.0| -|DiceDesign|1.1| -|dichromat|2.0-0.1| -|diffobj|0.3.5| -|digest|0.6.33| -|dimRed|0.2.6| -|diptest|0.77-1| -|distcrete|1.0.3| -|distributional|0.4.0| -|DistributionUtils|0.6-1| -|distrom|1.0.1| -|dlm|1.1-6| -|DMwR|0.4.1| -|doBy|4.6.22| -|doFuture|1.0.1| -|doParallel|1.0.17| -|doSNOW|1.0.20| -|dotCall64|1.1-1| -|downlit|0.4.4| -|downloader|0.4| -|dplyr|1.1.4| -|DRR|0.0.4| -|dse|2020.2-1| -|DT|0.33| -|dtplyr|1.3.1| -|dtt|0.1-2| -|dtw|1.23-1| -|dygraphs|1.1.1.6| -|dynlm|0.3-6| -|e1071|1.7-14| -|earth|5.3.3| -|EbayesThresh|1.4-12| -|ebdbNet|1.2.8| -|ecm|7.2.0| -|edeaR|0.9.4| -|effects|4.2-2| -|effectsize|0.8.9| -|egg|0.4.5| -|ellipse|0.5.0| -|ellipsis|0.3.2| -|elliptic|1.4-0| -|emmeans|1.10.4| -|emulator|1.2-24| -|energy|1.7-12| -|english|1.2-6| -|ensembleBMA|5.1.8| -|entropy|1.3.1| -|epitools|0.5-10.1| -|epitrix|0.4.0| -|estimability|1.5| -|eulerr|7.0.2| -|evaluate|0.22| -|evd|2.3-7| -|evdbayes|1.1-3| -|eventdataR|0.3.1| -|exactRankTests|0.8-35| -|expint|0.1-8| -|expm|1.0-0| -|extraDistr|1.10.0| -|extrafont|0.19| -|extrafontdb|1| -|extremevalues|2.3.4| -|ez|4.4-0| -|factoextra|1.0.7| -|FactoMineR|2.11| -|fansi|1.0.5| -|faoutlier|0.7.6| -|farver|2.1.2| -|fastICA|1.2-5.1| -|fastmap|1.2.0| -|fastmatch|1.1-4| -|fBasics|4041.97| -|fda|6.1.8| -|fdrtool|1.2.18| -|fds|1.8| -|fGarch|4033.92| -|fields|16.2| -|filehash|2.4-6| -|filelock|1.0.3| -|FinCal|0.6.3| -|fitdistrplus|1.2-1| -|flashClust|1.01-2| -|flexclust|1.4-2| -|flexmix|2.3-19| -|float|0.3-2| -|FME|1.3.6.3| -|fmsb|0.7.6| -|FNN|1.1.4| -|fontawesome|0.5.2| -|fontBitstreamVera|0.1.1| -|fontLiberation|0.1.0| -|fontquiver|0.2.1| -|forcats|1.0.0| -|foreach|1.5.2| -|forecast|8.23.0| -|forecastHybrid|5.0.19| -|foreign|0.8-87| -|formatR|1.14| -|formattable|0.2.1| -|Formula|1.2-5| -|fpc|2.2-12| -|fracdiff|1.5-3| -|fs|1.6.4| -|fTrading|3042.79| -|fUnitRoots|4040.81| -|furrr|0.3.1| -|futile.logger|1.4.3| -|futile.options|1.0.1| -|future|1.34.0| -|future.apply|1.11.2| -|gam|1.22-4| -|gamlr|1.13-8| -|gamlss|5.4-22| -|gamlss.data|6.0-6| -|gamlss.dist|6.1-1| -|gargle|1.5.2| -|gbm|2.2.2| -|gbRd|0.4.12| -|gbutils|0.5| -|gclus|1.3.2| -|gdalUtils|2.0.3.2| -|gdata|3.0.0| -|gdtools|0.4.0| -|gee|4.13-27| -|genalg|0.2.1| -|generics|0.1.3| -|genetics|1.3.8.1.3| -|GenSA|1.1.14| -|geojson|0.3.5| -|geojsonio|0.11.3| -|geojsonlint|0.4.0| -|geojsonsf|2.0.3| -|geometries|0.2.4| -|geometry|0.4.7| -|geoR|1.9-4| -|geosphere|1.5-18| -|gert|2.1.1| -|gfonts|0.2.0| -|GGally|2.2.1| -|ggalt|0.4.0| -|gganimate|1.0.9| -|ggcorrplot|0.1.4.1| -|ggdendro|0.2.0| -|ggeffects|1.7.1| -|ggExtra|0.10.1| -|ggfittext|0.10.2| -|ggforce|0.4.2| -|ggformula|0.12.0| -|ggfortify|0.4.17| -|ggfun|0.1.6| -|gghighlight|0.4.1| -|ggimage|0.3.3| -|ggiraph|0.8.10| -|ggjoy|0.4.1| -|ggm|2.3| -|ggmap|4.0.0| -|ggmcmc|1.5.1.1| -|ggplot2|3.5.1| -|ggplot2movies|0.0.1| -|ggplotify|0.1.2| -|ggpmisc|0.6.0| -|ggpp|0.5.8-1| -|ggpubr|0.6.0| -|ggQC|0.0.31| -|ggRandomForests|2.2.1| -|ggraph|2.2.1| -|ggrepel|0.9.5| -|ggridges|0.5.6| -|ggsci|3.2.0| -|ggsignif|0.6.4| -|ggsoccer|0.1.7| -|ggstance|0.3.7| -|ggstats|0.6.0| -|ggtern|3.5.0| -|ggtext|0.1.2| -|ggthemes|5.1.0| -|gh|1.4.1| -|gistr|0.9.0| -|git2r|0.33.0| -|gitcreds|0.1.2| -|glasso|1.11| -|glmmTMB|1.1.9| -|glmnet|4.1-8| -|GlobalOptions|0.1.2| -|globals|0.16.3| -|glue|1.6.2| -|gmodels|2.19.1| -|gmp|0.7-5| -|gnm|1.1-5| -|goftest|1.2-3| -|googledrive|2.1.1| -|googlePolylines|0.8.4| -|googlesheets4|1.1.1| -|googleVis|0.7.3| -|gower|1.0.1| -|GPArotation|2024.3-1| -|GPfit|1.0-8| -|gplots|3.1.3.1| -|graphlayouts|1.1.1| -|greybox|2.0.2| -|grid|4.3.3| -|gridBase|0.4-7| -|gridExtra|2.3| -|gridGraphics|0.5-1| -|gridSVG|1.7-5| -|gridtext|0.1.5| -|grImport|0.9-7| -|grImport2|0.3-3| -|grpreg|3.5.0| -|gsl|2.1-8| -|gss|2.2-7| -|gstat|2.1-2| -|gsubfn|0.7| -|gtable|0.3.5| -|gtools|3.9.5| -|gtrendsR|1.5.1| -|gWidgets|0.0-54.2| -|gWidgets2|1.0-9| -|gWidgets2tcltk|1.0-8| -|gWidgetsRGtk2|0.0-86.1| -|gWidgetstcltk|0.0-55.1| -|haplo.stats|1.9.5.1| -|hardhat|1.4.0| -|hash|2.2.6.3| -|haven|2.5.4| -|hbsae|1.2| -|HDInterval|0.2.4| -|hdrcde|3.4| -|heatmaply|1.5.0| -|here|1.0.1| -|hexbin|1.28.4| -|hflights|0.1| -|HH|3.1-52| -|highcharter|0.9.4| -|highr|0.11| -|HistData|0.9-1| -|Hmisc|5.1-3| -|hms|1.1.3| -|hoardr|0.5.4| -|hrbrthemes|0.8.7| -|HSAUR|1.3-10| -|htmlTable|2.4.3| -|htmltools|0.5.8.1| -|htmlwidgets|1.6.4| -|hts|6.0.3| -|httpcode|0.3.0| -|httpuv|1.6.15| -|httr|1.4.7| -|httr2|1.0.3| -|huge|1.3.5| -|hunspell|3.0.4| -|hydroTSM|0.7-0| -|hypergeo|1.2-13| -|IBrokers|0.10-2| -|ids|1.0.1| -|ifultools|2.0-26| -|igraph|2.0.3| -|imager|1.0.2| -|imputeTS|3.3| -|incidence|1.7.5| -|infer|1.0.7| -|influenceR|0.1.5| -|ini|0.3.1| -|inline|0.3.19| -|insight|0.20.4| -|interp|1.1-6| -|intervals|0.15.5| -|inum|1.0-5| -|investr|1.4.2| -|ipred|0.9-15| -|IRdisplay|1.1| -|IRkernel|1.3.2| -|irlba|2.3.5.1| -|irr|0.84.1| -|isoband|0.2.7| -|ISOcodes|2024.02.12| -|iterators|1.0.14| -|janeaustenr|1.0.0| -|janitor|2.2.0| -|jmvcore|2.4.7| -|jomo|2.7-6| -|jpeg|0.1-10| -|jqr|1.3.4| -|jquerylib|0.1.4| -|jsonify|1.2.2| -|jsonlite|1.8.7| -|jsonvalidate|1.3.2| -|jtools|2.3.0| -|kableExtra|1.4.0| -|Kendall|2.2.1| -|kernlab|0.9-33| -|KernSmooth|2.23-24| -|kinship2|1.9.6.1| -|kknn|1.3.1| -|klaR|1.7-3| -|km.ci|0.5-6| -|KMsurv|0.1-5| -|knitr|1.48| -|ks|1.14.2| -|labeling|0.4.3| -|labelled|2.13.0| -|laeken|0.5.3| -|Lahman|11.0-0| -|lambda.r|1.2.4| -|lars|1.3| -|later|1.3.2| -|latex2exp|0.9.6| -|lattice|0.22-6| -|latticeExtra|0.6-30| -|lava|1.8.0| -|lavaan|0.6-18| -|lazyeval|0.2.2| -|lda|1.5.2| -|leafem|0.2.3| -|leaflet|2.2.2| -|leaflet.esri|1.0.0| -|leaflet.extras|2.0.1| -|leaflet.providers|2.0.0| -|leafpop|0.1.0| -|leafsync|0.1.0| -|leaps|3.2| -|LearnBayes|2.15.1| -|lexicon|1.2.1| -|lgr|0.4.4| -|lhs|1.2.0| -|libcoin|1.0-10| -|LiblineaR|2.10-23| -|LICORS|0.2.0| -|lifecycle|1.0.3| -|likert|1.3.5| -|limSolve|1.5.7.1| -|linelist|1.1.4| -|linprog|0.9-4| -|listenv|0.9.1| -|lm.beta|1.7-2| -|lme4|1.1-35.5| -|lmm|1.4| -|lmodel2|1.7-3| -|lmtest|0.9-40| -|lobstr|1.1.2| -|locfit|1.5-9.9| -|locpol|0.8.0| -|LogicReg|1.6.6| -|loo|2.8.0| -|lpSolve|5.6.20| -|lsa|0.73.3| -|lsmeans|2.30-0| -|lubridate|1.9.3| -|lwgeom|0.2-14| -|magic|1.6-1| -|magick|2.8.4| -|magrittr|2.0.3| -|manipulateWidget|0.11.1| -|MAPA|2.0.7| -|mapdata|2.3.1| -|mapdeck|0.3.5| -|mapproj|1.2.11| -|maps|3.4.2| -|maptools|1.1-8| -|maptree|1.4-8| -|mapview|2.11.2| -|marima|2.2| -|markdown|1.13| -|MASS|7.3-60.0.1| -|Matching|4.10-14| -|MatchIt|4.5.5| -|matchmaker|0.1.1| -|mathjaxr|1.6-0| -|Matrix|1.6-5| -|matrixcalc|1.0-6| -|MatrixExtra|0.1.15| -|MatrixModels|0.5-3| -|matrixStats|1.4.0| -|maxLik|1.5-2.1| -|maxstat|0.7-25| -|mboost|2.9-11| -|mclust|6.1.1| -|mcmc|0.9-8| -|MCMCglmm|2.36| -|MCMCpack|1.7-1| -|mda|0.5-4| -|memoise|2.0.1| -|merTools|0.6.2| -|meta|7.0-0| -|metadat|1.2-0| -|metafor|4.6-0| -|mgcv|1.9-1| -|mgsub|1.7.3| -|mi|1.1| -|mice|3.16.0| -|microbenchmark|1.5.0| -|mime|0.12| -|miniCRAN|0.3.0| -|miniUI|0.1.1.1| -|minpack.lm|1.2-4| -|minqa|1.2.8| -|mirt|1.41| -|misc3d|0.9-1| -|miscTools|0.6-28| -|mitml|0.4-5| -|mitools|2.4| -|mixtools|2.0.0| -|mlapi|0.1.1| -|mlbench|2.1-5| -|mlogitBMA|0.1-7| -|mnormt|2.1.1| -|MNP|3.1-5| -|modeldata|1.4.0| -|modelenv|0.1.1| -|ModelMetrics|1.2.2.2| -|modelr|0.1.11| -|modeltools|0.2-23| -|mombf|3.5.4| -|moments|0.14.1| -|monomvn|1.9-20| -|monreg|0.1.4.1| -|mosaic|1.9.1| -|mosaicCore|0.9.4.0| -|mosaicData|0.20.4| -|msir|1.3.3| -|msm|1.7.1| -|multcomp|1.4-26| -|multcompView|0.1-10| -|multicool|1.0.1| -|munsell|0.5.1| -|mvoutlier|2.1.1| -|mvtnorm|1.3-1| -|NADA|1.6-1.1| -|nanoparquet|0.3.1| -|NbClust|3.0.1| -|ncvreg|3.14.3| -|network|1.18.2| -|networkD3|0.4| -|neuralnet|1.44.2| -|ngram|3.2.3| -|nlme|3.1-165| -|nloptr|2.1.1| -|NLP|0.3-0| -|nls.multstart|1.3.0| -|NMF|0.21.0| -|nnet|7.3-19| -|nnls|1.5| -|nortest|1.0-4| -|numbers|0.8-5| -|numDeriv|2016.8-1.1| -|numform|0.7.0| -|OceanView|1.0.7| -|openair|2.18-2| -|openssl|2.2.1| -|ordinal|2023.12-4.1| -|osmar|1.1-7| -|outbreaks|1.9.0| -|outliers|0.15| -|packcircles|0.3.6| -|padr|0.6.2| -|pan|1.9| -|pander|0.6.5| -|parallelly|1.38.0| -|parameters|0.22.2| -|parsnip|1.2.1| -|partitions|1.10-7| -|party|1.3-17| -|partykit|1.2-22| -|patchwork|1.2.0| -|pbapply|1.7-2| -|pbdZMQ|0.3-10| -|pbivnorm|0.6.0| -|pbkrtest|0.5.3| -|PCAmixdata|3.1| -|pcaPP|2.0-5| -|pdc|1.0.3| -|pegas|1.3| -|performance|0.12.3| -|PerformanceAnalytics|2.0.4| -|permute|0.9-7| -|perry|0.3.1| -|petrinetR|0.3.0| -|pheatmap|1.0.12| -|pillar|1.9.0| -|pixmap|0.4-13| -|pkgbuild|1.4.4| -|pkgcache|2.2.2| -|pkgconfig|2.0.3| -|pkgdepends|0.7.2| -|pkgdown|2.1.0| -|pkgload|1.4.0| -|pkgmaker|0.32.10| -|platetools|0.1.7| -|plogr|0.2.0| -|plot3D|1.4.1| -|plot3Drgl|1.0.4| -|plotly|4.10.4| -|plotmo|3.6.4| -|plotrix|3.8-4| -|pls|2.8-4| -|plyr|1.8.9| -|png|0.1-8| -|polspline|1.1.25| -|polyclip|1.10-7| -|polylabelr|0.2.0| -|polynom|1.4-1| -|posterior|1.6.0| -|ppcor|1.1| -|prabclus|2.3-3| -|pracma|2.4.4| -|praise|1.0.0| -|precrec|0.14.4| -|prediction|0.3.18| -|PresenceAbsence|1.1.11| -|prettyunits|1.2.0| -|pROC|1.18.5| -|processmapR|0.5.5| -|processmonitR|0.1.0| -|processx|3.8.4| -|prodlim|2024.06.25| -|profileModel|0.6.1| -|profvis|0.3.8| -|progress|1.2.3| -|progressr|0.14.0| -|proj4|1.0-14| -|promises|1.3.0| -|prophet|1| -|proto|1.0.0| -|protolite|2.3.0| -|proxy|0.4-27| -|pryr|0.1.6| -|ps|1.7.7| -|pscl|1.5.9| -|psych|2.4.3| -|purrr|1.0.2| -|pwr|1.3-0| -|qap|0.1-2| -|qcc|2.7| -|qdapDictionaries|1.0.7| -|qdapRegex|0.7.8| -|qdapTools|1.3.7| -|qgraph|1.9.8| -|qicharts|0.5.8| -|qicharts2|0.7.5| -|quadprog|1.5-8| -|quanteda|3.3.1| -|quantmod|0.4.26| -|quantreg|5.98| -|questionr|0.7.8| -|QuickJSR|1.3.1| -|qvcalc|1.0.3| -|R.cache|0.16.0| -|R.matlab|3.7.0| -|R.methodsS3|1.8.2| -|R.oo|1.26.0| -|R.utils|2.12.3| -|r2d3|0.2.6| -|R2HTML|2.3.4| -|R2jags|0.8-5| -|R2OpenBUGS|3.2-3.2.1| -|R2WinBUGS|2.1-22.1| -|R6|2.5.1| -|ragg|1.3.2| -|rainbow|3.8| -|ramps|0.6.18| -|RandomFields|3.3.14| -|RandomFieldsUtils|1.2.5| -|randomForest|4.7-1.1| -|randomForestSRC|3.3.1| -|ranger|0.16.0| -|RApiDatetime|0.0.9| -|rapidjsonr|1.2.0| -|rappdirs|0.3.3| -|raster|3.6-26| -|rattle|5.5.1| -|rayimage|0.10.0| -|rayshader|0.24.10| -|rayvertex|0.11.4| -|rbenchmark|1.0.0| -|rbibutils|2.2.16| -|Rblpapi|0.3.14| -|rbokeh|0.5.2| -|rcmdcheck|1.4.0| -|RColorBrewer|1.1-3| -|Rcpp|1.0.13| -|RcppArmadillo|14.0.0-1| -|RcppDE|0.1.7| -|RcppEigen|0.3.4.0.2| -|RcppExamples|0.1.9| -|RcppParallel|5.1.9| -|RcppProgress|0.4.2| -|RcppRoll|0.3.1| -|RcppThread|2.1.7| -|RcppTOML|0.2.2| -|RCurl|1.98-1.16| -|Rdpack|2.6.1| -|readbitmap|0.1.5| -|readr|2.1.5| -|readxl|1.4.3| -|recipes|1.1.0| -|Redmonder|0.2.0| -|registry|0.5-1| -|relaimpo|2.2-7| -|relimp|1.0-5| -|rematch|2.0.0| -|rematch2|2.1.2| -|remotes|2.5.0| -|Renext|3.1-4| -|repr|1.1.6| -|reprex|2.1.1| -|reshape|0.8.9| -|reshape2|1.4.4| -|reticulate|1.39.0| -|rex|1.2.1| -|rFerns|5.0.0| -|rfm|0.3.0| -|rgdal|1.6-7| -|rgeos|0.6-4| -|rgexf|0.16.3| -|rgl|1.3.1| -|RgoogleMaps|1.5.1| -|RGraphics|3.0-2| -|RGtk2|2.20.36.3| -|RhpcBLASctl|0.23-42| -|RInside|0.2.18| -|rio|1.2.2| -|rjags|16-Apr| -|rjson|0.2.21| -|RJSONIO|1.3-1.9| -|rlang|1.1.4| -|rlecuyer|0.3-8| -|rlist|0.4.6.2| -|rmapshaper|0.5.0| -|rmarkdown|2.28| -|Rmisc|1.5.1| -|Rmpfr|0.9-5| -|rms|6.8-1| -|RMySQL|0.10.28| -|rngtools|1.5.2| -|robCompositions|2.4.1| -|robfilter|4.1.5| -|robustbase|0.99-4| -|robustHD|0.8.1| -|ROCR|1.0-11| -|RODBC|1.3-23| -|Rook|1.2| -|rootSolve|1.8.2.4| -|roxygen2|7.3.2| -|rpart|4.1.23| -|rpart.plot|3.1.2| -|rpivotTable|0.3.0| -|rprojroot|2.0.4| -|RPushbullet|0.3.4| -|rrcov|1.7-6| -|rsample|1.2.1| -|rsdmx|0.6-3| -|RSGHB|1.2.2| -|RSNNS|0.4-17| -|Rsolnp|1.16| -|rsparse|0.5.2| -|RSpectra|0.16-2| -|RSQLite|2.3.7| -|rstan|2.32.6| -|rstantools|2.4.0| -|rstatix|0.7.2| -|rstudioapi|0.16.0| -|rsvg|2.6.0| -|RTextTools|1.4.3| -|Rttf2pt1|1.3.12| -|RUnit|0.4.33| -|runjags|2.2.2-4| -|Runuran|0.38| -|rvcheck|0.2.1| -|rversions|2.1.2| -|rvest|1.0.4| -|rworldmap|1.3-8| -|rworldxtra|1.01| -|s2|1.1.7| -|SampleSizeMeans|1.2.3| -|SampleSizeProportions|1.1.3| -|sandwich|3.1-0| -|sas7bdat|0.8| -|sass|0.4.9| -|satellite|1.0.5| -|sbgcop|0.98| -|scales|1.3.0| -|scatterplot3d|0.3-44| -|sciplot|1.2-0| -|segmented|2.1-2| -|selectr|0.4-2| -|sem|3.1-16| -|sentimentr|2.9.0| -|seqinr|4.2-36| -|seriation|1.5.6| -|servr|0.31| -|sessioninfo|1.2.2| -|setRNG|2024.2-1| -|sets|1.0-25| -|sf|1.0-16| -|sfd|0.1.0| -|sfheaders|0.4.4| -|sfsmisc|1.1-19| -|sftime|0.2-0| -|sgeostat|1.0-27| -|shades|1.4.0| -|shape|1.4.6.1| -|shapefiles|0.7.2| -|shiny|1.9.1| -|shinyBS|0.61.1| -|shinycssloaders|1.1.0| -|shinyjs|2.1.0| -|shinyTime|1.0.3| -|showtext|0.9-7| -|showtextdb|3| -|SimDesign|2.17.1| -|SIS|0.8-8| -|SixSigma|0.11.1| -|sjlabelled|1.2.0| -|sjmisc|2.8.10| -|sjPlot|2.8.16| -|sjstats|0.19.0| -|skmeans|0.2-17| -|slam|0.1-53| -|slider|0.3.1| -|sm|2.2-6.0| -|smooth|4.0.2| -|smoothSurv|2.6| -|sna|2.7-2| -|snakecase|0.11.1| -|snow|0.4-4| -|SnowballC|0.7.1| -|snowFT|1.6-1| -|sodium|1.3.1| -|sourcetools|0.1.7-1| -|sp|2.1-4| -|spacefillr|0.3.3| -|spacetime|1.3-2| -|spacyr|1.3.0| -|spam|2.10-0| -|SparseM|1.84-2| -|sparsepp|1.22| -|spatial|7.3-17| -|spatstat|3.0-7| -|spatstat.data|3.1-2| -|spatstat.explore|3.2-6| -|spatstat.geom|3.2-9| -|spatstat.linnet|3.1-4| -|spatstat.model|3.2-10| -|spatstat.random|3.2-3| -|spatstat.sparse|3.1-0| -|spatstat.univar|3.0-1| -|spatstat.utils|3.1-0| -|spBayes|0.4-7| -|spData|2.3.3| -|spdep|1.3-5| -|spikeslab|1.1.6| -|splancs|2.01-45| -|splines|4.3.3| -|spls|2.2-3| -|splus2R|1.3-5| -|spTimer|3.3.2| -|sqldf|0.4-11| -|SQUAREM|2021.1| -|sROC|0.1-2| -|stabledist|0.7-2| -|stabs|0.6-4| -|StanHeaders|2.32.10| -|stars|0.6-6| -|statmod|1.5.0| -|statnet.common|4.9.0| -|stepPlr|0.93| -|stinepack|1.5| -|stochvol|3.2.4| -|stopwords|2.3| -|stringdist|0.9.12| -|stringi|1.8.4| -|stringr|1.5.1| -|strucchange|1.5-4| -|styler|1.10.3| -|sugrrants|0.2.9| -|sunburstR|2.1.8| -|SuppDists|1.1-9.8| -|survey|4.4-2| -|survival|3.7-0| -|survminer|0.4.9| -|survMisc|0.5.6| -|svglite|2.1.3| -|svmpath|0.97| -|svUnit|1.0.6| -|sweep|0.2.5| -|sys|3.4.2| -|sysfonts|0.8.9| -|systemfit|1.1-30| -|systemfonts|1.1.0| -|syuzhet|1.0.7| -|tau|0.0-25| -|tcltk|4.3.3| -|tcltk2|1.2-11| -|TeachingDemos|2.13| -|tensor|1.5| -|tensorA|0.36.2.1| -|terra|1.7-78| -|terrainmeshr|0.1.0| -|testthat|3.2.1.1| -|texreg|1.39.4| -|text2vec|0.6.4| -|textcat|1.0-8| -|textclean|0.9.3| -|textir|2.0-5| -|textmineR|3.0.5| -|textshape|1.7.5| -|textshaping|0.4.0| -|tfplot|2021.6-1| -|tframe|2015.12-1.1| -|tgp|2.4-23| -|TH.data|1.1-2| -|thief|0.3| -|threejs|0.3.3| -|tibble|3.2.1| -|tibbletime|0.1.8| -|tidycensus|1.6.5| -|tidygraph|1.3.0| -|tidymodels|1.2.0| -|tidyquant|1.0.9| -|tidyr|1.3.1| -|tidyselect|1.2.1| -|tidytext|0.4.2| -|tidyverse|2.0.0| -|tiff|0.1-12| -|tigris|2.1| -|timechange|0.3.0| -|timeDate|4032.109| -|timelineS|0.1.1| -|timeSeries|4032.109| -|timetk|2.9.0| -|timevis|2.1.0| -|tinytex|0.52| -|tm|0.7-14| -|tmap|3.3-4| -|tmaptools|3.1-1| -|TMB|1.9.14| -|tmvnsim|1.0-2| -|tokenizers|0.3.0| -|topicmodels|0.2-16| -|TraMineR|2.2-10| -|transformr|0.1.5| -|tree|1.0-43| -|treemap|2.4-4| -|treemapify|2.5.6| -|trelliscopejs|0.2.6| -|triebeard|0.4.1| -|trimcluster|0.1-5| -|truncnorm|1.0-9| -|TSA|1.3.1| -|tseries|0.10-57| -|tsfeatures|1.1.1| -|tsibble|1.1.5| -|tsintermittent|1.1| -|tsoutliers|0.6-10| -|TSP|1.2-4| -|TSstudio|0.1.7| -|TTR|0.24.4| -|tune|1.2.1| -|tweedie|2.3.5| -|tweenr|2.0.3| -|twitteR|1.1.9| -|tzdb|0.4.0| -|ucminf|1.2.2| -|udpipe|0.8.11| -|udunits2|0.13.2.1| -|units|0.8-5| -|UpSetR|1.4.0| -|urca|1.3-4| -|urlchecker|1.0.1| -|urltools|1.7.3| -|useful|1.2.6.1| -|usethis|3.0.0| -|UsingR|2.0-7| -|usmap|0.7.1| -|usmapdata|0.3.0| -|utf8|1.2.4| -|uuid|1.1-1| -|V8|5.0.0| -|vars|1.6-1| -|vcd|1.4-12| -|vctrs|0.6.4| -|vdiffr|1.0.7| -|vegan|2.6-8| -|VennDiagram|1.7.3| -|VGAM|1.1-11| -|VIM|6.2.2| -|vioplot|0.5.0| -|viridis|0.6.5| -|viridisLite|0.4.2| -|visNetwork|2.1.2| -|vistime|1.2.4| -|vroom|1.6.5| -|waldo|0.5.3| -|warp|0.2.1| -|waterfalls|1.0.0| -|wavethresh|4.7.3| -|webshot|0.5.5| -|webutils|1.2.1| -|WeibullR|1.2.1| -|weights|1.0.4| -|whisker|0.4.1| -|widgetframe|0.3.1| -|withr|3.0.1| -|wk|0.9.2| -|wmtsa|2.0-3| -|wordcloud|2.6| -|wordcloud2|0.2.1| -|workflows|1.1.4| -|workflowsets|1.1.0| -|writexl|1.5.0| -|xesreadR|0.2.3| -|xfun|0.47| -|xgboost|2.1.1.1| -|XML|3.99-0.17| -|xml2|1.3.6| -|xopen|1.0.1| -|xplorerr|0.1.2| -|xtable|1.8-4| -|xts|0.14.0| -|yaml|2.3.10| -|yardstick|1.3.1| -|yarrr|0.1.5| -|YieldCurve|5.1| -|yulab.utils|0.1.7| -|zCompositions|1.5.0-4| -|zeallot|0.1.0| -|zic|0.9.1| -|zip|2.3.1| -|zipfR|0.6-70| -|zoo|1.8-12| -|base|4.3.3|Built-in|Package | -|compiler|4.3.3|Built-in|Package | -|datasets|4.3.3|Built-in|Package | -|graphics|4.3.3|Built-in|Package | -|grDevices|4.3.3|Built-in|Package | -|MatrixGenerics|1.14.0|[Download] (https://bioconductor.org/packages/MatrixGenerics) | -|methods|4.3.3|Built-in|Package | -|parallel|4.3.3|Built-in|Package | -|sparseMatrixStats|1.14.0|[Download] (https://github.com/const-ae/sparseMatrixStats) | -|stats|4.3.3|Built-in|Package | -|stats4|4.3.3|Built-in|Package | -|tools|4.3.3|Built-in|Package | -|utils|4.3.3|Built-in|Package| +| abc | 2.2.1 | +| abc.data | 1.1 | +| abind | 1.4-5 | +| acepack | 1.4.2 | +| actuar | 3.3-4 | +| ade4 | 1.7-22 | +| adegenet | 2.1.10 | +| AdMit | 2.1.9 | +| AER | 1.2-13 | +| agricolae | 1.3-7 | +| AlgDesign | 1.2.1 | +| alluvial | 0.1-2 | +| andrews | 1.1.2 | +| anomalize | 0.3.0 | +| anytime | 0.3.9 | +| aod | 1.3.3 | +| apcluster | 1.4.13 | +| ape | 5.8 | +| aplpack | 1.3.5 | +| approximator | 1.2-8 | +| arm | 1.14-4 | +| arsenal | 3.6.3 | +| arules | 1.7-8 | +| arulesViz | 1.5.3 | +| ash | 1.0-15 | +| askpass | 1.2.0 | +| assertthat | 0.2.1 | +| audio | 0.1-11 | +| autocogs | 0.1.4 | +| automap | 1.1-12 | +| aweek | 1.0.3 | +| BACCO | 2.1-0 | +| backports | 1.5.0 | +| BaM | 1.0.3 | +| BAS | 1.7.1 | +| base64 | 2.0.1 | +| base64enc | 0.1-3 | +| BayesDA | 2012.04-1 | +| BayesFactor | 0.9.12-4.7 | +| bayesGARCH | 2.1.10 | +| bayesm | 3.1-6 | +| bayesmix | 0.7-6 | +| bayesplot | 1.11.1 | +| bayesQR | 2.4 | +| bayesSurv | 3.7 | +| bayestestR | 0.14.0 | +| BayesTree | 0.3-1.5 | +| BayesX | 0.3-3 | +| BCBCSF | 1.0-1 | +| BDgraph | 2.73 | +| beanplot | 1.3.1 | +| beepr | 2 | +| beeswarm | 0.4.0 | +| benford.analysis | 0.1.5 | +| BenfordTests | 1.2.0 | +| bfp | 0.0-48 | +| BH | 1.84.0-0 | +| bibtex | 0.5.1 | +| biglm | 0.9-3 | +| bindr | 0.1.1 | +| bindrcpp | 0.2.3 | +| binom | 1.1-1.1 | +| BiocManager | 1.30.25 | +| bit | 4.0.5 | +| bit64 | 4.0.5 | +| bitops | 1.0-8 | +| bizdays | 1.0.16 | +| blandr | 0.6.0 | +| blme | 1.0-5 | +| blob | 1.2.4 | +| BLR | 1.6 | +| BMA | 3.18.17 | +| bmp | 0.3 | +| BMS | 0.3.5 | +| bnlearn | 4.8.3 | +| boa | 1.1.8-2 | +| BoolNet | 2.1.9 | +| Boom | 0.9.15 | +| BoomSpikeSlab | 1.2.6 | +| boot | 1.3-31 | +| bootstrap | 2019.6 | +| Boruta | 8.0.0 | +| bqtl | 1.0-36 | +| BradleyTerry2 | 1.1-2 | +| brew | 1.0-10 | +| brglm | 0.7.2 | +| brio | 1.1.5 | +| broom | 1.0.6 | +| broom.helpers | 1.17.0 | +| broom.mixed | 0.2.9.5 | +| bslib | 0.8.0 | +| bspec | 1.6 | +| bspmma | 0.1-2 | +| bsts | 0.9.10 | +| bupaR | 0.5.4 | +| C50 | 0.1.8 | +| ca | 0.71.1 | +| cachem | 1.1.0 | +| Cairo | 1.6-2 | +| cairoDevice | 2.28.2.2 | +| calibrate | 1.7.7 | +| calibrator | 1.2-8 | +| callr | 3.7.6 | +| car | 3.1-2 | +| carData | 3.0-5 | +| cards | 0.2.2 | +| caret | 6.0-94 | +| catnet | 1.16.1 | +| caTools | 1.18.3 | +| cclust | 0.6-26 | +| cellranger | 1.1.0 | +| ChainLadder | 0.2.19 | +| changepoint | 2.2.4 | +| checkmate | 2.3.2 | +| checkpoint | 1.0.2 | +| chk | 0.9.2 | +| choroplethrMaps | 1.0.1 | +| chron | 2.3-61 | +| circlize | 0.4.16 | +| Ckmeans.1d.dp | 4.3.5 | +| class | 7.3-22 | +| classInt | 0.4-10 | +| cli | 3.6.3 | +| ClickClust | 1.1.6 | +| clickstream | 1.3.3 | +| clipr | 0.8.0 | +| clock | 0.7.1 | +| clue | 0.3-65 | +| cluster | 2.1.6 | +| clv | 0.3-2.4 | +| cmprsk | 2.2-12 | +| coda | 0.19-4.1 | +| codetools | 0.2-20 | +| coefplot | 1.2.8 | +| coin | 1.4-3 | +| collapsibleTree | 0.1.8 | +| colorRamps | 2.3.4 | +| colorspace | 2.1-1 | +| colourpicker | 1.3.0 | +| colourvalues | 0.3.9 | +| combinat | 0.0-8 | +| commonmark | 1.9.1 | +| compositions | 2.0-8 | +| CompQuadForm | 1.4.3 | +| confintr | 1.0.2 | +| conflicted | 1.2.0 | +| conquer | 1.3.3 | +| contfrac | 1.1-12 | +| CORElearn | 1.57.3 | +| corpcor | 1.6.10 | +| corrgram | 1.14 | +| corrplot | 0.94 | +| covr | 3.6.4 | +| cowplot | 1.1.3 | +| cplm | 0.7-12 | +| cpp11 | 0.5.0 | +| crayon | 1.5.2 | +| credentials | 2.0.1 | +| crosstalk | 1.2.1 | +| crul | 1.5.0 | +| ctv | 0.9-5 | +| cubature | 2.0.4.6 | +| Cubist | 0.4.4 | +| curl | 5.2.1 | +| cvar | 0.5 | +| CVST | 0.2-3 | +| cvTools | 0.3.3 | +| d3heatmap | 0.6.1.2 | +| d3Network | 0.5.2.1 | +| d3r | 1.1.0 | +| data.table | 1.15.4 | +| data.tree | 1.1.0 | +| datasauRus | 0.1.8 | +| datawizard | 0.12.3 | +| date | 1.2-42 | +| DBI | 1.2.3 | +| dbplyr | 2.5.0 | +| dbscan | 1.2-0 | +| dclone | 2.3-2 | +| dcurver | 0.9.2 | +| ddalpha | 1.3.15 | +| deal | 1.2-42 | +| debugme | 1.2.0 | +| decido | 0.3.0 | +| deepnet | 0.2.1 | +| deldir | 2.0-4 | +| dendextend | 1.17.1 | +| DEoptimR | 1.1-3 | +| Deriv | 4.1.3 | +| desc | 1.4.3 | +| descr | 1.1.8 | +| deSolve | 1.4 | +| devtools | 2.4.5 | +| diagram | 1.6.5 | +| DiagrammeR | 1.0.11 | +| DiagrammeRsvg | 0.1 | +| dials | 1.3.0 | +| DiceDesign | 1.1 | +| dichromat | 2.0-0.1 | +| diffobj | 0.3.5 | +| digest | 0.6.33 | +| dimRed | 0.2.6 | +| diptest | 0.77-1 | +| distcrete | 1.0.3 | +| distributional | 0.4.0 | +| DistributionUtils | 0.6-1 | +| distrom | 1.0.1 | +| dlm | 1.1-6 | +| DMwR | 0.4.1 | +| doBy | 4.6.22 | +| doFuture | 1.0.1 | +| doParallel | 1.0.17 | +| doSNOW | 1.0.20 | +| dotCall64 | 1.1-1 | +| downlit | 0.4.4 | +| downloader | 0.4 | +| dplyr | 1.1.4 | +| DRR | 0.0.4 | +| dse | 2020.2-1 | +| DT | 0.33 | +| dtplyr | 1.3.1 | +| dtt | 0.1-2 | +| dtw | 1.23-1 | +| dygraphs | 1.1.1.6 | +| dynlm | 0.3-6 | +| e1071 | 1.7-14 | +| earth | 5.3.3 | +| EbayesThresh | 1.4-12 | +| ebdbNet | 1.2.8 | +| ecm | 7.2.0 | +| edeaR | 0.9.4 | +| effects | 4.2-2 | +| effectsize | 0.8.9 | +| egg | 0.4.5 | +| ellipse | 0.5.0 | +| ellipsis | 0.3.2 | +| elliptic | 1.4-0 | +| emmeans | 1.10.4 | +| emulator | 1.2-24 | +| energy | 1.7-12 | +| english | 1.2-6 | +| ensembleBMA | 5.1.8 | +| entropy | 1.3.1 | +| epitools | 0.5-10.1 | +| epitrix | 0.4.0 | +| estimability | 1.5 | +| eulerr | 7.0.2 | +| evaluate | 0.22 | +| evd | 2.3-7 | +| evdbayes | 1.1-3 | +| eventdataR | 0.3.1 | +| exactRankTests | 0.8-35 | +| expint | 0.1-8 | +| expm | 1.0-0 | +| extraDistr | 1.10.0 | +| extrafont | 0.19 | +| extrafontdb | 1 | +| extremevalues | 2.3.4 | +| ez | 4.4-0 | +| factoextra | 1.0.7 | +| FactoMineR | 2.11 | +| fansi | 1.0.5 | +| faoutlier | 0.7.6 | +| farver | 2.1.2 | +| fastICA | 1.2-5.1 | +| fastmap | 1.2.0 | +| fastmatch | 1.1-4 | +| fBasics | 4041.97 | +| fda | 6.1.8 | +| fdrtool | 1.2.18 | +| fds | 1.8 | +| fGarch | 4033.92 | +| fields | 16.2 | +| filehash | 2.4-6 | +| filelock | 1.0.3 | +| FinCal | 0.6.3 | +| fitdistrplus | 1.2-1 | +| flashClust | 1.01-2 | +| flexclust | 1.4-2 | +| flexmix | 2.3-19 | +| float | 0.3-2 | +| FME | 1.3.6.3 | +| fmsb | 0.7.6 | +| FNN | 1.1.4 | +| fontawesome | 0.5.2 | +| fontBitstreamVera | 0.1.1 | +| fontLiberation | 0.1.0 | +| fontquiver | 0.2.1 | +| forcats | 1.0.0 | +| foreach | 1.5.2 | +| forecast | 8.23.0 | +| forecastHybrid | 5.0.19 | +| foreign | 0.8-87 | +| formatR | 1.14 | +| formattable | 0.2.1 | +| Formula | 1.2-5 | +| fpc | 2.2-12 | +| fracdiff | 1.5-3 | +| fs | 1.6.4 | +| fTrading | 3042.79 | +| fUnitRoots | 4040.81 | +| furrr | 0.3.1 | +| futile.logger | 1.4.3 | +| futile.options | 1.0.1 | +| future | 1.34.0 | +| future.apply | 1.11.2 | +| gam | 1.22-4 | +| gamlr | 1.13-8 | +| gamlss | 5.4-22 | +| gamlss.data | 6.0-6 | +| gamlss.dist | 6.1-1 | +| gargle | 1.5.2 | +| gbm | 2.2.2 | +| gbRd | 0.4.12 | +| gbutils | 0.5 | +| gclus | 1.3.2 | +| gdalUtils | 2.0.3.2 | +| gdata | 3.0.0 | +| gdtools | 0.4.0 | +| gee | 4.13-27 | +| genalg | 0.2.1 | +| generics | 0.1.3 | +| genetics | 1.3.8.1.3 | +| GenSA | 1.1.14 | +| geojson | 0.3.5 | +| geojsonio | 0.11.3 | +| geojsonlint | 0.4.0 | +| geojsonsf | 2.0.3 | +| geometries | 0.2.4 | +| geometry | 0.4.7 | +| geoR | 1.9-4 | +| geosphere | 1.5-18 | +| gert | 2.1.1 | +| gfonts | 0.2.0 | +| GGally | 2.2.1 | +| ggalt | 0.4.0 | +| gganimate | 1.0.9 | +| ggcorrplot | 0.1.4.1 | +| ggdendro | 0.2.0 | +| ggeffects | 1.7.1 | +| ggExtra | 0.10.1 | +| ggfittext | 0.10.2 | +| ggforce | 0.4.2 | +| ggformula | 0.12.0 | +| ggfortify | 0.4.17 | +| ggfun | 0.1.6 | +| gghighlight | 0.4.1 | +| ggimage | 0.3.3 | +| ggiraph | 0.8.10 | +| ggjoy | 0.4.1 | +| ggm | 2.3 | +| ggmap | 4.0.0 | +| ggmcmc | 1.5.1.1 | +| ggplot2 | 3.5.1 | +| ggplot2movies | 0.0.1 | +| ggplotify | 0.1.2 | +| ggpmisc | 0.6.0 | +| ggpp | 0.5.8-1 | +| ggpubr | 0.6.0 | +| ggQC | 0.0.31 | +| ggRandomForests | 2.2.1 | +| ggraph | 2.2.1 | +| ggrepel | 0.9.5 | +| ggridges | 0.5.6 | +| ggsci | 3.2.0 | +| ggsignif | 0.6.4 | +| ggsoccer | 0.1.7 | +| ggstance | 0.3.7 | +| ggstats | 0.6.0 | +| ggtern | 3.5.0 | +| ggtext | 0.1.2 | +| ggthemes | 5.1.0 | +| gh | 1.4.1 | +| gistr | 0.9.0 | +| git2r | 0.33.0 | +| gitcreds | 0.1.2 | +| glasso | 1.11 | +| glmmTMB | 1.1.9 | +| glmnet | 4.1-8 | +| GlobalOptions | 0.1.2 | +| globals | 0.16.3 | +| glue | 1.6.2 | +| gmodels | 2.19.1 | +| gmp | 0.7-5 | +| gnm | 1.1-5 | +| goftest | 1.2-3 | +| googledrive | 2.1.1 | +| googlePolylines | 0.8.4 | +| googlesheets4 | 1.1.1 | +| googleVis | 0.7.3 | +| gower | 1.0.1 | +| GPArotation | 2024.3-1 | +| GPfit | 1.0-8 | +| gplots | 3.1.3.1 | +| graphlayouts | 1.1.1 | +| greybox | 2.0.2 | +| grid | 4.3.3 | +| gridBase | 0.4-7 | +| gridExtra | 2.3 | +| gridGraphics | 0.5-1 | +| gridSVG | 1.7-5 | +| gridtext | 0.1.5 | +| grImport | 0.9-7 | +| grImport2 | 0.3-3 | +| grpreg | 3.5.0 | +| gsl | 2.1-8 | +| gss | 2.2-7 | +| gstat | 2.1-2 | +| gsubfn | 0.7 | +| gtable | 0.3.5 | +| gtools | 3.9.5 | +| gtrendsR | 1.5.1 | +| gWidgets | 0.0-54.2 | +| gWidgets2 | 1.0-9 | +| gWidgets2tcltk | 1.0-8 | +| gWidgetsRGtk2 | 0.0-86.1 | +| gWidgetstcltk | 0.0-55.1 | +| haplo.stats | 1.9.5.1 | +| hardhat | 1.4.0 | +| hash | 2.2.6.3 | +| haven | 2.5.4 | +| hbsae | 1.2 | +| HDInterval | 0.2.4 | +| hdrcde | 3.4 | +| heatmaply | 1.5.0 | +| here | 1.0.1 | +| hexbin | 1.28.4 | +| hflights | 0.1 | +| HH | 3.1-52 | +| highcharter | 0.9.4 | +| highr | 0.11 | +| HistData | 0.9-1 | +| Hmisc | 5.1-3 | +| hms | 1.1.3 | +| hoardr | 0.5.4 | +| hrbrthemes | 0.8.7 | +| HSAUR | 1.3-10 | +| htmlTable | 2.4.3 | +| htmltools | 0.5.8.1 | +| htmlwidgets | 1.6.4 | +| hts | 6.0.3 | +| httpcode | 0.3.0 | +| httpuv | 1.6.15 | +| httr | 1.4.7 | +| httr2 | 1.0.3 | +| huge | 1.3.5 | +| hunspell | 3.0.4 | +| hydroTSM | 0.7-0 | +| hypergeo | 1.2-13 | +| IBrokers | 0.10-2 | +| ids | 1.0.1 | +| ifultools | 2.0-26 | +| igraph | 2.0.3 | +| imager | 1.0.2 | +| imputeTS | 3.3 | +| incidence | 1.7.5 | +| infer | 1.0.7 | +| influenceR | 0.1.5 | +| ini | 0.3.1 | +| inline | 0.3.19 | +| insight | 0.20.4 | +| interp | 1.1-6 | +| intervals | 0.15.5 | +| inum | 1.0-5 | +| investr | 1.4.2 | +| ipred | 0.9-15 | +| IRdisplay | 1.1 | +| IRkernel | 1.3.2 | +| irlba | 2.3.5.1 | +| irr | 0.84.1 | +| isoband | 0.2.7 | +| ISOcodes | 2024.02.12 | +| iterators | 1.0.14 | +| janeaustenr | 1.0.0 | +| janitor | 2.2.0 | +| jmvcore | 2.4.7 | +| jomo | 2.7-6 | +| jpeg | 0.1-10 | +| jqr | 1.3.4 | +| jquerylib | 0.1.4 | +| jsonify | 1.2.2 | +| jsonlite | 1.8.7 | +| jsonvalidate | 1.3.2 | +| jtools | 2.3.0 | +| kableExtra | 1.4.0 | +| Kendall | 2.2.1 | +| kernlab | 0.9-33 | +| KernSmooth | 2.23-24 | +| kinship2 | 1.9.6.1 | +| kknn | 1.3.1 | +| klaR | 1.7-3 | +| km.ci | 0.5-6 | +| KMsurv | 0.1-5 | +| knitr | 1.48 | +| ks | 1.14.2 | +| labeling | 0.4.3 | +| labelled | 2.13.0 | +| laeken | 0.5.3 | +| Lahman | 11.0-0 | +| lambda.r | 1.2.4 | +| lars | 1.3 | +| later | 1.3.2 | +| latex2exp | 0.9.6 | +| lattice | 0.22-6 | +| latticeExtra | 0.6-30 | +| lava | 1.8.0 | +| lavaan | 0.6-18 | +| lazyeval | 0.2.2 | +| lda | 1.5.2 | +| leafem | 0.2.3 | +| leaflet | 2.2.2 | +| leaflet.esri | 1.0.0 | +| leaflet.extras | 2.0.1 | +| leaflet.providers | 2.0.0 | +| leafpop | 0.1.0 | +| leafsync | 0.1.0 | +| leaps | 3.2 | +| LearnBayes | 2.15.1 | +| lexicon | 1.2.1 | +| lgr | 0.4.4 | +| lhs | 1.2.0 | +| libcoin | 1.0-10 | +| LiblineaR | 2.10-23 | +| LICORS | 0.2.0 | +| lifecycle | 1.0.3 | +| likert | 1.3.5 | +| limSolve | 1.5.7.1 | +| linelist | 1.1.4 | +| linprog | 0.9-4 | +| listenv | 0.9.1 | +| lm.beta | 1.7-2 | +| lme4 | 1.1-35.5 | +| lmm | 1.4 | +| lmodel2 | 1.7-3 | +| lmtest | 0.9-40 | +| lobstr | 1.1.2 | +| locfit | 1.5-9.9 | +| locpol | 0.8.0 | +| LogicReg | 1.6.6 | +| loo | 2.8.0 | +| lpSolve | 5.6.20 | +| lsa | 0.73.3 | +| lsmeans | 2.30-0 | +| lubridate | 1.9.3 | +| lwgeom | 0.2-14 | +| magic | 1.6-1 | +| magick | 2.8.4 | +| magrittr | 2.0.3 | +| manipulateWidget | 0.11.1 | +| MAPA | 2.0.7 | +| mapdata | 2.3.1 | +| mapdeck | 0.3.5 | +| mapproj | 1.2.11 | +| maps | 3.4.2 | +| maptools | 1.1-8 | +| maptree | 1.4-8 | +| mapview | 2.11.2 | +| marima | 2.2 | +| markdown | 1.13 | +| MASS | 7.3-60.0.1 | +| Matching | 4.10-14 | +| MatchIt | 4.5.5 | +| matchmaker | 0.1.1 | +| mathjaxr | 1.6-0 | +| Matrix | 1.6-5 | +| matrixcalc | 1.0-6 | +| MatrixExtra | 0.1.15 | +| MatrixModels | 0.5-3 | +| matrixStats | 1.4.0 | +| maxLik | 1.5-2.1 | +| maxstat | 0.7-25 | +| mboost | 2.9-11 | +| mclust | 6.1.1 | +| mcmc | 0.9-8 | +| MCMCglmm | 2.36 | +| MCMCpack | 1.7-1 | +| mda | 0.5-4 | +| memoise | 2.0.1 | +| merTools | 0.6.2 | +| meta | 7.0-0 | +| metadat | 1.2-0 | +| metafor | 4.6-0 | +| mgcv | 1.9-1 | +| mgsub | 1.7.3 | +| mi | 1.1 | +| mice | 3.16.0 | +| microbenchmark | 1.5.0 | +| mime | 0.12 | +| miniCRAN | 0.3.0 | +| miniUI | 0.1.1.1 | +| minpack.lm | 1.2-4 | +| minqa | 1.2.8 | +| mirt | 1.41 | +| misc3d | 0.9-1 | +| miscTools | 0.6-28 | +| mitml | 0.4-5 | +| mitools | 2.4 | +| mixtools | 2.0.0 | +| mlapi | 0.1.1 | +| mlbench | 2.1-5 | +| mlogitBMA | 0.1-7 | +| mnormt | 2.1.1 | +| MNP | 3.1-5 | +| modeldata | 1.4.0 | +| modelenv | 0.1.1 | +| ModelMetrics | 1.2.2.2 | +| modelr | 0.1.11 | +| modeltools | 0.2-23 | +| mombf | 3.5.4 | +| moments | 0.14.1 | +| monomvn | 1.9-20 | +| monreg | 0.1.4.1 | +| mosaic | 1.9.1 | +| mosaicCore | 0.9.4.0 | +| mosaicData | 0.20.4 | +| msir | 1.3.3 | +| msm | 1.7.1 | +| multcomp | 1.4-26 | +| multcompView | 0.1-10 | +| multicool | 1.0.1 | +| munsell | 0.5.1 | +| mvoutlier | 2.1.1 | +| mvtnorm | 1.3-1 | +| NADA | 1.6-1.1 | +| nanoparquet | 0.3.1 | +| NbClust | 3.0.1 | +| ncvreg | 3.14.3 | +| network | 1.18.2 | +| networkD3 | 0.4 | +| neuralnet | 1.44.2 | +| ngram | 3.2.3 | +| nlme | 3.1-165 | +| nloptr | 2.1.1 | +| NLP | 0.3-0 | +| nls.multstart | 1.3.0 | +| NMF | 0.21.0 | +| nnet | 7.3-19 | +| nnls | 1.5 | +| nortest | 1.0-4 | +| numbers | 0.8-5 | +| numDeriv | 2016.8-1.1 | +| numform | 0.7.0 | +| OceanView | 1.0.7 | +| openair | 2.18-2 | +| openssl | 2.2.1 | +| ordinal | 2023.12-4.1 | +| osmar | 1.1-7 | +| outbreaks | 1.9.0 | +| outliers | 0.15 | +| packcircles | 0.3.6 | +| padr | 0.6.2 | +| pan | 1.9 | +| pander | 0.6.5 | +| parallelly | 1.38.0 | +| parameters | 0.22.2 | +| parsnip | 1.2.1 | +| partitions | 1.10-7 | +| party | 1.3-17 | +| partykit | 1.2-22 | +| patchwork | 1.2.0 | +| pbapply | 1.7-2 | +| pbdZMQ | 0.3-10 | +| pbivnorm | 0.6.0 | +| pbkrtest | 0.5.3 | +| PCAmixdata | 3.1 | +| pcaPP | 2.0-5 | +| pdc | 1.0.3 | +| pegas | 1.3 | +| performance | 0.12.3 | +| PerformanceAnalytics | 2.0.4 | +| permute | 0.9-7 | +| perry | 0.3.1 | +| petrinetR | 0.3.0 | +| pheatmap | 1.0.12 | +| pillar | 1.9.0 | +| pixmap | 0.4-13 | +| pkgbuild | 1.4.4 | +| pkgcache | 2.2.2 | +| pkgconfig | 2.0.3 | +| pkgdepends | 0.7.2 | +| pkgdown | 2.1.0 | +| pkgload | 1.4.0 | +| pkgmaker | 0.32.10 | +| platetools | 0.1.7 | +| plogr | 0.2.0 | +| plot3D | 1.4.1 | +| plot3Drgl | 1.0.4 | +| plotly | 4.10.4 | +| plotmo | 3.6.4 | +| plotrix | 3.8-4 | +| pls | 2.8-4 | +| plyr | 1.8.9 | +| png | 0.1-8 | +| polspline | 1.1.25 | +| polyclip | 1.10-7 | +| polylabelr | 0.2.0 | +| polynom | 1.4-1 | +| posterior | 1.6.0 | +| ppcor | 1.1 | +| prabclus | 2.3-3 | +| pracma | 2.4.4 | +| praise | 1.0.0 | +| precrec | 0.14.4 | +| prediction | 0.3.18 | +| PresenceAbsence | 1.1.11 | +| prettyunits | 1.2.0 | +| pROC | 1.18.5 | +| processmapR | 0.5.5 | +| processmonitR | 0.1.0 | +| processx | 3.8.4 | +| prodlim | 2024.06.25 | +| profileModel | 0.6.1 | +| profvis | 0.3.8 | +| progress | 1.2.3 | +| progressr | 0.14.0 | +| proj4 | 1.0-14 | +| promises | 1.3.0 | +| prophet | 1 | +| proto | 1.0.0 | +| protolite | 2.3.0 | +| proxy | 0.4-27 | +| pryr | 0.1.6 | +| ps | 1.7.7 | +| pscl | 1.5.9 | +| psych | 2.4.3 | +| purrr | 1.0.2 | +| pwr | 1.3-0 | +| qap | 0.1-2 | +| qcc | 2.7 | +| qdapDictionaries | 1.0.7 | +| qdapRegex | 0.7.8 | +| qdapTools | 1.3.7 | +| qgraph | 1.9.8 | +| qicharts | 0.5.8 | +| qicharts2 | 0.7.5 | +| quadprog | 1.5-8 | +| quanteda | 3.3.1 | +| quantmod | 0.4.26 | +| quantreg | 5.98 | +| questionr | 0.7.8 | +| QuickJSR | 1.3.1 | +| qvcalc | 1.0.3 | +| R.cache | 0.16.0 | +| R.matlab | 3.7.0 | +| R.methodsS3 | 1.8.2 | +| R.oo | 1.26.0 | +| R.utils | 2.12.3 | +| r2d3 | 0.2.6 | +| R2HTML | 2.3.4 | +| R2jags | 0.8-5 | +| R2OpenBUGS | 3.2-3.2.1 | +| R2WinBUGS | 2.1-22.1 | +| R6 | 2.5.1 | +| ragg | 1.3.2 | +| rainbow | 3.8 | +| ramps | 0.6.18 | +| RandomFields | 3.3.14 | +| RandomFieldsUtils | 1.2.5 | +| randomForest | 4.7-1.1 | +| randomForestSRC | 3.3.1 | +| ranger | 0.16.0 | +| RApiDatetime | 0.0.9 | +| rapidjsonr | 1.2.0 | +| rappdirs | 0.3.3 | +| raster | 3.6-26 | +| rattle | 5.5.1 | +| rayimage | 0.10.0 | +| rayshader | 0.24.10 | +| rayvertex | 0.11.4 | +| rbenchmark | 1.0.0 | +| rbibutils | 2.2.16 | +| Rblpapi | 0.3.14 | +| rbokeh | 0.5.2 | +| rcmdcheck | 1.4.0 | +| RColorBrewer | 1.1-3 | +| Rcpp | 1.0.13 | +| RcppArmadillo | 14.0.0-1 | +| RcppDE | 0.1.7 | +| RcppEigen | 0.3.4.0.2 | +| RcppExamples | 0.1.9 | +| RcppParallel | 5.1.9 | +| RcppProgress | 0.4.2 | +| RcppRoll | 0.3.1 | +| RcppThread | 2.1.7 | +| RcppTOML | 0.2.2 | +| RCurl | 1.98-1.16 | +| Rdpack | 2.6.1 | +| readbitmap | 0.1.5 | +| readr | 2.1.5 | +| readxl | 1.4.3 | +| recipes | 1.1.0 | +| Redmonder | 0.2.0 | +| registry | 0.5-1 | +| relaimpo | 2.2-7 | +| relimp | 1.0-5 | +| rematch | 2.0.0 | +| rematch2 | 2.1.2 | +| remotes | 2.5.0 | +| Renext | 3.1-4 | +| repr | 1.1.6 | +| reprex | 2.1.1 | +| reshape | 0.8.9 | +| reshape2 | 1.4.4 | +| reticulate | 1.39.0 | +| rex | 1.2.1 | +| rFerns | 5.0.0 | +| rfm | 0.3.0 | +| rgdal | 1.6-7 | +| rgeos | 0.6-4 | +| rgexf | 0.16.3 | +| rgl | 1.3.1 | +| RgoogleMaps | 1.5.1 | +| RGraphics | 3.0-2 | +| RGtk2 | 2.20.36.3 | +| RhpcBLASctl | 0.23-42 | +| RInside | 0.2.18 | +| rio | 1.2.2 | +| rjags | 16-Apr | +| rjson | 0.2.21 | +| RJSONIO | 1.3-1.9 | +| rlang | 1.1.4 | +| rlecuyer | 0.3-8 | +| rlist | 0.4.6.2 | +| rmapshaper | 0.5.0 | +| rmarkdown | 2.28 | +| Rmisc | 1.5.1 | +| Rmpfr | 0.9-5 | +| rms | 6.8-1 | +| RMySQL | 0.10.28 | +| rngtools | 1.5.2 | +| robCompositions | 2.4.1 | +| robfilter | 4.1.5 | +| robustbase | 0.99-4 | +| robustHD | 0.8.1 | +| ROCR | 1.0-11 | +| RODBC | 1.3-23 | +| Rook | 1.2 | +| rootSolve | 1.8.2.4 | +| roxygen2 | 7.3.2 | +| rpart | 4.1.23 | +| rpart.plot | 3.1.2 | +| rpivotTable | 0.3.0 | +| rprojroot | 2.0.4 | +| RPushbullet | 0.3.4 | +| rrcov | 1.7-6 | +| rsample | 1.2.1 | +| rsdmx | 0.6-3 | +| RSGHB | 1.2.2 | +| RSNNS | 0.4-17 | +| Rsolnp | 1.16 | +| rsparse | 0.5.2 | +| RSpectra | 0.16-2 | +| RSQLite | 2.3.7 | +| rstan | 2.32.6 | +| rstantools | 2.4.0 | +| rstatix | 0.7.2 | +| rstudioapi | 0.16.0 | +| rsvg | 2.6.0 | +| RTextTools | 1.4.3 | +| Rttf2pt1 | 1.3.12 | +| RUnit | 0.4.33 | +| runjags | 2.2.2-4 | +| Runuran | 0.38 | +| rvcheck | 0.2.1 | +| rversions | 2.1.2 | +| rvest | 1.0.4 | +| rworldmap | 1.3-8 | +| rworldxtra | 1.01 | +| s2 | 1.1.7 | +| SampleSizeMeans | 1.2.3 | +| SampleSizeProportions | 1.1.3 | +| sandwich | 3.1-0 | +| sas7bdat | 0.8 | +| sass | 0.4.9 | +| satellite | 1.0.5 | +| sbgcop | 0.98 | +| scales | 1.3.0 | +| scatterplot3d | 0.3-44 | +| sciplot | 1.2-0 | +| segmented | 2.1-2 | +| selectr | 0.4-2 | +| sem | 3.1-16 | +| sentimentr | 2.9.0 | +| seqinr | 4.2-36 | +| seriation | 1.5.6 | +| servr | 0.31 | +| sessioninfo | 1.2.2 | +| setRNG | 2024.2-1 | +| sets | 1.0-25 | +| sf | 1.0-16 | +| sfd | 0.1.0 | +| sfheaders | 0.4.4 | +| sfsmisc | 1.1-19 | +| sftime | 0.2-0 | +| sgeostat | 1.0-27 | +| shades | 1.4.0 | +| shape | 1.4.6.1 | +| shapefiles | 0.7.2 | +| shiny | 1.9.1 | +| shinyBS | 0.61.1 | +| shinycssloaders | 1.1.0 | +| shinyjs | 2.1.0 | +| shinyTime | 1.0.3 | +| showtext | 0.9-7 | +| showtextdb | 3 | +| SimDesign | 2.17.1 | +| SIS | 0.8-8 | +| SixSigma | 0.11.1 | +| sjlabelled | 1.2.0 | +| sjmisc | 2.8.10 | +| sjPlot | 2.8.16 | +| sjstats | 0.19.0 | +| skmeans | 0.2-17 | +| slam | 0.1-53 | +| slider | 0.3.1 | +| sm | 2.2-6.0 | +| smooth | 4.0.2 | +| smoothSurv | 2.6 | +| sna | 2.7-2 | +| snakecase | 0.11.1 | +| snow | 0.4-4 | +| SnowballC | 0.7.1 | +| snowFT | 1.6-1 | +| sodium | 1.3.1 | +| sourcetools | 0.1.7-1 | +| sp | 2.1-4 | +| spacefillr | 0.3.3 | +| spacetime | 1.3-2 | +| spacyr | 1.3.0 | +| spam | 2.10-0 | +| SparseM | 1.84-2 | +| sparsepp | 1.22 | +| spatial | 7.3-17 | +| spatstat | 3.0-7 | +| spatstat.data | 3.1-2 | +| spatstat.explore | 3.2-6 | +| spatstat.geom | 3.2-9 | +| spatstat.linnet | 3.1-4 | +| spatstat.model | 3.2-10 | +| spatstat.random | 3.2-3 | +| spatstat.sparse | 3.1-0 | +| spatstat.univar | 3.0-1 | +| spatstat.utils | 3.1-0 | +| spBayes | 0.4-7 | +| spData | 2.3.3 | +| spdep | 1.3-5 | +| spikeslab | 1.1.6 | +| splancs | 2.01-45 | +| splines | 4.3.3 | +| spls | 2.2-3 | +| splus2R | 1.3-5 | +| spTimer | 3.3.2 | +| sqldf | 0.4-11 | +| SQUAREM | 2021.1 | +| sROC | 0.1-2 | +| stabledist | 0.7-2 | +| stabs | 0.6-4 | +| StanHeaders | 2.32.10 | +| stars | 0.6-6 | +| statmod | 1.5.0 | +| statnet.common | 4.9.0 | +| stepPlr | 0.93 | +| stinepack | 1.5 | +| stochvol | 3.2.4 | +| stopwords | 2.3 | +| stringdist | 0.9.12 | +| stringi | 1.8.4 | +| stringr | 1.5.1 | +| strucchange | 1.5-4 | +| styler | 1.10.3 | +| sugrrants | 0.2.9 | +| sunburstR | 2.1.8 | +| SuppDists | 1.1-9.8 | +| survey | 4.4-2 | +| survival | 3.7-0 | +| survminer | 0.4.9 | +| survMisc | 0.5.6 | +| svglite | 2.1.3 | +| svmpath | 0.97 | +| svUnit | 1.0.6 | +| sweep | 0.2.5 | +| sys | 3.4.2 | +| sysfonts | 0.8.9 | +| systemfit | 1.1-30 | +| systemfonts | 1.1.0 | +| syuzhet | 1.0.7 | +| tau | 0.0-25 | +| tcltk | 4.3.3 | +| tcltk2 | 1.2-11 | +| TeachingDemos | 2.13 | +| tensor | 1.5 | +| tensorA | 0.36.2.1 | +| terra | 1.7-78 | +| terrainmeshr | 0.1.0 | +| testthat | 3.2.1.1 | +| texreg | 1.39.4 | +| text2vec | 0.6.4 | +| textcat | 1.0-8 | +| textclean | 0.9.3 | +| textir | 2.0-5 | +| textmineR | 3.0.5 | +| textshape | 1.7.5 | +| textshaping | 0.4.0 | +| tfplot | 2021.6-1 | +| tframe | 2015.12-1.1 | +| tgp | 2.4-23 | +| TH.data | 1.1-2 | +| thief | 0.3 | +| threejs | 0.3.3 | +| tibble | 3.2.1 | +| tibbletime | 0.1.8 | +| tidycensus | 1.6.5 | +| tidygraph | 1.3.0 | +| tidymodels | 1.2.0 | +| tidyquant | 1.0.9 | +| tidyr | 1.3.1 | +| tidyselect | 1.2.1 | +| tidytext | 0.4.2 | +| tidyverse | 2.0.0 | +| tiff | 0.1-12 | +| tigris | 2.1 | +| timechange | 0.3.0 | +| timeDate | 4032.109 | +| timelineS | 0.1.1 | +| timeSeries | 4032.109 | +| timetk | 2.9.0 | +| timevis | 2.1.0 | +| tinytex | 0.52 | +| tm | 0.7-14 | +| tmap | 3.3-4 | +| tmaptools | 3.1-1 | +| TMB | 1.9.14 | +| tmvnsim | 1.0-2 | +| tokenizers | 0.3.0 | +| topicmodels | 0.2-16 | +| TraMineR | 2.2-10 | +| transformr | 0.1.5 | +| tree | 1.0-43 | +| treemap | 2.4-4 | +| treemapify | 2.5.6 | +| trelliscopejs | 0.2.6 | +| triebeard | 0.4.1 | +| trimcluster | 0.1-5 | +| truncnorm | 1.0-9 | +| TSA | 1.3.1 | +| tseries | 0.10-57 | +| tsfeatures | 1.1.1 | +| tsibble | 1.1.5 | +| tsintermittent | 1.1 | +| tsoutliers | 0.6-10 | +| TSP | 1.2-4 | +| TSstudio | 0.1.7 | +| TTR | 0.24.4 | +| tune | 1.2.1 | +| tweedie | 2.3.5 | +| tweenr | 2.0.3 | +| twitteR | 1.1.9 | +| tzdb | 0.4.0 | +| ucminf | 1.2.2 | +| udpipe | 0.8.11 | +| udunits2 | 0.13.2.1 | +| units | 0.8-5 | +| UpSetR | 1.4.0 | +| urca | 1.3-4 | +| urlchecker | 1.0.1 | +| urltools | 1.7.3 | +| useful | 1.2.6.1 | +| usethis | 3.0.0 | +| UsingR | 2.0-7 | +| usmap | 0.7.1 | +| usmapdata | 0.3.0 | +| utf8 | 1.2.4 | +| uuid | 1.1-1 | +| V8 | 5.0.0 | +| vars | 1.6-1 | +| vcd | 1.4-12 | +| vctrs | 0.6.4 | +| vdiffr | 1.0.7 | +| vegan | 2.6-8 | +| VennDiagram | 1.7.3 | +| VGAM | 1.1-11 | +| VIM | 6.2.2 | +| vioplot | 0.5.0 | +| viridis | 0.6.5 | +| viridisLite | 0.4.2 | +| visNetwork | 2.1.2 | +| vistime | 1.2.4 | +| vroom | 1.6.5 | +| waldo | 0.5.3 | +| warp | 0.2.1 | +| waterfalls | 1.0.0 | +| wavethresh | 4.7.3 | +| webshot | 0.5.5 | +| webutils | 1.2.1 | +| WeibullR | 1.2.1 | +| weights | 1.0.4 | +| whisker | 0.4.1 | +| widgetframe | 0.3.1 | +| withr | 3.0.1 | +| wk | 0.9.2 | +| wmtsa | 2.0-3 | +| wordcloud | 2.6 | +| wordcloud2 | 0.2.1 | +| workflows | 1.1.4 | +| workflowsets | 1.1.0 | +| writexl | 1.5.0 | +| xesreadR | 0.2.3 | +| xfun | 0.47 | +| xgboost | 2.1.1.1 | +| XML | 3.99-0.17 | +| xml2 | 1.3.6 | +| xopen | 1.0.1 | +| xplorerr | 0.1.2 | +| xtable | 1.8-4 | +| xts | 0.14.0 | +| yaml | 2.3.10 | +| yardstick | 1.3.1 | +| yarrr | 0.1.5 | +| YieldCurve | 5.1 | +| yulab.utils | 0.1.7 | +| zCompositions | 1.5.0-4 | +| zeallot | 0.1.0 | +| zic | 0.9.1 | +| zip | 2.3.1 | +| zipfR | 0.6-70 | +| zoo | 1.8-12 | +| base | 4.3.3 | +| compiler | 4.3.3 | +| datasets | 4.3.3 | +| graphics | 4.3.3 | +| grDevices | 4.3.3 | +| MatrixGenerics | 1.14.0 | +| methods | 4.3.3 | +| parallel | 4.3.3 | +| sparseMatrixStats | 1.14.0 | +| stats | 4.3.3 | +| stats4 | 4.3.3 | +| tools | 4.3.3 | +| utils | 4.3.3 | ## R packages that are supported in Power BI From eb3a07e75f8b9e69a4b34ea5ae9ea9d45d81ae54 Mon Sep 17 00:00:00 2001 From: eva-lucas <162487724+eva-lucas@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:53:19 -0800 Subject: [PATCH 26/42] Address issues found in review. --- powerbi-docs/create-reports/desktop-drillthrough.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/create-reports/desktop-drillthrough.md b/powerbi-docs/create-reports/desktop-drillthrough.md index a4f8097e05..2c5b96cfed 100644 --- a/powerbi-docs/create-reports/desktop-drillthrough.md +++ b/powerbi-docs/create-reports/desktop-drillthrough.md @@ -33,7 +33,7 @@ Here are some articles explaining other ways to use drillthrough. For example, suppose you want to provide drillthrough for manufacturers. You might create a drillthrough target page with visuals that show total sales, total units shipped, sales by category, and so on. That way, when you drill through to that page, the visuals are specific to the manufacturer you selected. -2. On that drillthrough target page, select the **Build visual** pane, and, under **Drill through**: +2. On the **Visualizations** pane for that drillthrough target page, select **Build visual**. Then, under **Drill through**: - Set **Keep all filters** to **On**. - In **Add drill-through fields here**, add the field that you want by dragging it from the Data pane. @@ -67,7 +67,7 @@ When report readers choose to drill through, the target page is filtered to show You can set up drillthrough to pass all applied filters to the drillthrough target page. For example, you can select only a certain category of products and the visuals filtered to that category, and then select drillthrough on a source. You might be interested in what the drillthrough target page would look like with all those filters applied. -To keep all applied filters, go to the destination page. In the **Drill through** section of the **Build visual** pane, set **Keep all filters** to **On**. +To keep all applied filters, go to the destination page. In the **Visualizations** pane, select **Build visual**. Then, in the **Drill through** section, set **Keep all filters** to **On**. When you then drill through on a visual on a source page, the temporary filters that you applied to the source visual are also applied to the drillthrough target page. On the **Filters** pane of the published report, those transient filters are shown in italics. From c6b31d34d374580aa631756ad0180e5fc68dab59 Mon Sep 17 00:00:00 2001 From: Sneha Gunda Date: Wed, 22 Jan 2025 16:56:20 -0800 Subject: [PATCH 27/42] Fixing table format --- .../service-python-packages-support.md | 132 +++++++++--------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 101c272dd4..3a3f805ab3 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -34,72 +34,72 @@ There are a handful of requirements and limitations for Python packages: The following table shows which packages **are supported** in Power BI for reports in **Premium/Fabric backed workspaces**. [Download packages here] (https://pypi.org/) -| Package | Version | -|--------------------------|-------------| -| asttokens | 2.4.1| -| certifi | 2024.8.30| -| comm | 0.2.2| -| contourpy | 1.3.0| -| cycler | 0.12.1| -| debugpy | 1.8.5| -| decorator | 5.1.1| -| exceptiongroup | 1.2.2| -| executing | 2.1.0| -| fonttools | 4.53.1| -| importlib_metadata | 8.4.0| -| ipykernel | 6.29.4| -| ipython | 8.27.0| -| jedi | 0.19.1| -| joblib | 1.4.2| -| jupyter_client | 8.6.2| -| jupyter_core | 5.7.2| -| kiwisolver | 1.4.5| -| matplotlib | 3.8.4| -| matplotlib inline | 0.1.7| -| munkres | 1.1.4| -| nest_asyncio | 1.6.0| -| numpy | 2.0.0| -| packaging | 24.1| -| pandas | 2.2.2| -| parso | 0.8.4| -| patsy | 0.5.6| -| pexpect | 4.9.0| -| pickleshare | 0.7.5| -| pillow | 10.4.0| -| pip | 24| -| platformdirs | 4.2.2| -| ply | 3.11|| -| prompt_toolkit | 3.0.47| -| psutil | 6.0.0| -| ptyprocess | 0.7.0| -| pure_eval | 0.2.3| -| Pygments | 2.18.0| -| pyparsing | 3.1.2| -| PyQt5 | 5.15.9| -| PyQt5 sip | 12.12.2| -| python dateutil | 2.9.0| -| pytz | 2024.1| -| pyzmq | 26.2.0| -| scikit learn | 1.5.0| -| scipy | 1.13.1| -| seaborn | 0.13.2| -| setuptools | 70.0.0| -| sip | 6.7.12| -| six | 1.16.0| -| stack data | 0.6.2| -| statsmodels | 0.14.2| -| threadpoolctl | 3.5.0| -| toml | 0.10.2| -| tomli | 2.0.1| -| tornado | 6.4.1| -| traitlets | 5.14.3| -| typing_extensions | 4.12.2| -| tzdata | 2024.1| -| unicodedata2 | 15.1.0| -| wcwidth | 0.2.13| -| wheel | 0.44.0| -| xgboost | 2.0.3| -| zipp | 3.20.1| +| Package | Version | +|--------------------|-----------| +| asttokens | 2.4.1 | +| certifi | 2024.8.30 | +| comm | 0.2.2 | +| contourpy | 1.3.0 | +| cycler | 0.12.1 | +| debugpy | 1.8.5 | +| decorator | 5.1.1 | +| exceptiongroup | 1.2.2 | +| executing | 2.1.0 | +| fonttools | 4.53.1 | +| importlib_metadata | 8.4.0 | +| ipykernel | 6.29.4 | +| ipython | 8.27.0 | +| jedi | 0.19.1 | +| joblib | 1.4.2 | +| jupyter_client | 8.6.2 | +| jupyter_core | 5.7.2 | +| kiwisolver | 1.4.5 | +| matplotlib | 3.8.4 | +| matplotlib inline | 0.1.7 | +| munkres | 1.1.4 | +| nest_asyncio | 1.6.0 | +| numpy | 2.0.0 | +| packaging | 24.1 | +| pandas | 2.2.2 | +| parso | 0.8.4 | +| patsy | 0.5.6 | +| pexpect | 4.9.0 | +| pickleshare | 0.7.5 | +| pillow | 10.4.0 | +| pip | 24 | +| platformdirs | 4.2.2 | +| ply | 3.11 | +| prompt_toolkit | 3.0.47 | +| psutil | 6.0.0 | +| ptyprocess | 0.7.0 | +| pure_eval | 0.2.3 | +| Pygments | 2.18.0 | +| pyparsing | 3.1.2 | +| PyQt5 | 5.15.9 | +| PyQt5 sip | 12.12.2 | +| python dateutil | 2.9.0 | +| pytz | 2024.1 | +| pyzmq | 26.2.0 | +| scikit learn | 1.5.0 | +| scipy | 1.13.1 | +| seaborn | 0.13.2 | +| setuptools | 70.0.0 | +| sip | 6.7.12 | +| six | 1.16.0 | +| stack data | 0.6.2 | +| statsmodels | 0.14.2 | +| threadpoolctl | 3.5.0 | +| toml | 0.10.2 | +| tomli | 2.0.1 | +| tornado | 6.4.1 | +| traitlets | 5.14.3 | +| typing_extensions | 4.12.2 | +| tzdata | 2024.1 | +| unicodedata2 | 15.1.0 | +| wcwidth | 0.2.13 | +| wheel | 0.44.0 | +| xgboost | 2.0.3 | +| zipp | 3.20.1 | ### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China From 81b5a30ff0228465b81e23d3b70ee336d4a7c822 Mon Sep 17 00:00:00 2001 From: eva-lucas <162487724+eva-lucas@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:08:28 -0800 Subject: [PATCH 28/42] Minor text updates --- powerbi-docs/create-reports/desktop-drillthrough.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/powerbi-docs/create-reports/desktop-drillthrough.md b/powerbi-docs/create-reports/desktop-drillthrough.md index 2c5b96cfed..9173f9b027 100644 --- a/powerbi-docs/create-reports/desktop-drillthrough.md +++ b/powerbi-docs/create-reports/desktop-drillthrough.md @@ -39,7 +39,7 @@ Here are some articles explaining other ways to use drillthrough. - In **Add drill-through fields here**, add the field that you want by dragging it from the Data pane. - In the expanded section for the added field, under **Allow drillthrough when:**, select **Used as category**. - ![Screenshot of drillthrough option in the Build visual pane.](media/desktop-drillthrough/drillthrough-add-fields-here.png) + ![Screenshot of drillthrough option in the Visualization pane's Build visual tab.](media/desktop-drillthrough/drillthrough-add-fields-here.png) When you add a field to the **Drill through** well, Power BI automatically creates a *back* button visual. That visual becomes a button in published reports. Users who view your report in the Power BI service use this button on the target page to get back to the original source report page from which they came. @@ -57,7 +57,7 @@ To use your own image for a back button, follow these steps: ![Screenshot of Load image and set Type to Back.](media/desktop-drillthrough/drillthrough-create-back-button.png) -Now users can right-click a data point on the other source pages in your report, and get a context menu that supports drillthrough to that target page. +Now users can right-click a data point on the other source pages in your report and get a context menu that supports drillthrough to that target page. ![Screenshot of Drillthrough menu.](media/desktop-drillthrough/drillthrough-04.png) @@ -77,7 +77,7 @@ Although you could do this with tooltips pages, that would be an odd experience ## Add a measure to drillthrough -Besides passing all filters to the drillthrough target page, you can also add a measure or a summarized numeric column to the drillthrough area. On the drillthrough target page, drag the drillthrough field to the **Drill through** well on the **Build visual** panel to apply it. +Besides passing all filters to the drillthrough target page, you can also add a measure or a summarized numeric column to the drillthrough area. On the drillthrough target page, drag the drillthrough field to the **Drill through** well in the **Visualizations** pane's **Build visual** tab to apply it. When you add a measure or summarized numeric column, you can drill through to the page when the field is used in the *Values* area of a visual. From 0ff364d66c797c3e8cfdac580ce1b9c57ead58d0 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:48:53 -0800 Subject: [PATCH 29/42] Fix typos and improve consistency in documentation --- .../service-r-packages-support.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index f1a5fcf745..625371aba8 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -24,7 +24,7 @@ The following sections provide an alphabetical table of which R packages are sup * The Power BI service supports packages published in the Comprehensive R Archive Network (CRAN). The service doesn't support private or custom R packages. Users are encouraged to make their private packages available on CRAN prior to requesting the package be available in the Power BI service. * The Power BI Desktop has two variations for R packages: * For R visuals, you can install any package, including custom R packages - * For Custom R visuals, only public CRAN packages are supported for auto-installation of the packages + * For Custom R visuals, only public CRAN packages are supported for autoinstallation of the packages * For security and privacy reasons, R packages that provide client-server queries over the web, such as *RgoogleMaps*, in the service, aren't supported. Networking is blocked for such attempts. See the following section for a list of supported and unsupported R packages. * The approval process for including a new R package has a tree of dependencies. Some dependencies required to be installed in the service can't be supported. @@ -33,7 +33,7 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) -The folloiwng packages are supported: +The following packages are supported: | Package | Version | |-----------------------|-------------| @@ -1163,19 +1163,19 @@ The folloiwng packages are supported: | zip | 2.3.1 | | zipfR | 0.6-70 | | zoo | 1.8-12 | -| base | 4.3.3 | -| compiler | 4.3.3 | -| datasets | 4.3.3 | -| graphics | 4.3.3 | -| grDevices | 4.3.3 | +| base (Built-in) | 4.3.3 | +| compiler (Built-in) | 4.3.3 | +| datasets (Built-in) | 4.3.3 | +| graphics (Built-in) | 4.3.3 | +| grDevices (Built-in) | 4.3.3 | | MatrixGenerics | 1.14.0 | -| methods | 4.3.3 | -| parallel | 4.3.3 | +| methods (Built-in) | 4.3.3 | +| parallel (Built-in) | 4.3.3 | | sparseMatrixStats | 1.14.0 | -| stats | 4.3.3 | -| stats4 | 4.3.3 | -| tools | 4.3.3 | -| utils | 4.3.3 | +| stats (Built-in) | 4.3.3 | +| stats4 (Built-in) | 4.3.3 | +| tools (Built-in) | 4.3.3 | +| utils (Built-in) | 4.3.3 | ## R packages that are supported in Power BI @@ -2171,7 +2171,7 @@ The following table shows which packages are supported in the Power BI service. ## R scripts that aren't supported in Power BI -The following table shows which packages are not supported in the Power BI service. +The following table shows which packages aren't supported in the Power BI service. | Package | Request Date | Reason | | --- | --- | --- | @@ -2182,8 +2182,8 @@ The following table shows which packages are not supported in the Power BI servi ## Considerations and limitations -- R visuals are not supported with Service Principal profiles -- The R visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of <30Mb +- R visuals aren't supported with Service Principal profiles +- The R visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of < 30Mb. From a2d176c51e7e4df096ae0a5f3096e4a4a29da4de Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:56:39 -0800 Subject: [PATCH 30/42] Update service-python-packages-support.md --- powerbi-docs/connect-data/service-python-packages-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 3a3f805ab3..4acbc96a58 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -34,8 +34,8 @@ There are a handful of requirements and limitations for Python packages: The following table shows which packages **are supported** in Power BI for reports in **Premium/Fabric backed workspaces**. [Download packages here] (https://pypi.org/) -| Package | Version | -|--------------------|-----------| +| Package | Version | +|------------------------------|-----------| | asttokens | 2.4.1 | | certifi | 2024.8.30 | | comm | 0.2.2 | From 5976c0ba7518cf26481a3b25f7663c378df0c2eb Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:00:53 -0800 Subject: [PATCH 31/42] Fix table formatting in Python packages support doc --- powerbi-docs/connect-data/service-python-packages-support.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 4acbc96a58..4bfe393872 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -34,8 +34,9 @@ There are a handful of requirements and limitations for Python packages: The following table shows which packages **are supported** in Power BI for reports in **Premium/Fabric backed workspaces**. [Download packages here] (https://pypi.org/) -| Package | Version | -|------------------------------|-----------| + +| Package | Version | +|--------------------|-----------| | asttokens | 2.4.1 | | certifi | 2024.8.30 | | comm | 0.2.2 | From 77f19923a5e44eb6bd00e744dd485d777fa1ee2a Mon Sep 17 00:00:00 2001 From: eva-lucas <162487724+eva-lucas@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:12:29 -0800 Subject: [PATCH 32/42] Minor text update --- powerbi-docs/create-reports/desktop-drillthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/create-reports/desktop-drillthrough.md b/powerbi-docs/create-reports/desktop-drillthrough.md index 9173f9b027..1ba3ca9965 100644 --- a/powerbi-docs/create-reports/desktop-drillthrough.md +++ b/powerbi-docs/create-reports/desktop-drillthrough.md @@ -67,7 +67,7 @@ When report readers choose to drill through, the target page is filtered to show You can set up drillthrough to pass all applied filters to the drillthrough target page. For example, you can select only a certain category of products and the visuals filtered to that category, and then select drillthrough on a source. You might be interested in what the drillthrough target page would look like with all those filters applied. -To keep all applied filters, go to the destination page. In the **Visualizations** pane, select **Build visual**. Then, in the **Drill through** section, set **Keep all filters** to **On**. +To keep all applied filters, go to the destination page. In the **Visualizations** pane, select **Build visual**. Then, under **Drill through**, set **Keep all filters** to **On**. When you then drill through on a visual on a source page, the temporary filters that you applied to the source visual are also applied to the drillthrough target page. On the **Filters** pane of the published report, those transient filters are shown in italics. From 33ad17b45ff4fd6c8cdaa8a4eb75e195bc7fc356 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:26:24 -0800 Subject: [PATCH 33/42] Update service-r-packages-support.md --- powerbi-docs/connect-data/service-r-packages-support.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 625371aba8..8774145943 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -1177,7 +1177,7 @@ The following packages are supported: | tools (Built-in) | 4.3.3 | | utils (Built-in) | 4.3.3 | -## R packages that are supported in Power BI +## R packages that are supported in Power BI (non-Premium and non-Fabric backed workspaces) The following table shows which packages are supported in the Power BI service. @@ -2182,8 +2182,9 @@ The following table shows which packages aren't supported in the Power BI servic ## Considerations and limitations -- R visuals aren't supported with Service Principal profiles +- R visuals aren't supported with Service Principal Profiles for App Owns Data. - The R visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of < 30Mb. +- R visuals with HTML and XML packages fail to render due to Out Of Memory (OOM). Migrate the visual with the [PbiViz tool] (https://learn.microsoft.com/en-us/power-bi/developer/visuals/develop-power-bi-visuals#power-bi-visual-packages). The visual must render. From 87b2f6f960275896bcb38e03415d50bb2e2a760f Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:29:36 -0800 Subject: [PATCH 34/42] Update Py visuals support information --- powerbi-docs/connect-data/service-python-packages-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 4bfe393872..6f91a6b1c4 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -135,7 +135,7 @@ The following table shows which packages **are supported** in Power BI reports i ## Considerations and limitations -- Py visuals are not supported with Service Principal profiles +- Py visuals aren't supported with Service Principal Profiles for App Owns Data. - Py visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of < 30Mb. From 60bd3f817c1849da111b26654de3c6a79a26dfcf Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:31:25 -0800 Subject: [PATCH 35/42] Fix typo in section header --- powerbi-docs/connect-data/service-python-packages-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/connect-data/service-python-packages-support.md b/powerbi-docs/connect-data/service-python-packages-support.md index 6f91a6b1c4..f8ed4310cd 100644 --- a/powerbi-docs/connect-data/service-python-packages-support.md +++ b/powerbi-docs/connect-data/service-python-packages-support.md @@ -103,7 +103,7 @@ The following table shows which packages **are supported** in Power BI for repor | zipp | 3.20.1 | -### For non-Premium/Fabric backed workspaces/ Sov. Clouds/China +### For non-Premium/Fabric backed workspaces/Sov. Clouds * Python runtime: Python 3.7.7 The following table shows which packages **are supported** in Power BI reports in **non-Premium/Fabric backed workspaces**. From 6d1b0daa09f7b4cf75beb11485f77c37c179be36 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:47:36 -0800 Subject: [PATCH 36/42] Update R packages support documentation Relative path update --- powerbi-docs/connect-data/service-r-packages-support.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index 8774145943..b8a8013988 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -33,7 +33,7 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) -The following packages are supported: +The following packages are supported.[Download] (https://cran.r-project.org/web/package): | Package | Version | |-----------------------|-------------| @@ -1177,7 +1177,7 @@ The following packages are supported: | tools (Built-in) | 4.3.3 | | utils (Built-in) | 4.3.3 | -## R packages that are supported in Power BI (non-Premium and non-Fabric backed workspaces) +## R packages that are supported in Power BI (non-Premium and non-Fabric backed workspaces) and Sov. Clouds The following table shows which packages are supported in the Power BI service. @@ -2166,9 +2166,6 @@ The following table shows which packages are supported in the Power BI service. |zoo|1.8-1|[https://cran.r-project.org/web/packages/zoo/index.html](https://cran.r-project.org/web/packages/zoo/index.html)| - - - ## R scripts that aren't supported in Power BI The following table shows which packages aren't supported in the Power BI service. @@ -2184,7 +2181,7 @@ The following table shows which packages aren't supported in the Power BI servic - R visuals aren't supported with Service Principal Profiles for App Owns Data. - The R visuals rendered from the Power BI service (for Premium/ F SKUs) will support payloads of < 30Mb. -- R visuals with HTML and XML packages fail to render due to Out Of Memory (OOM). Migrate the visual with the [PbiViz tool] (https://learn.microsoft.com/en-us/power-bi/developer/visuals/develop-power-bi-visuals#power-bi-visual-packages). The visual must render. +- R visuals with HTML and XML packages fail to render due to Out Of Memory (OOM). Migrate the visual with the [PbiViz tool] (../developer/visuals/develop-power-bi-visuals#power-bi-visual-packages). The visual must render. From 54ef6b6f0de3790dd73376581897a89d1b32037e Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:54:13 -0800 Subject: [PATCH 37/42] Fix broken R packages download link --- powerbi-docs/connect-data/service-r-packages-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/connect-data/service-r-packages-support.md b/powerbi-docs/connect-data/service-r-packages-support.md index b8a8013988..b3b8a8f27a 100644 --- a/powerbi-docs/connect-data/service-r-packages-support.md +++ b/powerbi-docs/connect-data/service-r-packages-support.md @@ -33,7 +33,7 @@ The following sections provide an alphabetical table of which R packages are sup ## R packages that are supported in Power BI (Premium/Fabric backed workspaces) -The following packages are supported.[Download] (https://cran.r-project.org/web/package): +The following packages are supported.[Download] (https://cran.r-project.org/): | Package | Version | |-----------------------|-------------| From e579afbf875faf6eb5627dabe75f3c07c3bcdb5b Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:52:20 -0800 Subject: [PATCH 38/42] Update powerbi-implementation-planning-integration-with-other-services.md --- ...i-implementation-planning-integration-with-other-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md index d689664fb5..bb805ad24e 100644 --- a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md +++ b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md @@ -476,7 +476,7 @@ To refresh a published semantic model that uses Python or R integrated in Power You can integrate Python or R with Power BI reports in order to create custom visuals with Python libraries, like Seaborn or R packages like ggplot2. These visuals are fully customizable and support interactive features in Power BI like rendering a filtered result, cross-filtering, custom tooltips, drilldown, and drillthrough. -Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#python-packages-that-are-supported-in-power-bi) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. +Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#python-packages-that-are-supported-in-the-power-bi-service-(-premium/-fabric-backed-workspaces-)-) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. While you can transform data and make calculations as part of a Python or R custom visual, it isn't recommended. Placing this logic in the Python or R visual can result in slower render durations, and greater difficulty to maintain the visual and achieve harmonization across visuals and reports in calculation logic. From dcd6e189d269f48b60ed835daf71e7a5e2650c5f Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:58:03 -0800 Subject: [PATCH 39/42] Update powerbi-implementation-planning-integration-with-other-services.md --- ...i-implementation-planning-integration-with-other-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md index bb805ad24e..b12617962c 100644 --- a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md +++ b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md @@ -476,7 +476,7 @@ To refresh a published semantic model that uses Python or R integrated in Power You can integrate Python or R with Power BI reports in order to create custom visuals with Python libraries, like Seaborn or R packages like ggplot2. These visuals are fully customizable and support interactive features in Power BI like rendering a filtered result, cross-filtering, custom tooltips, drilldown, and drillthrough. -Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#python-packages-that-are-supported-in-the-power-bi-service-(-premium/-fabric-backed-workspaces-)-) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. +Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#for-reports-in-premium-/-fabric-backed-workspaces) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. While you can transform data and make calculations as part of a Python or R custom visual, it isn't recommended. Placing this logic in the Python or R visual can result in slower render durations, and greater difficulty to maintain the visual and achieve harmonization across visuals and reports in calculation logic. From b0b2f7793770a263ff51e11cab601b02d284154d Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:07:43 -0800 Subject: [PATCH 40/42] Update powerbi-implementation-planning-integration-with-other-services.md --- ...i-implementation-planning-integration-with-other-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md index b12617962c..3c826c9bf0 100644 --- a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md +++ b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md @@ -476,7 +476,7 @@ To refresh a published semantic model that uses Python or R integrated in Power You can integrate Python or R with Power BI reports in order to create custom visuals with Python libraries, like Seaborn or R packages like ggplot2. These visuals are fully customizable and support interactive features in Power BI like rendering a filtered result, cross-filtering, custom tooltips, drilldown, and drillthrough. -Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#for-reports-in-premium-/-fabric-backed-workspaces) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. +Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md##for-reports-in-premiumfabric-backed-workspaces) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. While you can transform data and make calculations as part of a Python or R custom visual, it isn't recommended. Placing this logic in the Python or R visual can result in slower render durations, and greater difficulty to maintain the visual and achieve harmonization across visuals and reports in calculation logic. From ec93cf73e75e79010ec66f61c7808f075f59da60 Mon Sep 17 00:00:00 2001 From: nirusrin <118774159+nirusrin@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:25:14 -0800 Subject: [PATCH 41/42] Update powerbi-implementation-planning-integration-with-other-services.md --- ...i-implementation-planning-integration-with-other-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md index 3c826c9bf0..a162961342 100644 --- a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md +++ b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md @@ -476,7 +476,7 @@ To refresh a published semantic model that uses Python or R integrated in Power You can integrate Python or R with Power BI reports in order to create custom visuals with Python libraries, like Seaborn or R packages like ggplot2. These visuals are fully customizable and support interactive features in Power BI like rendering a filtered result, cross-filtering, custom tooltips, drilldown, and drillthrough. -Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md##for-reports-in-premiumfabric-backed-workspaces) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. +Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#for-reports-in-premiumfabric-backed-workspaces) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. While you can transform data and make calculations as part of a Python or R custom visual, it isn't recommended. Placing this logic in the Python or R visual can result in slower render durations, and greater difficulty to maintain the visual and achieve harmonization across visuals and reports in calculation logic. From 5c6a995c78bbf16e2c5bd36c884668eded4e922f Mon Sep 17 00:00:00 2001 From: Sneha Gunda Date: Fri, 24 Jan 2025 13:00:24 -0800 Subject: [PATCH 42/42] fixing link format --- ...i-implementation-planning-integration-with-other-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md index a162961342..38902a8e8b 100644 --- a/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md +++ b/powerbi-docs/guidance/powerbi-implementation-planning-integration-with-other-services.md @@ -476,7 +476,7 @@ To refresh a published semantic model that uses Python or R integrated in Power You can integrate Python or R with Power BI reports in order to create custom visuals with Python libraries, like Seaborn or R packages like ggplot2. These visuals are fully customizable and support interactive features in Power BI like rendering a filtered result, cross-filtering, custom tooltips, drilldown, and drillthrough. -Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#for-reports-in-premiumfabric-backed-workspaces) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-(-premium-/-fabric-backed-workspaces-) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. +Ensure that all your Python or R visuals use [Python libraries](../connect-data/service-python-packages-support.md#for-reports-in-premiumfabric-backed-workspaces) and [R packages](../connect-data/service-r-packages-support.md#r-packages-that-are-supported-in-power-bi-premiumfabric-backed-workspaces) that are supported in Fabric. If you use an unsupported library or package, the visual won't render in the Power BI service, even when the visual renders in your report in Power BI Desktop. While you can transform data and make calculations as part of a Python or R custom visual, it isn't recommended. Placing this logic in the Python or R visual can result in slower render durations, and greater difficulty to maintain the visual and achieve harmonization across visuals and reports in calculation logic.