All Projects → tidyverse → Design

tidyverse / Design

Licence: other
Tidyverse design principles

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Design

Hpmor
A set of covers for "Harry Potter and the Methods of Rationality".
Stars: ✭ 92 (-21.37%)
Mutual labels:  book, design
Terraform Up And Running Code
Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
Stars: ✭ 1,739 (+1386.32%)
Mutual labels:  book
Youqu master
友趣app,一款可以交朋友并且十分有趣的应用。Rxjava+Retrofit+Glide+ijkplayer结合的MVP框架(精选图书,妹纸福利图片,火爆视频,各种炫酷特效)
Stars: ✭ 107 (-8.55%)
Mutual labels:  book
Trezor Hardware
🔧 Hardware design of Trezor
Stars: ✭ 110 (-5.98%)
Mutual labels:  design
Materialize
Materialize, a CSS Framework based on Material Design
Stars: ✭ 38,630 (+32917.09%)
Mutual labels:  design
Realtaiizor
C# WinForm UI/UX Component Library
Stars: ✭ 109 (-6.84%)
Mutual labels:  design
Dva Boot Admin
🍰 react admin dashboard ui LANIF-ADMIN --- react 16 + react-router 4 + dva 2 + antd 4 后台管理 脚手架
Stars: ✭ 1,553 (+1227.35%)
Mutual labels:  design
Book Node Beyond Basics
Node.js Beyond the Basics
Stars: ✭ 115 (-1.71%)
Mutual labels:  book
Dayvsnight
DayVsNight - A Xamarin.Forms UI Challenge
Stars: ✭ 112 (-4.27%)
Mutual labels:  design
Rustprimer
The Rust primer for beginners. We need native English speaker help us modify the translation.
Stars: ✭ 1,582 (+1252.14%)
Mutual labels:  book
Pwning Juice Shop
GitBook markdown content for the eBook "Pwning OWASP Juice Shop"
Stars: ✭ 110 (-5.98%)
Mutual labels:  book
Bulma
Modern CSS framework based on Flexbox
Stars: ✭ 44,771 (+38165.81%)
Mutual labels:  design
Syntaxmeets
Syntaxmeets. Create rooms 🏠 Call your friends 👬🏼 Sip Chai, ☕ Chat, Create, and Code👨‍💻. A coding platform to code simultaneously 🚀 with your friends and design your algorithms on SyntaxPad.💫✨
Stars: ✭ 110 (-5.98%)
Mutual labels:  design
Links Uteis
📎 Lista de links úteis para o desenvolvimento de projetos de programação e design
Stars: ✭ 2,032 (+1636.75%)
Mutual labels:  design
Byte Of Python
Beginners book on Python - start here if you don't know programming
Stars: ✭ 1,713 (+1364.1%)
Mutual labels:  book
Breaking Gfw Book
整理所有的翻墙方法,持续更新....欢迎PR
Stars: ✭ 105 (-10.26%)
Mutual labels:  book
Belajar Git
Tutorial Git dalam Bahasa Indonesia
Stars: ✭ 109 (-6.84%)
Mutual labels:  book
React Textgradient
Text gradients with CSS with SVG fallback. [unmaintained]
Stars: ✭ 110 (-5.98%)
Mutual labels:  design
Technology books
Premium eBook free for Geeks
Stars: ✭ 115 (-1.71%)
Mutual labels:  book
Truvisory
This project is meant to provide resources to users who want to access good LinkedIn posts which contains resources to learn any Technology, Design, Self-Branding, Motivation etc. You can visit project by:
Stars: ✭ 116 (-0.85%)
Mutual labels:  design

Travis build status

A place to document (and hash out) development principles for packages in the tidyverse.

A complement to http://style.tidyverse.org.

Structure

Title should be a command. Keep it as short as possible.

Sections:

  • What's the pattern/problem? Brief description and motivation. Include related problems as bulleted list.

  • What are some examples? Bulleted list of existing functions. Can be both positive and negative examples. Show results of code where useful. Goal is to include enough variety that everyone recognises at least one function, and can look up the docs for the details of the others.

  • Why is it bad/useful? More detailed motivation.

  • What are the exceptions?

  • How to avoid/remediate/use it? Detailed explanation (with example) of how to prevent the problem, fix the problem, and/or use the pattern.

Case studies are useful for functions that need more explanation, have multiple problems, or need greater discussion of different trade-offs.

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