search for: r_expandfilename_readline

Displaying 17 results from an estimated 17 matches for "r_expandfilename_readline".

2019 Jun 06
4
Open a file which name contains a tilde
...; wrote: > +> path.expand("a ~ b") > [1] "a /home/user b" > How can I switch off any file crippling activity? It doesn't seem to be possible if readline is enabled and works correctly. Calls to path.expand [1] end up [2] in R_ExpandFileName [3], which calls R_ExpandFileName_readline [4], which uses libreadline function tilde_expand [5]. tilde_expand seems to be designed to expand '~' anywhere in the string it is handed, i.e. operate on whole command lines, not file paths. I am taking the liberty of Cc-ing R-devel in case this can be considered a bug. -- Best regards...
2019 Jun 05
6
Open a file which name contains a tilde
Hi, As I can see via path.expand a filename which contains a tilde anywhere gets automatically crippled. +> path.expand("a ~ b") [1] "a /home/user b" +> path.expand("a ~ b ~") [1] "a /home/user b /home/user" I want to open a file regardless whether its name contains any character unless 0. The unix filesystem allow the creation of such files, it
2019 Jun 05
6
Open a file which name contains a tilde
Hi, As I can see via path.expand a filename which contains a tilde anywhere gets automatically crippled. +> path.expand("a ~ b") [1] "a /home/user b" +> path.expand("a ~ b ~") [1] "a /home/user b /home/user" I want to open a file regardless whether its name contains any character unless 0. The unix filesystem allow the creation of such files, it
2019 Jun 07
2
[R] Open a file which name contains a tilde
.../home/user b" >> >>> How can I switch off any file crippling activity? >> >> It doesn't seem to be possible if readline is enabled and works >> correctly. >> >> Calls to path.expand [1] end up [2] in R_ExpandFileName [3], which >> calls R_ExpandFileName_readline [4], which uses libreadline function >> tilde_expand [5]. tilde_expand seems to be designed to expand '~' >> anywhere in the string it is handed, i.e. operate on whole command >> lines, not file paths. >> >> I am taking the liberty of Cc-ing R-devel in case th...
2019 Jun 11
3
[R] Open a file which name contains a tilde
...y? > > > > > > > > It doesn't seem to be possible if readline is enabled and works > > > > correctly. > > > > > > > > Calls to path.expand [1] end up [2] in R_ExpandFileName [3], > which > > > > calls R_ExpandFileName_readline [4], which uses libreadline > function > > > > tilde_expand [5]. tilde_expand seems to be designed to expand > '~' > > > > anywhere in the string it is handed, i.e. operate on whole > command > > > > lines, not file paths. > &gt...
2019 Jun 06
0
[R] Open a file which name contains a tilde
...;a /home/user b" >> >>> How can I switch off any file crippling activity? >> >> It doesn't seem to be possible if readline is enabled and works >> correctly. >> >> Calls to path.expand [1] end up [2] in R_ExpandFileName [3], which >> calls R_ExpandFileName_readline [4], which uses libreadline function >> tilde_expand [5]. tilde_expand seems to be designed to expand '~' >> anywhere in the string it is handed, i.e. operate on whole command >> lines, not file paths. >> >> I am taking the liberty of Cc-ing R-devel in case thi...
2019 Jun 06
0
[R] Open a file which name contains a tilde
...~ b") > > [1] "a /home/user b" > > > How can I switch off any file crippling activity? > > It doesn't seem to be possible if readline is enabled and works > correctly. > > Calls to path.expand [1] end up [2] in R_ExpandFileName [3], which > calls R_ExpandFileName_readline [4], which uses libreadline function > tilde_expand [5]. tilde_expand seems to be designed to expand '~' > anywhere in the string it is handed, i.e. operate on whole command > lines, not file paths. > > I am taking the liberty of Cc-ing R-devel in case this can be > consid...
2019 Jun 11
0
[R] Open a file which name contains a tilde
...itch off any file crippling activity? > > > > > > It doesn't seem to be possible if readline is enabled and works > > > correctly. > > > > > > Calls to path.expand [1] end up [2] in R_ExpandFileName [3], which > > > calls R_ExpandFileName_readline [4], which uses libreadline function > > > tilde_expand [5]. tilde_expand seems to be designed to expand '~' > > > anywhere in the string it is handed, i.e. operate on whole command > > > lines, not file paths. > > > > > > I a...
2019 Jun 08
0
[R] Open a file which name contains a tilde
...>>> How can I switch off any file crippling activity? > >> > >> It doesn't seem to be possible if readline is enabled and works > >> correctly. > >> > >> Calls to path.expand [1] end up [2] in R_ExpandFileName [3], which > >> calls R_ExpandFileName_readline [4], which uses libreadline function > >> tilde_expand [5]. tilde_expand seems to be designed to expand '~' > >> anywhere in the string it is handed, i.e. operate on whole command > >> lines, not file paths. > >> > >> I am taking the liberty of C...
2019 Jun 08
0
[R] Open a file which name contains a tilde
...can I switch off any file crippling activity? >>>> >>>> It doesn't seem to be possible if readline is enabled and works >>>> correctly. >>>> >>>> Calls to path.expand [1] end up [2] in R_ExpandFileName [3], which >>>> calls R_ExpandFileName_readline [4], which uses libreadline function >>>> tilde_expand [5]. tilde_expand seems to be designed to expand '~' >>>> anywhere in the string it is handed, i.e. operate on whole command >>>> lines, not file paths. >>>> >>>> I am taking t...
2019 Jun 11
2
[R] Open a file which name contains a tilde
...be possible if readline is enabled and > > works > > > > > correctly. > > > > > > > > > > Calls to path.expand [1] end up [2] in R_ExpandFileName > [3], > > which > > > > > calls R_ExpandFileName_readline [4], which uses > libreadline > > function > > > > > tilde_expand [5]. tilde_expand seems to be designed to > expand > > '~' > > > > > anywhere in the string it is handed, i.e. operate on > whole > >...
2019 Jun 12
2
[R] Open a file which name contains a tilde
...line is enabled and >>>> works >>>> > > > correctly. >>>> > > > >>>> > > > Calls to path.expand [1] end up [2] in R_ExpandFileName >>> [3], >>>> which >>>> > > > calls R_ExpandFileName_readline [4], which uses >>> libreadline >>>> function >>>> > > > tilde_expand [5]. tilde_expand seems to be designed to >>> expand >>>> '~' >>>> > > > anywhere in the string it is handed, i.e. operate on &...
2019 Jun 13
2
[R] Open a file which name contains a tilde
...;>> > > > correctly. > > >>>> > > > > > >>>> > > > Calls to path.expand [1] end up [2] in R_ExpandFileName > > >>> [3], > > >>>> which > > >>>> > > > calls R_ExpandFileName_readline [4], which uses > > >>> libreadline > > >>>> function > > >>>> > > > tilde_expand [5]. tilde_expand seems to be designed to > > >>> expand > > >>>> '~' > > >>>> > > >...
2019 Jun 11
0
[R] Open a file which name contains a tilde
...t; >? ? ? It doesn't seem to be possible if readline is enabled and > works > > > >? ? ? correctly. > > > > > > > >? ? ? Calls to path.expand [1] end up [2] in R_ExpandFileName [3], > which > > > >? ? ? calls R_ExpandFileName_readline [4], which uses libreadline > function > > > >? ? ? tilde_expand [5]. tilde_expand seems to be designed to expand > '~' > > > >? ? ? anywhere in the string it is handed, i.e. operate on whole > command > > > >? ? ? l...
2019 Jun 11
0
[R] Open a file which name contains a tilde
...enabled and >>> works >>> > > > correctly. >>> > > > >>> > > > Calls to path.expand [1] end up [2] in R_ExpandFileName >> [3], >>> which >>> > > > calls R_ExpandFileName_readline [4], which uses >> libreadline >>> function >>> > > > tilde_expand [5]. tilde_expand seems to be designed to >> expand >>> '~' >>> > > > anywhere in the string it is handed, i.e. operate on &...
2019 Jun 12
0
[R] Open a file which name contains a tilde
...t;> works > >>>> > > > correctly. > >>>> > > > > >>>> > > > Calls to path.expand [1] end up [2] in R_ExpandFileName > >>> [3], > >>>> which > >>>> > > > calls R_ExpandFileName_readline [4], which uses > >>> libreadline > >>>> function > >>>> > > > tilde_expand [5]. tilde_expand seems to be designed to > >>> expand > >>>> '~' > >>>> > > > anywhere in the string i...
2019 Jun 13
0
[R] Open a file which name contains a tilde
...> correctly. >> > >>>> > > > >> > >>>> > > > Calls to path.expand [1] end up [2] in R_ExpandFileName >> > >>> [3], >> > >>>> which >> > >>>> > > > calls R_ExpandFileName_readline [4], which uses >> > >>> libreadline >> > >>>> function >> > >>>> > > > tilde_expand [5]. tilde_expand seems to be designed to >> > >>> expand >> > >>>> '~' >> > >&gt...