Laurent Gautier

Results 64 issues of Laurent Gautier

Make gradients between 4 and 5 times faster while at it. This is a proposed partial fix for issue #270. Current version of `ptext` used still requires `numpy`.

`numpy` is a required dependency but it only appears to be used in one place in the code: https://github.com/lordmauve/pgzero/blob/38cb6021496bd2f9dae0b37ef3ee6304dee71e2f/pgzero/ptext.py#L348 `numpy` is a rather large package. Is the dependency really necessary?...

enhancement

**Describe the issue or bug** It is possible to create R data frames with duplicated column names. When the case, its conversion to pandas drop all columns with the same...

bug

**Describe the issue or bug** Having R in the `PATH` but the path to `libR.so` not known to the linker (e.g., not in `ldconf` or in `LD_LIBRARY_PATH`) results in an...

bug

**[Original report](https://bitbucket.org/rpy2/rpy2/issue/422) by Laurent Gautier (Bitbucket: [lgautier](https://bitbucket.org/lgautier), GitHub: [lgautier](https://github.com/lgautier)).** ---------------------------------------- The build of the documentation is broken and there does not seem to be a way to fix it. A...

**[Original report](https://bitbucket.org/rpy2/rpy2/issue/68) by Francesca Mazzoni (Bitbucket: [framazz](https://bitbucket.org/framazz), GitHub: [framazz](https://github.com/framazz)).** ---------------------------------------- Although the content of those folders gets deleted, the folders themselves are not, so /tmp gets filled up with Rtmp*...

**[Original report](https://bitbucket.org/rpy2/rpy2/issue/577) by germayne (Bitbucket: [germayne](https://bitbucket.org/germayne), GitHub: [germayne](https://github.com/germayne)).** ---------------------------------------- Hi, i am currently on windows and using conda. The easiest way for me to install rpy2 is to do it...

Windows

**[Original report](https://bitbucket.org/rpy2/rpy2/issue/585) by Brian Lie (Bitbucket: [Brian Lie](https://bitbucket.org/Brian Lie), ).** ---------------------------------------- Hello, so I found that pandas dataframes containing very large integers can’t be converted into R’s form yet? There’s...