Skip to content

Commit

Permalink
Update description and badge urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgirard committed Oct 26, 2018
1 parent 4a3eeec commit f5fc17a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
13 changes: 6 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ Authors@R:
family = "Wright",
role = "aut",
comment = c(ORCID = "0000-0002-2369-0601")))
Description: Tools for analyzing and visualizing circular data,
including information about and scoring functions for circumplex
instruments and a generalization of the bootstrapped structural summary
method from Zimmermann & Wright (2017) <doi:10.1177/1073191115621795>
and functions for creating publication-ready tables and figures from
the results. Future versions will include tools for circular fit and
reliability analyses, as well as enhanced visualization methods.
Description: Tools for analyzing and visualizing circular data, including
scoring functions for relevant instruments and a generalization of the
bootstrapped structural summary method from Zimmermann & Wright (2017)
<doi:10.1177/1073191115621795> and functions for creating publication-ready
tables and figures from the results. Future versions will include tools for
circular fit and reliability analyses, as well as visualization enhancements.
License: GPL-3
URL: https://github.com/jmgirard/circumplex
BugReports: https://github.com/jmgirard/circumplex/issues
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ set.seed(12345)

# circumplex <img src="man/figures/logo.png" align="right" alt="" />

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/circumplex)](https://cran.r-project.org/package=circumplex)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/circumplex)](https://cran.r-project.org/package=circumplex)
[![Build Status](https://travis-ci.org/jmgirard/circumplex.svg?branch=master)](https://travis-ci.org/jmgirard/circumplex)
[![Coverage status](https://codecov.io/gh/jmgirard/circumplex/branch/master/graph/badge.svg)](https://codecov.io/github/jmgirard/circumplex?branch=master)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)

The goal of *circumplex* is to provide a powerful, flexible, and user-friendly way to analyze and visualize circumplex data. It was created and is maintained by [Jeffrey Girard](https://jmgirard.com/); it was inspired by work from and was developed under advisement from [Johannes Zimmermann](https://psychologische-hochschule.de/prof-dr-johannes-zimmermann/) and [Aidan Wright](https://personalityprocesses.com/). You can learn more about using this package through the vignette articles available on the [package website](https://circumplex.jmgirard.com/) or through `?circumplex`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

# circumplex <img src="man/figures/logo.png" align="right" alt="" />

[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/circumplex)](https://cran.r-project.org/package=circumplex)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/circumplex)](https://cran.r-project.org/package=circumplex)
[![Build
Status](https://travis-ci.org/jmgirard/circumplex.svg?branch=master)](https://travis-ci.org/jmgirard/circumplex)
[![Coverage
status](https://codecov.io/gh/jmgirard/circumplex/branch/master/graph/badge.svg)](https://codecov.io/github/jmgirard/circumplex?branch=master)
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)

The goal of *circumplex* is to provide a powerful, flexible, and
Expand Down
17 changes: 8 additions & 9 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5fc17a

Please sign in to comment.