You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! We recently updated several RStudio cheat sheets, and unfortunately now the translations are no longer up to date. The translations listed below are only one or two versions behind, and so only need small updates instead of translating an entire document from scratch. These would make good first projects and should be relatively quick to update.
You can find editable keynote and powerpoint files for the new cheat sheets in the keynotes/ and powerpoints/ folders. Current translations can be found in the translations/ folder. Once you have finished your updated translation, save the file as the same name as the current translation, and submit a pull request per the contributing guidelines.
In your pull request description please include "Addresses #205" to link to this issue.
Languages
Chinese
Spanish
Turkish
Cheat sheet updates, listed by section:
These are text/content changes and may not include function argument changes or graphics or example code that has changed.
Page 1:
Basics
Hello! We recently updated several RStudio cheat sheets, and unfortunately now the translations are no longer up to date. The translations listed below are only one or two versions behind, and so only need small updates instead of translating an entire document from scratch. These would make good first projects and should be relatively quick to update.
You can find editable keynote and powerpoint files for the new cheat sheets in the
keynotes/
andpowerpoints/
folders. Current translations can be found in thetranslations/
folder. Once you have finished your updated translation, save the file as the same name as the current translation, and submit a pull request per the contributing guidelines.In your pull request description please include "Addresses #205" to link to this issue.
Languages
Cheat sheet updates, listed by section:
These are text/content changes and may not include function argument changes or graphics or example code that has changed.
Page 1:
Basics
qlot()
Aes
Geoms
geom_blank()
to includeexpand_limits()
geom_jitter()
from “continuous x, continuous y” to “both discrete”geom_countour_filled()
Page 2:
Scales
scale_*_binned()
Coordinate Systems
coord_flip()
with new text, swapping the x and y aes valuesThemes
theme()
Labels and Legends
labs()
to ...:” textalt = “Add alt text to the plot”
value tolabs()
annotate()
p + guides(x = guide_axis(n.dodge = 2))
and textThe text was updated successfully, but these errors were encountered: