Displaying 6 results from an estimated 6 matches for "xngettext".
Did you mean:
xgettext
2005 Jul 21
2
opening RDB files
Hi all,
I've recently upgraded to R version 2.1.1 and when trying to inspect the
contents of many packages in the library (for instance library\MASS\R) I've
realized wordpad, or the notepad, won't open them since they have *.RDB and
*.RDX extensions which these editors cannot recognize.
However, libraries in previous versions of R did not have these extensions
and I could inspect
2018 Apr 23
0
R 3.5.0 is released
...n (PR#17269).
* lower.tri(x) and upper.tri(x) only needing dim(x) now work via
new functions .row() and .col(), so no longer call as.matrix() by
default in order to work efficiently for all kind of matrix-like
objects.
* print() methods for "xgettext" and "xngettext" now use
encodeString() which keeps, e.g. "\n", visible. (Wish of
PR#17298.)
* package.skeleton() gains an optional encoding argument.
* approx(), spline(), splinefun() and approxfun() also work for
long vectors.
* deparse() and dump() are more usefu...
2018 Apr 23
0
R 3.5.0 is released
...n (PR#17269).
* lower.tri(x) and upper.tri(x) only needing dim(x) now work via
new functions .row() and .col(), so no longer call as.matrix() by
default in order to work efficiently for all kind of matrix-like
objects.
* print() methods for "xgettext" and "xngettext" now use
encodeString() which keeps, e.g. "\n", visible. (Wish of
PR#17298.)
* package.skeleton() gains an optional encoding argument.
* approx(), spline(), splinefun() and approxfun() also work for
long vectors.
* deparse() and dump() are more usefu...
2020 Apr 24
0
R 4.0.0 is released
...now should work correctly for the Rprof(*,
memory.profiling=TRUE) case with small chunk size (and "tseries"
or similar) thanks to a patch proposal by Benjamin Tyner, in
PR#15886.
* xgettext() ignores strings passed to ngettext(), since the latter
is handled by xngettext(). Thanks to Daniele Medri for the report
and all the recent work he has done on the Italian translations.
* data(package = "P") for P in base and stats no longer reports the
data sets from package datasets (which it did for back
compatibility for 16 years), fixing...
2020 Apr 24
0
R 4.0.0 is released
...now should work correctly for the Rprof(*,
memory.profiling=TRUE) case with small chunk size (and "tseries"
or similar) thanks to a patch proposal by Benjamin Tyner, in
PR#15886.
* xgettext() ignores strings passed to ngettext(), since the latter
is handled by xngettext(). Thanks to Daniele Medri for the report
and all the recent work he has done on the Italian translations.
* data(package = "P") for P in base and stats no longer reports the
data sets from package datasets (which it did for back
compatibility for 16 years), fixing...
2020 Apr 24
0
R 4.0.0 is released
...now should work correctly for the Rprof(*,
memory.profiling=TRUE) case with small chunk size (and "tseries"
or similar) thanks to a patch proposal by Benjamin Tyner, in
PR#15886.
* xgettext() ignores strings passed to ngettext(), since the latter
is handled by xngettext(). Thanks to Daniele Medri for the report
and all the recent work he has done on the Italian translations.
* data(package = "P") for P in base and stats no longer reports the
data sets from package datasets (which it did for back
compatibility for 16 years), fixing...