Skip to content

Commit f315d32

Browse files
authored
Merge pull request #115 from MangoTheCat/28-logo
28 logo
2 parents e678e8d + 7b687b6 commit f315d32

33 files changed

+179
-94
lines changed

README.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: "goodpractice"
32
output: github_document
43
---
54

@@ -14,14 +13,16 @@ knitr::opts_chunk$set(
1413
fig.height = 8)
1514
```
1615

17-
> Advice on R Package Building
16+
# goodpractice <img src="man/figures/logo.png" align="right" width="20%" height="20%" />
1817

1918
[![Linux Build Status](https://travis-ci.org/MangoTheCat/goodpractice.svg?branch=master)](https://travis-ci.org/MangoTheCat/goodpractice)
2019
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/MangoTheCat/goodpractice?svg=true)](https://ci.appveyor.com/project/gaborcsardi/goodpractice)
2120
[![](https://www.r-pkg.org/badges/version/goodpractice)](https://www.r-pkg.org/pkg/goodpractice)
2221
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/goodpractice)](https://www.r-pkg.org/pkg/goodpractice)
2322
[![Coverage Status](https://img.shields.io/codecov/c/github/MangoTheCat/goodpractice/master.svg)](https://codecov.io/github/MangoTheCat/goodpractice?branch=master)
2423

24+
## Advice on R Package Building
25+
2526
Give advice about good practices when building R packages. Advice includes
2627
functions and syntax to avoid, package structure, code complexity, code
2728
formatting, etc.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
goodpractice
2-
================
31

4-
> Advice on R Package Building
2+
# goodpractice <img src="man/figures/logo.png" align="right" width="20%" height="20%" />
53

64
[![Linux Build
75
Status](https://travis-ci.org/MangoTheCat/goodpractice.svg?branch=master)](https://travis-ci.org/MangoTheCat/goodpractice)
@@ -13,6 +11,8 @@ downloads](https://cranlogs.r-pkg.org/badges/goodpractice)](https://www.r-pkg.or
1311
[![Coverage
1412
Status](https://img.shields.io/codecov/c/github/MangoTheCat/goodpractice/master.svg)](https://codecov.io/github/MangoTheCat/goodpractice?branch=master)
1513

14+
## Advice on R Package Building
15+
1616
Give advice about good practices when building R packages. Advice
1717
includes functions and syntax to avoid, package structure, code
1818
complexity, code formatting, etc.

docs/LICENSE-text.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/custom_checks.html

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/goodpractice.html

Lines changed: 53 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/favicon.ico

2.39 KB
Binary file not shown.

docs/index.html

Lines changed: 34 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/logo.png

30.6 KB
Loading

0 commit comments

Comments
 (0)