Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 2, 2020 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f49895d135768c9efdc6943f2e610caa to your computer and use it in GitHub Desktop.
Save r-ryantm/f49895d135768c9efdc6943f2e610caa to your computer and use it in GitHub Desktop.
/nix/store/dgriaf5a3v1a50qvhd2zqm39d03n6wh2-python3.7-rpy2-3.2.5
├── lib
│   └── python3.7
│   └── site-packages
│   ├── __pycache__
│   │   └── _rinterface_cffi_abi.cpython-37.pyc
│   ├── _rinterface_cffi_abi.py
│   ├── _rinterface_cffi_api.abi3.so
│   ├── rpy2
│   │   ├── __init__.py
│   │   ├── interactive
│   │   │   ├── __init__.py
│   │   │   ├── packages.py
│   │   │   ├── process_revents.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── packages.cpython-37.pyc
│   │   │   └── process_revents.cpython-37.pyc
│   │   ├── ipython
│   │   │   ├── ggplot.py
│   │   │   ├── html.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ggplot.cpython-37.pyc
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── rmagic.cpython-37.pyc
│   │   │   └── rmagic.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _rinterface_cffi_build.cpython-37.pyc
│   │   │   ├── rinterface.cpython-37.pyc
│   │   │   └── situation.cpython-37.pyc
│   │   ├── _rinterface_cffi_build.py
│   │   ├── rinterface_lib
│   │   │   ├── bufferprotocol.py
│   │   │   ├── callbacks.py
│   │   │   ├── conversion.py
│   │   │   ├── embedded_mswin.py
│   │   │   ├── embedded.py
│   │   │   ├── ffi_proxy.py
│   │   │   ├── __init__.py
│   │   │   ├── memorymanagement.py
│   │   │   ├── na_values.py
│   │   │   ├── openrlib.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bufferprotocol.cpython-37.pyc
│   │   │   │   ├── callbacks.cpython-37.pyc
│   │   │   │   ├── conversion.cpython-37.pyc
│   │   │   │   ├── embedded.cpython-37.pyc
│   │   │   │   ├── embedded_mswin.cpython-37.pyc
│   │   │   │   ├── ffi_proxy.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── memorymanagement.cpython-37.pyc
│   │   │   │   ├── na_values.cpython-37.pyc
│   │   │   │   ├── openrlib.cpython-37.pyc
│   │   │   │   ├── _rinterface_capi.cpython-37.pyc
│   │   │   │   └── sexp.cpython-37.pyc
│   │   │   ├── R_API_eventloop.h
│   │   │   ├── R_API.h
│   │   │   ├── _rinterface_capi.py
│   │   │   └── sexp.py
│   │   ├── rinterface.py
│   │   ├── rlike
│   │   │   ├── container.py
│   │   │   ├── functional.py
│   │   │   ├── indexing.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── container.cpython-37.pyc
│   │   │   ├── functional.cpython-37.pyc
│   │   │   ├── indexing.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── robjects
│   │   │   ├── constants.py
│   │   │   ├── conversion.py
│   │   │   ├── environments.py
│   │   │   ├── functions.py
│   │   │   ├── help.py
│   │   │   ├── __init__.py
│   │   │   ├── language.py
│   │   │   ├── lib
│   │   │   │   ├── dbplyr.py
│   │   │   │   ├── dplyr.py
│   │   │   │   ├── ggplot2.py
│   │   │   │   ├── grdevices.py
│   │   │   │   ├── grid.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── dbplyr.cpython-37.pyc
│   │   │   │   │   ├── dplyr.cpython-37.pyc
│   │   │   │   │   ├── ggplot2.cpython-37.pyc
│   │   │   │   │   ├── grdevices.cpython-37.pyc
│   │   │   │   │   ├── grid.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── tidyr.cpython-37.pyc
│   │   │   │   └── tidyr.py
│   │   │   ├── methods.py
│   │   │   ├── numpy2ri.py
│   │   │   ├── packages.py
│   │   │   ├── packages_utils.py
│   │   │   ├── pandas2ri.py
│   │   │   ├── __pycache__
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── conversion.cpython-37.pyc
│   │   │   │   ├── environments.cpython-37.pyc
│   │   │   │   ├── functions.cpython-37.pyc
│   │   │   │   ├── help.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── language.cpython-37.pyc
│   │   │   │   ├── methods.cpython-37.pyc
│   │   │   │   ├── numpy2ri.cpython-37.pyc
│   │   │   │   ├── packages.cpython-37.pyc
│   │   │   │   ├── packages_utils.cpython-37.pyc
│   │   │   │   ├── pandas2ri.cpython-37.pyc
│   │   │   │   ├── robject.cpython-37.pyc
│   │   │   │   └── vectors.cpython-37.pyc
│   │   │   ├── robject.py
│   │   │   └── vectors.py
│   │   ├── situation.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── ipython
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_ggplot.cpython-37.pyc
│   │   │   │   ├── test_html.cpython-37.pyc
│   │   │   │   └── test_rmagic.cpython-37.pyc
│   │   │   ├── test_ggplot.py
│   │   │   ├── test_html.py
│   │   │   └── test_rmagic.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── rinterface
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_bufferprotocol.cpython-37.pyc
│   │   │   │   ├── test_callbacks.cpython-37.pyc
│   │   │   │   ├── test_embedded_r.cpython-37.pyc
│   │   │   │   ├── test_endr.cpython-37.pyc
│   │   │   │   ├── test_environment.cpython-37.pyc
│   │   │   │   ├── test_externalptr.cpython-37.pyc
│   │   │   │   ├── test_functions.cpython-37.pyc
│   │   │   │   ├── test_memorymanagement.cpython-37.pyc
│   │   │   │   ├── test_na.cpython-37.pyc
│   │   │   │   ├── test_noinitialization.cpython-37.pyc
│   │   │   │   ├── test_openrlib.cpython-37.pyc
│   │   │   │   ├── test_sexp.cpython-37.pyc
│   │   │   │   ├── test_symbol.cpython-37.pyc
│   │   │   │   ├── test_vector_bool.cpython-37.pyc
│   │   │   │   ├── test_vector_byte.cpython-37.pyc
│   │   │   │   ├── test_vector_complex.cpython-37.pyc
│   │   │   │   ├── test_vector_float.cpython-37.pyc
│   │   │   │   ├── test_vector_int.cpython-37.pyc
│   │   │   │   ├── test_vector_lang.cpython-37.pyc
│   │   │   │   ├── test_vector_list.cpython-37.pyc
│   │   │   │   ├── test_vector_numpy.cpython-37.pyc
│   │   │   │   ├── test_vector_pairlist.cpython-37.pyc
│   │   │   │   ├── test_vectors.cpython-37.pyc
│   │   │   │   └── test_vector_str.cpython-37.pyc
│   │   │   ├── test_bufferprotocol.py
│   │   │   ├── test_callbacks.py
│   │   │   ├── test_embedded_r.py
│   │   │   ├── test_endr.py
│   │   │   ├── test_environment.py
│   │   │   ├── test_externalptr.py
│   │   │   ├── test_functions.py
│   │   │   ├── test_memorymanagement.py
│   │   │   ├── test_na.py
│   │   │   ├── test_noinitialization.py
│   │   │   ├── test_openrlib.py
│   │   │   ├── test_sexp.py
│   │   │   ├── test_symbol.py
│   │   │   ├── test_vector_bool.py
│   │   │   ├── test_vector_byte.py
│   │   │   ├── test_vector_complex.py
│   │   │   ├── test_vector_float.py
│   │   │   ├── test_vector_int.py
│   │   │   ├── test_vector_lang.py
│   │   │   ├── test_vector_list.py
│   │   │   ├── test_vector_numpy.py
│   │   │   ├── test_vector_pairlist.py
│   │   │   ├── test_vectors.py
│   │   │   └── test_vector_str.py
│   │   ├── rlike
│   │   │   ├── __pycache__
│   │   │   │   ├── test_container.cpython-37.pyc
│   │   │   │   ├── test_functional.cpython-37.pyc
│   │   │   │   └── test_indexing.cpython-37.pyc
│   │   │   ├── test_container.py
│   │   │   ├── test_functional.py
│   │   │   └── test_indexing.py
│   │   ├── robjects
│   │   │   ├── __init__.py
│   │   │   ├── lib
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── test_dplyr.cpython-37.pyc
│   │   │   │   │   ├── test_ggplot2.cpython-37.pyc
│   │   │   │   │   ├── test_grdevices.cpython-37.pyc
│   │   │   │   │   ├── test_grid.cpython-37.pyc
│   │   │   │   │   └── test_tidyr.cpython-37.pyc
│   │   │   │   ├── test_dplyr.py
│   │   │   │   ├── test_ggplot2.py
│   │   │   │   ├── test_grdevices.py
│   │   │   │   ├── test_grid.py
│   │   │   │   └── test_tidyr.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_array.cpython-37.pyc
│   │   │   │   ├── test_conversion.cpython-37.pyc
│   │   │   │   ├── test_conversion_numpy.cpython-37.pyc
│   │   │   │   ├── test_dataframe.cpython-37.pyc
│   │   │   │   ├── test_environment.cpython-37.pyc
│   │   │   │   ├── test_formula.cpython-37.pyc
│   │   │   │   ├── test_function.cpython-37.pyc
│   │   │   │   ├── test_help.cpython-37.pyc
│   │   │   │   ├── test_language.cpython-37.pyc
│   │   │   │   ├── test_methods.cpython-37.pyc
│   │   │   │   ├── test_packages.cpython-37.pyc
│   │   │   │   ├── test_packages_utils.cpython-37.pyc
│   │   │   │   ├── test_pandas_conversions.cpython-37.pyc
│   │   │   │   ├── test_robjects.cpython-37.pyc
│   │   │   │   ├── test_rs4.cpython-37.pyc
│   │   │   │   ├── test_serialization.cpython-37.pyc
│   │   │   │   ├── test_translated_function.cpython-37.pyc
│   │   │   │   ├── test_vector.cpython-37.pyc
│   │   │   │   ├── test_vector_datetime.cpython-37.pyc
│   │   │   │   ├── test_vector_extractdelegator.cpython-37.pyc
│   │   │   │   └── test_vector_factor.cpython-37.pyc
│   │   │   ├── test_array.py
│   │   │   ├── test_conversion_numpy.py
│   │   │   ├── test_conversion.py
│   │   │   ├── test_dataframe.py
│   │   │   ├── test_environment.py
│   │   │   ├── test_formula.py
│   │   │   ├── test_function.py
│   │   │   ├── test_help.py
│   │   │   ├── test_language.py
│   │   │   ├── test_methods.py
│   │   │   ├── test_packages.py
│   │   │   ├── test_packages_utils.py
│   │   │   ├── test_pandas_conversions.py
│   │   │   ├── test_robjects.py
│   │   │   ├── test_rs4.py
│   │   │   ├── test_serialization.py
│   │   │   ├── test_translated_function.py
│   │   │   ├── test_vector_datetime.py
│   │   │   ├── test_vector_extractdelegator.py
│   │   │   ├── test_vector_factor.py
│   │   │   └── test_vector.py
│   │   └── utils.py
│   └── rpy2-3.2.5.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
32 directories, 230 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment