Open
Description
Hi,
I am using R:4.4.1 on VSCode. Whenever I pass a code to Radian (especially the multi line ones) it just does not run it.
The code appears like this:
cross_panel <- panel %>%
group_by(pand_identificatie) %>%
reframe(
approval_date = min(start_date),
total_dur = max(date_1),
+ has_demolition = first(has_demolition),
permit_renewed = first(permit_renewed),
trans_path = paste0(statusCode),
)
The syntax coloring disappears after + line:
When that +
sign appears, the code does not run and I have to switch to terminal and press ENTER to run the code.
I tried modifying the .radian_profile
and the R:bracket setting in VSCode, but nothing worked.
Metadata
Metadata
Assignees
Labels
No labels