-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Currently, the code to automatically open the CIDAtools project will uses the ~ path expansion, and I am unsure if this works correctly on Windows.
Andrew to verify.
Lines 313 to 318 in e84bb43
| rprofile <- paste0(c('if( file.exists(path.expand("~/.Rprofile") ) ){', | |
| 'source(path.expand("~/.Rprofile"))', | |
| '}', | |
| 'library(CIDATools)', | |
| paste0('CIDATools::open_project(localpath="',path,'")')), | |
| collapse="\n") |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels