ZELLMECHANIK-DRESDEN / ShapeOut

Shape-Out has been superseded by Shape-Out 2.
https://shapeout.readthedocs.io
GNU General Public License v2.0
5 stars 5 forks source link

Regression analysis not working for some Windows regional settings #142

Closed paulmueller closed 7 years ago

paulmueller commented 7 years ago

Unicode errors appear. It is unclear how to solve this.

The current workaround is to set the regional settings to English US.

paulmueller commented 7 years ago

Fixed by a160e077:

r1 = pyper.R(RCMD=RCMD, use_pandas=True)
r1('Sys.setenv(LANG = "en")')