Skip to content

Commit

Permalink
updating DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
AnestisTouloumis committed Oct 31, 2019
1 parent 569cab8 commit 9e2cb55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
12 changes: 8 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: SimCorMultRes
Type: Package
Title: Simulates Correlated Multinomial Responses
Description: Simulates correlated multinomial responses conditional on a marginal model specification.
Version: 1.7.0
Version: 1.7.1
Depends: R(>= 2.15.0)
Imports:
evd,
Expand All @@ -16,9 +16,13 @@ Suggests:
multgee (>= 1.2),
testthat,
covr
Authors@R: person("Anestis", "Touloumis", role = c("aut", "cre"),
email = "A.Touloumis@brighton.ac.uk",
comment = c(ORCHID = "0000-0002-5965-1639"))
Authors@R:
person(given = "Anestis",
family = "Touloumis",
role = c("aut", "cre"),
email = "A.Touloumis@brighton.ac.uk",
comment = c(ORCID = "0000-0002-5965-1639")
)
URL: http://github.com/AnestisTouloumis/SimCorMultRes
BugReports: http://github.com/AnestisTouloumis/SimCorMultRes/issues
License: GPL-3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SimCorMultRes: Simulates Correlated Multinomial Responses

[![Github
version](https://img.shields.io/badge/GitHub%20-1.7.0-orange.svg)](%22commits/master%22)
version](https://img.shields.io/badge/GitHub%20-1.7.1-orange.svg)](%22commits/master%22)
[![Travis-CI Build
Status](https://travis-ci.org/AnestisTouloumis/SimCorMultRes.svg?branch=master)](https://travis-ci.org/AnestisTouloumis/SimCorMultRes)
[![Project Status: Active The project has reached a stable, usable state
Expand Down
3 changes: 3 additions & 0 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.7.1 [2019-10-31]
* Fixed ORCID.

Version 1.7.0 [2019-07-25]
* Reseased on CRAN.

Expand Down

3 comments on commit 9e2cb55

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/SimCorMultRes_internals.R:77:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

check_intercepts <- function(intercepts, cluster_size, rfctn,
^

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/SimCorMultRes_internals.R:77:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

check_intercepts <- function(intercepts, cluster_size, rfctn,
^

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/SimCorMultRes_internals.R:77:1: style: functions should have cyclomatic complexity of less than 15, this has 19.

check_intercepts <- function(intercepts, cluster_size, rfctn,
^

Please sign in to comment.