mewinners
mewinners
> Does it occur with official R console in vscode? yes.
> Is your `Rprofile.site` located at the site directory? Since your `r.rterm.options` specifies `--no-site-file`, it will not be sourced on R session startup. It is located at R\R-4.2.0\etc\Rprofile.site, indeed. So,how...
> Is there a reason not to use `.Rprofile` in your case? Probably no. I am just used to change the setting in `Rprofile.site`
> I will have a try, But I am not familiar with `.Rprofile`, is there any way use `Rprofile.site`?
> You should restore the default value of `r.rterm.option` in your vscode settings. Looks like it is `--no-init-file` prevents R session from sourcing `Rprofile.site` on startup. I have changed the...
> Does it work if you use `~/.Rprofile` to specify the same settings? > > As you specifiy `--no-init-file` in your vscode setting `r.rterm.option`, your site file will not be...
> We recommend using [httpgd](https://nx10.github.io/httpgd/) to show plot. You might want to install `httpgd` and turn on `r.useHttpgd` in your vscode settings. I have already done those.
emmm, `Error in ls.str(.vsc) : object '.vsc' not found`
> Are you using `R: Create R terminal` to start a new R terminal? no, just radian
> Are you using `R: Create R terminal` to start a new R terminal? I have set the PATH environment variable of anaconda, install the radian through conda.