Commit c596754
Fix scipen option not updating in R 4.2 via Rf_GetOption1 (#2)
* Initial plan
* Fix R 4.2 scipen issue by using getOption() instead of Rf_GetOption1
Co-authored-by: kv9898 <105025148+kv9898@users.noreply.github.com>
* Add clarifying comment about digits option compatibility
Co-authored-by: kv9898 <105025148+kv9898@users.noreply.github.com>1 parent 9569779 commit c596754
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1309 | 1309 | | |
1310 | 1310 | | |
1311 | 1311 | | |
1312 | | - | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
1313 | 1320 | | |
1314 | 1321 | | |
1315 | 1322 | | |
| |||
0 commit comments