[Rd] Halfway through writing an "IDE" with support for R; Proof of concept, and request for suggestions.

2019-06-10 Thread Abby Spurdle
I've written what I refer to as an "Integrated Console Environment". Similar to an IDE, but more console oriented, so suitable for running scripts and dynamic programming languages. Also, it's designed to be congruent with the file system. Obviously, I want to support R. However, the long term pla

Re: [Rd] [R] Open a file which name contains a tilde

2019-06-10 Thread Frank Schwidom
Hi, to get rid of any possible filename modification I started a little project to cover my usecase: https://github.com/schwidom/simplefs This is my first R package, suggestions and a review are welcome. Thanks in advance Frank Schwidom On 2019-06-07 09:04:06, Richard O'Keefe wrote: >How

Re: [Rd] [R] Open a file which name contains a tilde

2019-06-10 Thread Richard O'Keefe
?path.expand Expand a path name, for example by replacing a leading tilde by the user's home directory (if defined on that platform). *A* path name. The argument is a character vector. If multiple path names are passed, they are passed On most builds of R *A LEADING* "~user" will be