It's provided by METACRAN: https://www.r-pkg.org/about
https://github.com/metacran/metacranweb/issues is a good place to report
problems/ask questions.
On 2019-04-11 8:56 p.m., Jeff Newmiller wrote:
> I don't think "CRAN" (R Core) _ever_ did this... it was a volunteer effort
> by someone in
I don't think "CRAN" (R Core) _ever_ did this... it was a volunteer effort by
someone independently.
On April 11, 2019 4:16:47 PM PDT, Mohammad Ali Nilforooshan
wrote:
>Hi,
>
>In the past, there were read-only mirrors of the CRAN R packages on
>GitHub
>(i.e., https://github.com/cran/).
>I cann
Hi,
In the past, there were read-only mirrors of the CRAN R packages on GitHub
(i.e., https://github.com/cran/).
I cannot find this for my R package (ggroups), which became available on
CRAN a few weeks ago. Does CRAN still provide package repositories on
GitHub? If yes, please elaborate how the r
Thank you!
> Le 11 avr. 2019 à 10:36, Gábor Csárdi a écrit :
>
> I think in R you can use
> ❯ l10n_info()
> $MBCS
> [1] TRUE
>
> $`UTF-8`
> [1] TRUE
>
> $`Latin-1`
> [1] FALSE
>
> G.
>
> On Thu, Apr 11, 2019 at 9:20 AM David Gohel wrote:
>>
>> Yes, it seems so.
>>
>> Thanks Gabor, if poss
I think in R you can use
❯ l10n_info()
$MBCS
[1] TRUE
$`UTF-8`
[1] TRUE
$`Latin-1`
[1] FALSE
G.
On Thu, Apr 11, 2019 at 9:20 AM David Gohel wrote:
>
> Yes, it seems so.
>
> Thanks Gabor, if possible, a docker for that case would be welcome.
>
> I think I solved my issues. I set the locale in m
Yes, it seems so.
Thanks Gabor, if possible, a docker for that case would be welcome.
I think I solved my issues. I set the locale in my cpp code:
setlocale(LC_NUMERIC, "C");
In the R code, I am testing if the locale is set to UTF-8 with the following
code but I am not sure this is the be
--- Begin Message ---
Dear R-package-devel subscribers,
We've just published a post about how to get help with R package development on
R-hub blog.
https://blog.r-hub.io/2019/04/11/r-package-devel/
It features this mailing list and its archives quite prominently.
Thanks to the maintainers and
I just got the CRAN ultimatum about a package of mine failing in that
locale, so yes, it definitely seems intentional.
Gabor
On Wed, Apr 10, 2019 at 3:33 PM Gábor Csárdi wrote:
>
> If the charset choice is intentional, then we can add a builder/docker
> image for this on R-hub.
>
> It would cert