Skip to content

Commit

Permalink
Fix DAR203 ~Return: expected Any but was RReturnType, in renv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kss2k committed Oct 29, 2024
1 parent c99ea4f commit ac1547f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rwrapr/renv.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def reval(self, expr: str, rview: bool) -> Any:
rview (bool): If True, returns the result as an RView object. Defaults to False.
Returns:
RReturnType: The result of the R expression.
Any: The result of the R expression, depends on rview argument and setting.
"""
rview = rview or settings.rview_mode

Expand Down

0 comments on commit ac1547f

Please sign in to comment.