All Projects → hadley → Adv R

hadley / Adv R

Licence: other
Advanced R: a book

Programming Languages

r
7636 projects
TeX
3793 projects
CSS
56736 projects

Projects that are alternatives of or similar to Adv R

React Book
Free book on React. Beginner to intermediate.
Stars: ✭ 855 (-57.25%)
Mutual labels:  book, programming
Practical Cryptography For Developers Book
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
Stars: ✭ 2,400 (+20%)
Mutual labels:  book, programming
Tidy Text Mining
Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
Stars: ✭ 961 (-51.95%)
Mutual labels:  bookdown, book
Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+261.05%)
Mutual labels:  book, programming
Book Node Beyond Basics
Node.js Beyond the Basics
Stars: ✭ 115 (-94.25%)
Mutual labels:  book, programming
The Complete Guide To Modern Javascript
A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here http://a-fwd.to/jHO6m9t. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB
Stars: ✭ 827 (-58.65%)
Mutual labels:  book, programming
Bookdown Crc
A minimal example of using bookdown to write a book for Chapman & Hall/CRC
Stars: ✭ 50 (-97.5%)
Mutual labels:  bookdown, book
rust-course
<<Rust语言圣经(Book & Course)>>对Rust语言进行全面且深入的讲解,书中辅以生动的示例和习题,带你攻克从入门学习到实践应用的各种难关。 我们的目标是做一门优秀的开源Rust教程(课程)——学Rust就上course.rs。
Stars: ✭ 2,739 (+36.95%)
Mutual labels:  programming, book
Mlr3book
mlr3 manual
Stars: ✭ 89 (-95.55%)
Mutual labels:  bookdown, book
Learn Vim
Vim 实操教程(Learning Vim)Vim practical tutorial.
Stars: ✭ 1,166 (-41.7%)
Mutual labels:  book, programming
Awesome Devbook
📕 국내 개발 도서 리스트
Stars: ✭ 351 (-82.45%)
Mutual labels:  book, programming
Nimdays
Nim days book
Stars: ✭ 132 (-93.4%)
Mutual labels:  book, programming
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+58.7%)
Mutual labels:  bookdown, book
Programming Basics Book Java Bg
Textbook for the "Programming Basics" course @ SoftUni (Java, Bulgarian)
Stars: ✭ 17 (-99.15%)
Mutual labels:  book, programming
R4ds
R for data science: a book
Stars: ✭ 3,231 (+61.55%)
Mutual labels:  bookdown, book
Programming Basics Book Python Bg
Textbook for the "Programming Basics" course @ SoftUni (Python, Bulgarian)
Stars: ✭ 34 (-98.3%)
Mutual labels:  book, programming
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (-94.35%)
Mutual labels:  book, bookdown
Book
Metaprogramming. Multi-paradigm approach in the Software Engineering.
Stars: ✭ 116 (-94.2%)
Mutual labels:  programming, book
Programming Basics Book Csharp Bg
Textbook for the "Programming Basics" course @ SoftUni (C#, Bulgarian)
Stars: ✭ 59 (-97.05%)
Mutual labels:  book, programming
Technology books
Premium eBook free for Geeks
Stars: ✭ 115 (-94.25%)
Mutual labels:  book, programming

Advanced R

Build Status

This is code and text behind the Advanced R book. The site is built with bookdown.

Diagrams

Omnigraffle:

  • Make sure that 100% is "one postscript point": this ensures canvas size matches physical size. Export at 300 dpi scaled to 100%.

  • Set grid to 1cm with 10 minor units. Ensure there is 2mm padding around all sides of each diagram.

  • Conventions:

    • Text is set in inconsolata 10pt, with text padding set to 3.
    • Emoji set in "Apple Color Emoji" 8pt.
    • Default scalar size is 6mm x 6mm.
    • Symbols have 4pt rounded corners and plum border.
    • Arrow heads should be set to 75%.
    • Names should be coloured in steel.

Book:

  • Inconsolata scaled (by fontspec) to match main font is 9.42pt.

  • Preview at 100% matches physical size of book. Maximum diagram width is 11cm.

RMarkdown

  • Remove dpi specification from include_graphics(), instead relying on common.R. Chunk should have output.width = NULL.

  • Beware caching: after changing the size of an image you may need to clear the cache before it is correctly updated.

To zip files to for publisher:

mkdir crc
cp _book/_main.tex crc
cp -r _bookdown_files/*_files crc
cp -r diagrams crc
cp -r screenshots crc
cp -r emoji crc
cp mina.jpg crc
cp krantz.cls crc
cp book.bib crc
rm crc/diagrams/*.graffle

zip -r adv-r-source.zip crc

Code of conduct

Please note that Advanced R is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].