1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
AUTHORS
GPL_LICENSE
LGPL_LICENSE
MANIFEST
MPL_LICENSE
NEWS
README
setup.cfg
setup.py
doc/Makefile
doc/source/rpy2_logo.png
rpy/__init__.py
rpy/rpy_classic.py
rpy/tests.py
rpy/tests_rpy_classic.py
rpy/rinterface/__init__.py
rpy/rinterface/array.c
rpy/rinterface/array.h
rpy/rinterface/buffer.c
rpy/rinterface/buffer.h
rpy/rinterface/embeddedr.c
rpy/rinterface/embeddedr.h
rpy/rinterface/na_values.c
rpy/rinterface/na_values.h
rpy/rinterface/r_utils.c
rpy/rinterface/r_utils.h
rpy/rinterface/rinterface.c
rpy/rinterface/rpy_device.c
rpy/rinterface/rpy_device.h
rpy/rinterface/rpy_rinterface.h
rpy/rinterface/sequence.c
rpy/rinterface/sequence.h
rpy/rinterface/sexp.c
rpy/rinterface/sexp.h
rpy/rinterface/tests/__init__.py
rpy/rinterface/tests/test_Device.py
rpy/rinterface/tests/test_EmbeddedR.py
rpy/rinterface/tests/test_Sexp.py
rpy/rinterface/tests/test_SexpClosure.py
rpy/rinterface/tests/test_SexpEnvironment.py
rpy/rinterface/tests/test_SexpVector.py
rpy/rinterface/tests/test_SexpVectorNumeric.py
rpy/rlike/__init__.py
rpy/rlike/container.py
rpy/rlike/functional.py
rpy/rlike/indexing.py
rpy/rlike/tests/__init__.py
rpy/rlike/tests/test_container.py
rpy/rlike/tests/test_functional.py
rpy/rlike/tests/test_indexing.py
rpy/robjects/__init__.py
rpy/robjects/conversion.py
rpy/robjects/functions.py
rpy/robjects/methods.py
rpy/robjects/numpy2ri.py
rpy/robjects/packages.py
rpy/robjects/robject.py
rpy/robjects/vectors.py
rpy/robjects/lib/__init__.py
rpy/robjects/lib/ggplot2.py
rpy/robjects/lib/grid.py
rpy/robjects/tests/__init__.py
rpy/robjects/tests/testArray.py
rpy/robjects/tests/testDataFrame.py
rpy/robjects/tests/testEnvironment.py
rpy/robjects/tests/testFormula.py
rpy/robjects/tests/testFunction.py
rpy/robjects/tests/testMethods.py
rpy/robjects/tests/testNumpyConversions.py
rpy/robjects/tests/testPackages.py
rpy/robjects/tests/testRObject.py
rpy/robjects/tests/testRobjects.py
rpy/robjects/tests/testVector.py
|