Other packages > Find by keyword >

reticulate  

Interface to 'Python'
View on CRAN: Click here


Download and install reticulate package within the R console
Install from CRAN:
install.packages("reticulate")

Install from Github:
library("remotes")
install_github("cran/reticulate")

Install by package version:
library("remotes")
install_version("reticulate", "1.44.1")



Attach the package and use:
library("reticulate")
Maintained by
Tomasz Kalinowski
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-03-14
Latest Update: 2025-07-21
Description:
Interface to 'Python' modules, classes, and functions. When calling into 'Python', R data types are automatically converted to their equivalent 'Python' types. When values are returned from 'Python' to R they are converted back to R types. Compatible with all versions of 'Python' >= 2.7.
How to cite:
Tomasz Kalinowski (2017). reticulate: Interface to 'Python'. R package version 1.44.1, https://cran.r-project.org/web/packages/reticulate. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.7 (2017-03-14 08:08), 0.8 (2017-05-22 18:13), 0.9 (2017-06-23 14:55), 1.0 (2017-07-26 00:46), 1.1 (2017-08-26 08:12), 1.2 (2017-09-27 11:10), 1.3.1 (2017-11-24 19:12), 1.3 (2017-11-16 17:42), 1.4 (2018-01-09 16:09), 1.5 (2018-02-14 17:37), 1.6 (2018-03-21 23:13), 1.7 (2018-04-28 21:03), 1.8 (2018-06-08 15:23), 1.9 (2018-07-06 17:00), 1.10 (2018-08-05 17:40), 1.11.1 (2019-03-06 13:50), 1.11 (2019-02-27 23:20), 1.12 (2019-04-12 08:55), 1.13 (2019-07-25 00:40), 1.14 (2019-12-17 14:40), 1.15 (2020-04-02 22:00), 1.16 (2020-05-27 07:50), 1.17 (2020-10-21 19:50), 1.18 (2020-10-25 06:50), 1.19 (2021-04-21 08:00), 1.20 (2021-05-03 06:50), 1.21 (2021-09-14 21:00), 1.22 (2021-09-17 09:20), 1.23 (2022-01-14 22:12), 1.24 (2022-01-26 11:52), 1.25 (2022-05-11 19:20), 1.26 (2022-08-31 21:20), 1.27 (2023-01-07 20:30), 1.28 (2023-01-27 22:10), 1.29 (2023-06-05 21:00), 1.30 (2023-06-10 01:40), 1.31 (2023-08-10 17:40), 1.32.0 (2023-09-11 22:20), 1.34.0 (2023-10-13 01:20), 1.35.0 (2024-01-31 19:50), 1.36.0 (2024-04-15 09:20), 1.36.1 (2024-04-23 00:40), 1.37.0 (2024-05-21 17:10), 1.38.0 (2024-06-19 16:40), 1.39.0 (2024-09-05 09:10), 1.40.0 (2024-11-15 02:20), 1.41.0.1 (2025-03-09 09:14), 1.41.0 (2025-02-24 17:40), 1.42.0 (2025-03-25 21:40), 1.43.0 (2025-07-21 18:50), 1.44.0 (2025-10-25 07:10), 1.44.1 (2025-11-15 00:30)
Other packages that cited reticulate R package
View reticulate citation profile
Other R packages that reticulate depends, imports, suggests or enhances
Complete documentation for reticulate
Functions, R codes and Examples using the reticulate R package
Some associated functions: Ops-python-methods . PyClass . array_reshape . as.character.python.builtin.bytes . conda-tools . configure_environment . dict . eng_python . import . install_miniconda . install_python . ipython . iterate . miniconda-params . miniconda_path . miniconda_uninstall . miniconda_update . nameOfClass.python.builtin.type . np_array . py . py_available . py_bool . py_call . py_capture_output . py_config . py_config_error_message . py_del_attr . py_discover_config . py_ellipsis . py_eval . py_exe . py_func . py_function_custom_scaffold . py_function_wrapper . py_get_attr . py_get_item . py_has_attr . py_help . py_help_handler . py_id . py_install . py_is_null_xptr . py_iterator . py_last_error . py_len . py_list_attributes . py_list_packages . py_main_thread_func . py_module_available . py_none . py_run . py_save_object . py_set_attr . py_set_seed . py_str . py_suppress_warnings . py_to_r_wrapper . py_unicode . py_version . py_versions_windows . r-py-conversion . register_class_filter . register_help_topics . register_module_help_handler . register_suppress_warnings_handler . repl_python . reticulate . source_python . tuple . use_python . virtualenv-tools . with-as-operator . with.python.builtinject . 
Some associated R codes: RcppExports.R . array.R . case.R . class.R . conda.R . config.R . conversion.R . generator.R . help.R . import.R . imports.R . install-python.R . install.R . knitr-engine.R . miniconda.R . output.R . package.R . pickle.R . pip.R . pipenv.R . poetry.R . py_func.R . pyenv.R . python-dict.R . python-environments.R . python-item.R . python-packages.R . python-tools.R . python.R . repl.R . seed.R . source.R . testthat-helpers.R . thread.R . use_python.R . utils-format.R . utils.R . virtualenv.R . wrapper.R . zzz.R .  Full reticulate package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  
ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA