> Martin Maechler
> on Mon, 26 Sep 2016 18:26:25 +0200 writes:
> Suharto Anggono Suharto Anggono
> on Mon, 26 Sep 2016 14:51:11 + writes:
>> By "an argument named 'use.names' is included for concatenation", I
meant something like this, that someone might try.
From several years, I used this site http://r.research.att.com to get a
precompiled version of macosx R-devol but the most recent version is
frozen at the 18/8 build (r 71112).
Is there an alternative (except than compile myself !) ?
Thanks,
Marc
_
I've had a TODO on the list for a while to produce a daily R-devel binary
build for macOS since I have some spare macOS compute cycles available. If
there's sufficient interest I can copy the build setup and start generating
them. I'm also a registered Apple developer so can make signed binaries as
I'm encountering a problem using sub() on strings in R 3.3.1 in
Windows, using both RGui and RStudio. The problem happens when the
starting string is ASCII, but the replacement string is UTF-8.
If we create an ASCII string x1, its encoding is marked as "unknown",
and doing a sub() on that string
> On Sep 29, 2016, at 8:42 AM, Marc Girondot via R-devel
> wrote:
>
> From several years, I used this site http://r.research.att.com to get a
> precompiled version of macosx R-devol but the most recent version is frozen
> at the 18/8 build (r 71112).
>
> Is there an alternative (except than
Dear all,
winbuilder is down.
Given current inspection results and circumstances, I expect a downtime
of *at least* 24 hours.
This applies to on-demand check services, CRAN check service results and
CRAN binary builds for Windows.
Best,
Uwe Ligges
_
[Moving to R-SIG-Mac where it belongs]
The machine building 10.6 binaries has died and since it was responsible for
merging the 10.9 and 10.6 binaries to the website it means neither were
published. 10.9 binaries are now up.
> On Sep 29, 2016, at 2:09 PM, Simon Urbanek
> wrote:
>
>
>> On
I'm working on a package that implements a REPL. A typical interaction with
the package might look like:
> launch_REPL()REPL> 1 + 1[1] 2REPL> QDo you wish to save results? [y/n]REPL>
> ygoodbye ...>
This is very similar to what happens when in `browser()`: the REPL evaluates
arbitrary R user ex