George Moroz

Results 29 issues of George Moroz

Like in #30. ``` library(ggplot2) library(ggbeeswarm) ggplot2::qplot(class, hwy, data = ggplot2::mpg, position = position_quasirandom()) ``` ![image](https://user-images.githubusercontent.com/15956515/106990772-fd205d00-6785-11eb-804b-b89bc75ad5ea.png) ``` distro packageVersion("ggbeeswarm") [1] ‘0.7.0’ > packageVersion("ggplot2") [1] ‘3.3.3’ ``` ``` > sessionInfo() R...

bug

It would be nice to have an ability start Sankey from top to the bottom...

sankeyNetwork
feature request

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...

enhancement

I'd expected that pandoc will work inside the `tufte::quote_footer()`. But it didn't: it is aligned, but not converted. ![image](https://user-images.githubusercontent.com/15956515/69495750-6dbdbf80-0edb-11ea-9680-58036abe8ac8.png) ``` --- 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...

enhancement

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...

enhancement
help wanted

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] "Б" "ВЕЪ" "ВПМЕЕ" "ВПМШЫЕ"...