Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
docs: add rtd status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 1, 2019
1 parent 59f9a81 commit 03b4d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
@@ -1,7 +1,7 @@
|Shape-Out|
===========

|PyPI Version| |Build Status Linux| |Build Status Win| |Coverage Status|
|PyPI Version| |Build Status Linux| |Build Status Win| |Coverage Status| |Docs Status|


Shape-Out is a graphical user interface for the analysis
Expand Down Expand Up @@ -55,3 +55,5 @@ of Shape-Out can be found at https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut/tr
:target: https://ci.appveyor.com/project/paulmueller/ShapeOut
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/ZELLMECHANIK-DRESDEN/ShapeOut/master.svg
:target: https://codecov.io/gh/ZELLMECHANIK-DRESDEN/ShapeOut
.. |Docs Status| image:: https://readthedocs.org/projects/shapeout/badge/?version=develop
:target: https://readthedocs.org/projects/shapeout/builds/
2 changes: 1 addition & 1 deletion shapeout/lin_mix_mod.py
Expand Up @@ -460,7 +460,7 @@ def linmixmod(xs, treatment, timeunit, model='lmm', RCMD=cran.rcmd):
timeunit = np.concatenate(timeunit)

# Open a pyper instance
r1 = pyper.R(RCMD=RCMD, use_pandas=True)
r1 = pyper.R(RCMD=RCMD)
# try to fix unicode decode errors by forcing english
r1('Sys.setenv(LANG = "en")')
r1.assign("xs", xs)
Expand Down

0 comments on commit 03b4d7d

Please sign in to comment.