George Moroz
George Moroz
Like in #30. ``` library(ggplot2) library(ggbeeswarm) ggplot2::qplot(class, hwy, data = ggplot2::mpg, position = position_quasirandom()) ```  ``` distro packageVersion("ggbeeswarm") [1] ‘0.7.0’ > packageVersion("ggplot2") [1] ‘3.3.3’ ``` ``` > sessionInfo() R...
It would be nice to have an ability start Sankey from top to the bottom...
In most cases `.Rmd` is self including, so if you insert an image, it will use data URI scheme. That means everything is inside one `.html` file, so an encrypting/decrypting...
I'd expected that pandoc will work inside the `tufte::quote_footer()`. But it didn't: it is aligned, but not converted.  ``` --- output: beamer_presentation: latex_engine: xelatex citation_package: natbib bibliography: bibliography.bib ---...
Hi, I am a newbie in Github CA, but anytime I'm open this program it changes my `.html` default program to Github Classroom Asisstant. I'm on Linux Mint. I'd be...
Hi, I found a problem parsing `.bib` file with quotes instead of curly brackets: Here is a file ``` @BOOK{hoehlig97, author = "Monika Hoehlig", title = "Kontaktbedingter {S}prachwandel in der...
I really like your package! I propose some additional types of graphs. May be you'll like some of them. * donuts * proportional bar (with the 100% height) * Venn...
Hi, found a list of wrong pgns in CRAN version: * in row 40, `A40` * in row 180, `B69` * in row 191, `B78` * in row 402, `D49`...
I look through the list of the Russian stopwords and found out that it is ... not a Russian words in most cases: `corpus::stopwords_ru` ``` [1] "Б" "ВЕЪ" "ВПМЕЕ" "ВПМШЫЕ"...