Skip to content

Commit e73451c

Browse files
on CRAN 🎉
1 parent 3f45370 commit e73451c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ knitr::opts_chunk$set(
1313
options(tibble.width = Inf)
1414
```
1515

16-
blorr: Tools for building binary logistic regression models
16+
blorr: Tools for building binary logistic regression models <img src="hex_blorr.png" align="right" />
1717
------------
1818

1919
**Author:** [Aravind Hebbali]()<br/>
2020
**License:** [MIT](https://opensource.org/licenses/MIT)
2121

22-
[![Travis build status](https://travis-ci.org/rsquaredacademy/blorr.svg?branch=master)](https://travis-ci.org/rsquaredacademy/blorr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/blorr?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/blorr) [![Coverage status](https://codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/blorr?branch=master)
23-
22+
[![Travis build status](https://travis-ci.org/rsquaredacademy/blorr.svg?branch=master)](https://travis-ci.org/rsquaredacademy/blorr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/blorr?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/blorr) [![Coverage status](https://codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/blorr?branch=master)
23+
2424
Tools designed to make it easier for users, particularly beginner/intermediate R users to build logistic regression models. Includes comprehensive regression
2525
output, variable selection procedures, model validation techniques and a 'shiny' app for interactive model building.
2626

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
3-
blorr: Tools for building binary logistic regression models
4-
-----------------------------------------------------------
3+
blorr: Tools for building binary logistic regression models <img src="hex_blorr.png" align="right" />
4+
-----------------------------------------------------------------------------------------------------
55

66
**Author:** [Aravind Hebbali]()<br/> **License:** [MIT](https://opensource.org/licenses/MIT)
77

vignettes/introduction.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "A Short Introduction to the blorr Package"
33
author: "Aravind Hebbali"
44
output: rmarkdown::html_vignette
55
vignette: >
6-
%\VignetteIndexEntry{Bivariate Analysis}
6+
%\VignetteIndexEntry{A Short Introduction to the blorr Package}
77
%\VignetteEngine{knitr::rmarkdown}
88
%\VignetteEncoding{UTF-8}
99
---

0 commit comments

Comments
 (0)