Alberto Lusiani

Results 13 issues of Alberto Lusiani

Hi, I see that bullet lists in Markdown have a bad extra vertical spacing between one bullet and a following second level bullet, like in this Markdown example ``` -...

Hi, thanks for this very useful package! I notice that apparently square brakets need to be escaped to prevent being ignored, together with whatever is enclosed. ```R plot(TeX(r"($a [b]$)")) ```...

Hi, the commands ```R plot(TeX(r"($B^a(b)$)")) plot(TeX(r"($B^{a}(b)$)")) plot(TeX(r"($B^a (b)$)")) plot(TeX(r"($B^{a} (b)$)")) ``` all result in the "(b)" string being unduly positioned as an exponent. I could not find a way to...

When no decimal digits are requested, no decimal digits are formatted, but the decimal point is still included. This is different from printf in C and from format in Python,...

## Description The env var LANG gets modified by jupyter lab for Python and R and possibly all kernels. ## Reproduce 1. start jupyter lab 2. click File -> New...

bug
pkg:translation

A long math formula, which however would fit well in a single line when rendered, is not rendered and is left as text. This is the example that fails for...

If a locale is set, parse_date_time() issues warnings for any string. Minimal reproducible example: ```r suppressMessages(library(lubridate)) rc = Sys.setlocale(category = "LC_TIME", locale = "it_IT") print(as.Date(parse_date_time("30/04/2022", "dmY"))) ``` Undue warnings appear:...

When using parenthesis format, a value like 12.34 +- 5.67 is formatted as "12.34(567)". That is slightly misleading for the average reader, in my opinion. Would it be possible to...

When the value is zero and the uncertainty a very small or very large number, then the exponential format is not used, but it ought to be in my opinion....

In v2.8.6 I am unable to reformat R code in vscode using REditorSupport. In v.2.8.5 the option is present in the left-mouse-button menu and in the control-p actions, I cannot...