You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changed REPL behaviour to handle multi-line expressions in R.
Removed RStudio addins as they don't work properly and are no longer required with mulit-line expression support.
* Updating NEWS.md
---------
Co-authored-by: Zac Davies <[email protected]>
When you change between languages all variables should persist unless REPL is exited.
80
74
81
-
## RStudio Addins
82
-
83
-
There are three addins included with `{brickster}` for use with the REPL:
84
-
85
-
1. Send selection to console
86
-
87
-
2. Send current document to console
88
-
89
-
3. Send R script to console
90
-
91
-
It's recommended that (1) and (2) be bound to a keyboard shortcut if using the REPL frequently ('Tools' \> 'Modify Keyboard Shortcuts...' \> 'Search for `brickster`').
92
-
93
-
These addins behave slightly different to the standard shortcuts as they ensure that commands that span multiple lines are handled correctly via the REPL.
94
-
95
75
## Limitations
96
76
97
77
- Development environments (e.g. RStudio, Positron) won't display variables from the remote contexts in the environment pane
@@ -101,3 +81,5 @@ These addins behave slightly different to the standard shortcuts as they ensure
101
81
- Not designed to work with interactive serverless compute
102
82
103
83
- Cannot persist or recover sessions
84
+
85
+
- Multi-line expressions are only supported for R. Python, Scala, and SQL are limited to single line expressions.
0 commit comments