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.

Able to run multi-line R cells in windows

See original GitHub issue

Refs: https://github.com/microsoft/vscode-jupyter/issues/4576

Complexity: 3

Create Issue

Create Issue


Running R multi-line cells in Notebooks will not work in windows. Solution:

  • Remove carriage returns from CRLF in lines from cells

Testing

a <- "Hello World"
print(a)
  • Run the cell & select the R kernel
  • Verify the cell runs & output contains the text Hello World

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
rchiodocommented, Sep 28, 2021

Works for me. I can take the test plan item.

1reaction
dbaeumercommented, Sep 29, 2021

@DonJayamanne thanks for the steps and @rchiodo thanks for taking the test plan item.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to execute multiple lines of (cmd) shell from R in the ...
I have a problem in that I cannot seem to evaluate multiple lines of cmd from R in the same cmd session. Minimal...
Read more >
How to put multiple lines into cells in Microsoft Excel
You can select multiple cells by holding down the CNTRL key while clicking on them, select entire columns or rows by clicking on...
Read more >
How to Create a Multi-Line Comment in R (With Examples)
The easiest way to create a multi-line comment in RStudio is to highlight the text and press Ctrl + Shift + C.
Read more >
microsoft excel - Multiline cells are displayed as single line cells
Select range with affected cells. Press F2 and then enter again and again until all cells fixed. But this way only acceptable for...
Read more >
Spark Read multiline (multiple line) CSV File
In order to process the CSV file with values in rows scattered across multiple lines, use option("multiLine",true) .
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