question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Awalys has a "`)`" when submit a function to terminal

See original GitHub issue

When I submit some codes to terminal, it always ends up with a ) in the terminal. Re-submit won’t see it.

Something like this.

toy_fun <- function() {

}
)

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
randy3kcommented, Aug 12, 2021

It is a known issue on VSCode on windows because Microsoft terminal doesn’t support brackted paste mode. I believe there are some relevant threads on vscode-R.

Until, it is addressed upstream, a temporary workaround is to set options(radian.auto_match = FALSE)

0reactions
Yunuuuucommented, Oct 12, 2021

Thanks for your help

Yes, I’ll turn off it and check off this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

call function declared below - Unix & Linux Stack Exchange
When we call main at the end of file, all functions are already defined. Explicitly passing "$@" to main is required to make...
Read more >
Can I only call a function from the terminal rather the whole ...
If you only execute the script without passing argument then both functions will run and with passing argument only single function will work....
Read more >
Where can I put a user-defined shell function? - Ask Ubuntu
You can either write your shell function definitions directly in your ~/.bashrc file, or, if you have lots of them and don't want...
Read more >
Using functions within a shell script
Functions - A Bourne Shell Programming / Scripting Tutorial for learning about using the Unix shell.
Read more >
Functions - Bash Scripting Tutorial
Functions · Either of the above methods of specifying a function is valid. · In other programming languages it is common to have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found