Files in Mormukut11/R-interface-to-Python
Interface to 'Python'

.Rbuildignore
.gitignore
.travis.yml
DESCRIPTION
LICENSE
NAMESPACE
NEWS.md R/RcppExports.R R/array.R R/conda.R R/config.R R/conversion.R R/generator.R R/help.R R/install.R R/knitr-engine.R R/output.R R/package.R R/pickle.R R/py_func.R R/python-dict.R R/python.R R/repl.R R/seed.R R/source.R R/use_python.R R/utils.R R/virtualenv.R R/wrapper.R R/zzz.R README.md
appveyor.yml
docs/LICENSE
docs/LICENSE-text.html
docs/LICENSE.html
docs/NEWS.html
docs/_pkgdown.yml
docs/articles/arrays.html
docs/articles/calling_python.html
docs/articles/calling_python_from_r.html
docs/articles/images/code_completion.png
docs/articles/images/help.png
docs/articles/images/python_chunks.png
docs/articles/images/python_version.png
docs/articles/images/r_from_python.png
docs/articles/images/repl_python.png
docs/articles/images/reticulate_disable.png
docs/articles/images/reticulate_enable.png
docs/articles/images/rmarkdown_engine_zoomed.png
docs/articles/images/rmarkdown_reticulate.png
docs/articles/images/rmarkdown_reticulate_matplotlib.png
docs/articles/images/source_python.png
docs/articles/index.html
docs/articles/introduction.html
docs/articles/package.html
docs/articles/python_packages.html
docs/articles/r_markdown.html
docs/articles/rstudio_ide.html
docs/articles/versions.html
docs/authors.html
docs/extra.css
docs/images/python_r_object.png
docs/images/python_repl.png
docs/images/reticulate_completion.png
docs/images/reticulated_python.png
docs/images/rmarkdown_engine_zoomed.png
docs/index.html
docs/jquery.sticky-kit.min.js
docs/link.svg
docs/news/index.html
docs/pkgdown.css
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/array_reshape.html
docs/reference/conda-tools.html
docs/reference/dict.html
docs/reference/eng_python.html
docs/reference/generator.html
docs/reference/import.html
docs/reference/index.html
docs/reference/iterate.html
docs/reference/np_array.html
docs/reference/py.html
docs/reference/py_available.html
docs/reference/py_call.html
docs/reference/py_capture_output.html
docs/reference/py_config.html
docs/reference/py_config_error_message.html
docs/reference/py_del_item.html
docs/reference/py_discover_config.html
docs/reference/py_func.html
docs/reference/py_function_custom_scaffold.html
docs/reference/py_function_wrapper.html
docs/reference/py_get_attr.html
docs/reference/py_get_item.html
docs/reference/py_has_attr.html
docs/reference/py_help.html
docs/reference/py_id.html
docs/reference/py_install.html
docs/reference/py_is_null_xptr.html
docs/reference/py_iterator.html
docs/reference/py_last_error.html
docs/reference/py_len.html
docs/reference/py_list_attributes.html
docs/reference/py_module_available.html
docs/reference/py_run.html
docs/reference/py_save_object.html
docs/reference/py_set_attr.html
docs/reference/py_set_item.html
docs/reference/py_set_seed.html
docs/reference/py_str.html
docs/reference/py_suppress_warnings.html
docs/reference/py_to_r_wrapper.html
docs/reference/py_unicode.html
docs/reference/py_versions_windows.html
docs/reference/r-py-conversion.html
docs/reference/register_class_filter.html
docs/reference/register_help_topics.html
docs/reference/register_module_help_handler.html
docs/reference/register_suppress_warnings_handler.html
docs/reference/repl_python.html
docs/reference/reticulate.html
docs/reference/source_python.html
docs/reference/tuple.html
docs/reference/use_python.html
docs/reference/virtualenv-tools.html
docs/reference/with-as-operator.html
docs/reference/with.python.builtin.object.html
images/python_r_object.png
images/python_repl.png
images/reticulate_completion.png
images/reticulated_python.png
images/rmarkdown_engine_zoomed.png
index.Rmd
inst/config/config.py
inst/python/rpytools/.gitignore
inst/python/rpytools/__init__.py
inst/python/rpytools/call.py
inst/python/rpytools/generator.py
inst/python/rpytools/help.py
inst/python/rpytools/output.py
inst/python/rpytools/test.py
man/array_reshape.Rd man/conda-tools.Rd man/dict.Rd man/eng_python.Rd man/import.Rd man/iterate.Rd man/np_array.Rd man/py.Rd man/py_available.Rd man/py_call.Rd man/py_capture_output.Rd man/py_config.Rd man/py_config_error_message.Rd man/py_del_item.Rd man/py_discover_config.Rd man/py_func.Rd man/py_function_custom_scaffold.Rd man/py_function_wrapper.Rd man/py_get_attr.Rd man/py_get_item.Rd man/py_has_attr.Rd man/py_help.Rd man/py_id.Rd man/py_install.Rd man/py_is_null_xptr.Rd man/py_iterator.Rd man/py_last_error.Rd man/py_len.Rd man/py_list_attributes.Rd man/py_module_available.Rd man/py_run.Rd man/py_save_object.Rd man/py_set_attr.Rd man/py_set_item.Rd man/py_set_seed.Rd man/py_str.Rd man/py_suppress_warnings.Rd man/py_to_r_wrapper.Rd man/py_unicode.Rd man/py_versions_windows.Rd man/r-py-conversion.Rd man/register_class_filter.Rd man/register_help_topics.Rd man/register_module_help_handler.Rd man/register_suppress_warnings_handler.Rd man/repl_python.Rd man/reticulate.Rd man/source_python.Rd man/tuple.Rd man/use_python.Rd man/virtualenv-tools.Rd man/with-as-operator.Rd man/with.python.builtin.object.Rd
pkgdown/_pkgdown.yml
pkgdown/extra.css
reticulate.Rproj
src/.gitignore
src/RcppExports.cpp
src/event_loop.cpp
src/event_loop.h
src/libpython.cpp
src/libpython.h
src/output.cpp
src/python.cpp
src/readline.cpp
src/reticulate_types.h
src/tinythread.h
tests/testthat.R
tests/testthat/.gitignore
tests/testthat/helper-utils.R
tests/testthat/resources/.gitignore
tests/testthat/resources/eng-reticulate-example.Rmd
tests/testthat/script.py
tests/testthat/test-delay-load.R tests/testthat/test-examples.R tests/testthat/test-help-handlers.R tests/testthat/test-py_func.R tests/testthat/test-python-arrays.R tests/testthat/test-python-classes.R tests/testthat/test-python-closures.R tests/testthat/test-python-comparisons.R tests/testthat/test-python-complex.R tests/testthat/test-python-datetime.R tests/testthat/test-python-dict.R tests/testthat/test-python-envs.R tests/testthat/test-python-factors.R tests/testthat/test-python-function.R tests/testthat/test-python-iterators.R tests/testthat/test-python-knitr-engine.R tests/testthat/test-python-lists.R tests/testthat/test-python-numpy.R tests/testthat/test-python-output.R tests/testthat/test-python-pandas.R tests/testthat/test-python-pickle.R tests/testthat/test-python-scipy-sparse-matrix.R tests/testthat/test-python-source.R tests/testthat/test-python-strings.R tests/testthat/test-python-vectors.R vignettes/arrays.Rmd vignettes/calling_python.Rmd
vignettes/extra.css
vignettes/images/code_completion.png
vignettes/images/help.png
vignettes/images/python_chunks.png
vignettes/images/python_version.png
vignettes/images/r_from_python.png
vignettes/images/repl_python.png
vignettes/images/reticulate_disable.png
vignettes/images/reticulate_enable.png
vignettes/images/rmarkdown_engine_zoomed.png
vignettes/images/rmarkdown_reticulate.png
vignettes/images/rmarkdown_reticulate_matplotlib.png
vignettes/images/source_python.png
vignettes/package.Rmd vignettes/python_packages.Rmd vignettes/r_markdown.Rmd vignettes/rstudio_ide.Rmd vignettes/versions.Rmd
Mormukut11/R-interface-to-Python documentation built on May 21, 2019, 9:36 a.m.