Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 07:02
Show Gist options
  • Save ryantm/53263f75b33b278207886fc48873ce4a to your computer and use it in GitHub Desktop.
Save ryantm/53263f75b33b278207886fc48873ce4a to your computer and use it in GitHub Desktop.
/nix/store/840b0iq44vkk0ki3aabh1wx5bnghjawp-python3.6-rpy2-2.9.4
├── lib
│   └── python3.6
│   └── site-packages
│   ├── rpy2
│   │   ├── __init__.py
│   │   ├── interactive
│   │   │   ├── __init__.py
│   │   │   ├── packages.py
│   │   │   ├── process_revents.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── packages.cpython-36.pyc
│   │   │   │   └── process_revents.cpython-36.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── ipython
│   │   │   ├── ggplot.py
│   │   │   ├── html.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ggplot.cpython-36.pyc
│   │   │   │   ├── html.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── rmagic.cpython-36.pyc
│   │   │   ├── rmagic.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── test_rmagic.cpython-36.pyc
│   │   │   └── test_rmagic.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── rpy_classic.cpython-36.pyc
│   │   │   ├── situation.cpython-36.pyc
│   │   │   ├── tests.cpython-36.pyc
│   │   │   └── tests_rpy_classic.cpython-36.pyc
│   │   ├── rinterface
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   ├── _rinterface.cpython-36m-x86_64-linux-gnu.so
│   │   │   ├── _rpy_device.cpython-36m-x86_64-linux-gnu.so
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── test_Device.cpython-36.pyc
│   │   │   │   ├── test_EmbeddedR.cpython-36.pyc
│   │   │   │   ├── test_SexpClosure.cpython-36.pyc
│   │   │   │   ├── test_Sexp.cpython-36.pyc
│   │   │   │   ├── test_SexpEnvironment.cpython-36.pyc
│   │   │   │   ├── test_SexpExtPtr.cpython-36.pyc
│   │   │   │   ├── test_SexpSymbol.cpython-36.pyc
│   │   │   │   ├── test_SexpVector.cpython-36.pyc
│   │   │   │   └── test_SexpVectorNumeric.cpython-36.pyc
│   │   │   ├── test_Device.py
│   │   │   ├── test_EmbeddedR.py
│   │   │   ├── test_SexpClosure.py
│   │   │   ├── test_SexpEnvironment.py
│   │   │   ├── test_SexpExtPtr.py
│   │   │   ├── test_Sexp.py
│   │   │   ├── test_SexpSymbol.py
│   │   │   ├── test_SexpVectorNumeric.py
│   │   │   └── test_SexpVector.py
│   │   ├── rlike
│   │   │   ├── container.py
│   │   │   ├── functional.py
│   │   │   ├── indexing.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── container.cpython-36.pyc
│   │   │   │   ├── functional.cpython-36.pyc
│   │   │   │   ├── indexing.cpython-36.pyc
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── test_container.cpython-36.pyc
│   │   │   │   ├── test_functional.cpython-36.pyc
│   │   │   │   └── test_indexing.cpython-36.pyc
│   │   │   ├── test_container.py
│   │   │   ├── test_functional.py
│   │   │   └── test_indexing.py
│   │   ├── 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-36.pyc
│   │   │   │   │   ├── dplyr.cpython-36.pyc
│   │   │   │   │   ├── ggplot2.cpython-36.pyc
│   │   │   │   │   ├── grdevices.cpython-36.pyc
│   │   │   │   │   ├── grid.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── test_dplyr.cpython-36.pyc
│   │   │   │   │   └── tidyr.cpython-36.pyc
│   │   │   │   ├── test_dplyr.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   │   ├── test_dplyr.cpython-36.pyc
│   │   │   │   │   │   ├── test_ggplot2.cpython-36.pyc
│   │   │   │   │   │   └── test_grdevices.cpython-36.pyc
│   │   │   │   │   ├── test_dplyr.py
│   │   │   │   │   ├── test_ggplot2.py
│   │   │   │   │   └── test_grdevices.py
│   │   │   │   └── tidyr.py
│   │   │   ├── methods.py
│   │   │   ├── numpy2ri.py
│   │   │   ├── packages.py
│   │   │   ├── packages_utils.py
│   │   │   ├── pandas2ri.py
│   │   │   ├── __pycache__
│   │   │   │   ├── constants.cpython-36.pyc
│   │   │   │   ├── conversion.cpython-36.pyc
│   │   │   │   ├── environments.cpython-36.pyc
│   │   │   │   ├── functions.cpython-36.pyc
│   │   │   │   ├── help.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── language.cpython-36.pyc
│   │   │   │   ├── methods.cpython-36.pyc
│   │   │   │   ├── numpy2ri.cpython-36.pyc
│   │   │   │   ├── packages.cpython-36.pyc
│   │   │   │   ├── packages_utils.cpython-36.pyc
│   │   │   │   ├── pandas2ri.cpython-36.pyc
│   │   │   │   ├── robject.cpython-36.pyc
│   │   │   │   └── vectors.cpython-36.pyc
│   │   │   ├── robject.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── testArray.cpython-36.pyc
│   │   │   │   │   ├── testDataFrame.cpython-36.pyc
│   │   │   │   │   ├── testEnvironment.cpython-36.pyc
│   │   │   │   │   ├── testFormula.cpython-36.pyc
│   │   │   │   │   ├── testFunction.cpython-36.pyc
│   │   │   │   │   ├── testHelp.cpython-36.pyc
│   │   │   │   │   ├── testLanguage.cpython-36.pyc
│   │   │   │   │   ├── testMethods.cpython-36.pyc
│   │   │   │   │   ├── testNumpyConversions.cpython-36.pyc
│   │   │   │   │   ├── testPackages.cpython-36.pyc
│   │   │   │   │   ├── testPandasConversions.cpython-36.pyc
│   │   │   │   │   ├── testRObject.cpython-36.pyc
│   │   │   │   │   ├── testRobjects.cpython-36.pyc
│   │   │   │   │   └── testVector.cpython-36.pyc
│   │   │   │   ├── testArray.py
│   │   │   │   ├── testDataFrame.py
│   │   │   │   ├── testEnvironment.py
│   │   │   │   ├── testFormula.py
│   │   │   │   ├── testFunction.py
│   │   │   │   ├── testHelp.py
│   │   │   │   ├── testLanguage.py
│   │   │   │   ├── testMethods.py
│   │   │   │   ├── testNumpyConversions.py
│   │   │   │   ├── testPackages.py
│   │   │   │   ├── testPandasConversions.py
│   │   │   │   ├── testRObject.py
│   │   │   │   ├── testRobjects.py
│   │   │   │   └── testVector.py
│   │   │   └── vectors.py
│   │   ├── rpy_classic.py
│   │   ├── situation.py
│   │   ├── tests.py
│   │   └── tests_rpy_classic.py
│   └── rpy2-2.9.4.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
31 directories, 159 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment