Results 6 comments of Derek Walkama

I'd like to request this feature as well. We are using an NFS file system and as a workaround for slow md5 checksum calculations have set the index and state...

You need to install versions 3.2.3 for seurat-disk to install correctly: remotes::install_version("Seurat", version = "3.2.3")

Yes we wish to do something a bit different than hardcoding the variables. i.e setting: PATH=${PATH} in .Renviron, so that we can build the variables during the login (scripts in...

Correct, I believe R only creates variables that are set in .Renviron. I.e. if you have a shell variable TEMP="test" and you do not set TEMP=${TEMP} in .Renviron, then Sys.getenv("TEMP")...

I see this spot in your code which I'm assuming is where the environment is stripped down to just the specific things listed below?: ``` def setup_rsession(): def _get_env(port): #...

I think there are major differences between how the open-source Rstudio server and Rstudio server pro configure themselves. You can see the steps you mention boxed out with "pro" here:...