Open daattali opened 1 year ago
Trying to approach it a different way until this is solved, by asking RStudio to let us suppress this https://github.com/rstudio/reticulate/issues/710
Looks like it might be fixed in RStudio in the next release https://github.com/rstudio/rstudio/issues/13109
On a personal Domino deployment version 5.5.2, I create a new RStudio workspace. The workspace comes pre installed with {DominoDataR} 0.2.1
If I run the command
client <- DominoDataR::datasource_client()
and then restart RStudio, I get a messageThis does not happen if I remove the variable before restarting the session, or if I run
DominoDataR::datasource_client()
without saving it to a variable.Example session: