[R-pkg-devel] S4 generic with variable naming of arguments

2016-02-29 Thread Thomas Petzoldt
Dear colleagues, after testing one of my packages with students, I'm trying to improve the user interface, to make it even simpler and more robust. The package uses S4 classes and I was very happy with this, but my aim is now to allow non-named arguments with different ordering, depending on thei

[R-pkg-devel] Linking an R package to the Python library

2016-02-29 Thread Bruce Hoff
I am trying to create a self-contained R package wrapping Python that works cross platform and have not been able to do this on Windows. There is already an R package which calls Python, requiring Python to be installed on the target machine: https://github.com/cjgb/rPython-win. When the R packag