File: MANIFEST

package info (click to toggle)
rpy2 2.2.6-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,032 kB
  • sloc: ansic: 8,431; python: 6,451; makefile: 149
file content (146 lines) | stat: -rw-r--r-- 4,253 bytes parent folder | download
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# file GENERATED by distutils, do NOT edit
AUTHORS
GPL_LICENSE
LGPL_LICENSE
MANIFEST
MANIFEST.in
MPL_LICENSE
NEWS
README
setup.cfg
setup.py
./rpy/__init__.py
./rpy/rpy_classic.py
./rpy/tests.py
./rpy/tests_rpy_classic.py
./rpy/interactive/__init__.py
./rpy/interactive/process_revents.py
./rpy/interactive/tests/__init__.py
./rpy/rinterface/__init__.py
./rpy/rinterface/_rinterface.c
./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_SexpExtPtr.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/constants.py
./rpy/robjects/conversion.py
./rpy/robjects/environments.py
./rpy/robjects/functions.py
./rpy/robjects/help.py
./rpy/robjects/language.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/testHelp.py
./rpy/robjects/tests/testLanguage.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
doc/Makefile
doc/source/rpy2_logo.png
rpy/__init__.py
rpy/rpy_classic.py
rpy/tests.py
rpy/tests_rpy_classic.py
rpy/interactive/__init__.py
rpy/interactive/process_revents.py
rpy/interactive/tests/__init__.py
rpy/rinterface/__init__.py
rpy/rinterface/_rinterface.c
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/null_value.c
rpy/rinterface/null_value.h
rpy/rinterface/r_utils.c
rpy/rinterface/r_utils.h
rpy/rinterface/rexternalptr.c
rpy/rinterface/rexternalptr.h
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_SexpExtPtr.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/constants.py
rpy/robjects/conversion.py
rpy/robjects/environments.py
rpy/robjects/functions.py
rpy/robjects/help.py
rpy/robjects/language.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/lib/ggplot2/__init__.py
rpy/robjects/lib/ggplot2/theme.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/testHelp.py
rpy/robjects/tests/testLanguage.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