| Author | djarvis <email> |
|---|---|
| Date | 2017-01-02 15:19:09 GMT-0800 |
| Commit | 5d2bac194ee5b39dfe11eaeb4f07e49fa2d77d32 |
| Parent | ff7c743 |
| +application: | ||
| + title: Scrivenvar | ||
| + | ||
| -application: | ||
| - title: Scrivenvar | ||
| - | ||
| public void init( final Path workingDirectory ) { | ||
| - // In Windows, setwd doesn't work. | ||
| + // In Windows, path characters must be changed from escape chars. | ||
| eval( replace( "" | ||
| + "assign( 'anchor', as.Date( '$date.anchor$', format='%Y-%m-%d' ), envir = .GlobalEnv );" |
| Delta | 4 lines added, 4 lines removed |
|---|