search for: templer

Displaying 11 results from an estimated 11 matches for "templer".

Did you mean: temple
2016 Feb 29
3
Sys.readlink (on BSD vs Linux)
...difference. Am I wrong with the latter? Anyway, the behaviour is irritating, thus the request to at least mention `normalizePath` in the Rd of `Sys.readlink`. Best, Sven > On 29 Feb 2016, at 11:44, Mikko Korpela <mikko.korpela at aalto.fi> wrote: > > On 29.02.2016 10:34, Sven E. Templer wrote: >> Hello together, >> >> the function `Sys.readlink` uses the system's readlink command to resolve symlink paths. On OSX/BSD the command has a different meaning than on Linux [1]. >> >> There exists the tool 'realpath', which seems suitable for the...
2016 Feb 29
2
Sys.readlink (on BSD vs Linux)
...Rd document, eventually mentioning the difference Many thanks, Sven [1] see https://www.freebsd.org/cgi/man.cgi?query=readlink vs http://linux.die.net/man/1/readlink [2] https://www.freebsd.org/cgi/man.cgi?query=realpath http://linux.die.net/man/1/realpath --------------------------- Sven E. Templer Bioinformatics Core Group Max Planck Institute for Biology of Ageing Joseph-Stelzmann-Strasse 9b 50931 Cologne, Germany Phone: 0049 (0)221 37970 325 templer at age.mpg.de http://www.age.mpg.de/the-science/core-facilities/bioinformatics/
2016 Feb 29
0
Sys.readlink (on BSD vs Linux)
> On Feb 29, 2016, at 5:59 AM, Sven Templer <sven.templer at gmail.com> wrote: > > 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("...
2005 Jan 16
3
Can I use....
Hi, Is it possible to create a boot floppy that I can use to start iso's that use say syslinux ? Dave T.
2014 Jul 06
2
Depot for S3 to S4 generics (as in stats4)?
Dear developers, the implementation of S4 generics for existing S3 ones in the base package is concerned to be a threat to quick startup times [1]. But since S4 is promoted, and S3/S4 interoperability a pain when package developing [2], are there efforts to improve the situation? E.g. an S3 free system, etc. A good thing [2] is the package 'stats4', including some setGeneric calls (e.g.
2014 Dec 05
2
Use of tools:::httpdPort in a package for CRAN.
...function (x) .Call("rs_browseURL", url)) else options(browser = browser) } url <- paste0("http://127.0.0.1:", hport, "/library/", pkg, "/html/00Index.html") browseURL(url, encodeIfNeeded = encodeIfNeeded) invisible(NULL) } (also at https://github.com/setempler/miscset/blob/master/R/help.index.R) I tried to avoid `:::` so I used the 00Index.html file from the library on my disk (like /home/user.foo/R/lib.bar/package.baz/html/00Index.html). It does show the index, but the link to the help pages are not accessible. Nevertheless, my implementation now works...
2005 Jan 07
3
Isolinux
Hi, I am trying to boot a liveCD thats on my hard disc ...is there a way of doing this using lilo ? reason well rather than keep burning to CD then testing I want to be able to make changes then test by booting to liveCD.... Thanks in advance Dave T..
2005 Jan 14
1
chroot....
Hi, I can get into basic shell (from linuxrc) but now I want to boot main system ... ie chroot into untar system & run from there ... but when I run /sbin/init 3 I get kernel panic wondered if /dev was set up .. if not how do I get it working ... sorry to so vague but its diffcult to describe what I want to do...... so to sum up I want to go from initrd (linuxrc) to log into console of
2005 Jan 20
1
Usb Flash Drive Booting ...
Hi, Does anyone know of a good guide to installing distros to usb flash drives ....? I read this one but its making much sense http://www.damnsmalllinux.org/talk/node/86 Do I need to change drives in this manner for it to work ? Dave T.
2014 Sep 03
1
'library(ggplot2)' R CMD check WARNING in vignette R code
Hi, can I claim the warning that occurs (at R CMD check --as-cran) when I use 'library(ggplot2)' in executed vignette code as SPURIOUS (as mentioned in the CRAN policies at section 'Submission') and (since it is the only warning/error) get my package submission accepted? Has anybody experience with that? Otherwise, is there a workaround to evaluate this code (and calls to
2005 Jan 11
4
Problems with poor mans install
Hi, I am trying to figure out a poor mans install ... I want to be able to boot CD iso thats on my hard disc .. There is an option to install via hard drive .. but I keep getting VFAT16 files system errors .. I know where copied iso image is ... I can boot kernel but linuxrc will not start LiveCD ... Maybe I could rewrite linuxrc to allow this but as it works from ram I am finding hard to