Re: [Rd] Sys.readlink (on BSD vs Linux)

2016-02-29 Thread Sven Templer
Hello, sorry for not being clear enough. My problem is represented with the following code, running on OSX: mkdir ~/test ln -s ~/test ~/testlink touch ~/test/foo Rscript -e 'Sys.readlink(c("~/test/foo", "~/testlink/foo")); normalizePath(c("~/test/foo","~/testlink/foo"))' I expected `Sys.readli

Re: [Rd] Sys.readlink (on BSD vs Linux)

2016-02-29 Thread Sven Templer
> On 29 Feb 2016, at 11:59, Sven Templer wrote: > > Also, I think the readlink.h imported to R to be the same as from the > system's `readlink` command, thus mimicking the command line difference. Please ignore this statement, sorry. ___

Re: [Rd] Sys.readlink (on BSD vs Linux)

2016-02-29 Thread Sven Templer
n > On 29 Feb 2016, at 16:02, Simon Urbanek wrote: > > >> On Feb 29, 2016, at 5:59 AM, Sven Templer wrote: >> >> Hello, >> >> sorry for not being clear enough. >> >> My problem is represented with the following code, running on OSX: >&