search for: setempl

Displaying 2 results from an estimated 2 matches for "setempl".

Did you mean: templ
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 wor...
2014 Dec 03
2
we need an exists/get hybrid
Thanks Winston! I'm amazed that "[[" beats calling the .Internal directly. I guess the difference between .Primitive vs. .Internal is pretty significant for things on this time scale. NULL meaning NULL and NULL meaning undefined would lead to the same path for much of my code. I'll be swapping out many exists and get calls later today. Thanks! I do still think it would be