Skip to content

Radian in VSCode does not run the code interactively unless pressing enter #486

Open
@Babakfifoo

Description

@Babakfifoo

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:

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions