From 78f8f5e2c2e061b1428ab7bc0d3eb5c17cd06dd9 Mon Sep 17 00:00:00 2001 From: AnestisTouloumis Date: Thu, 10 Jun 2021 13:42:21 +0100 Subject: [PATCH] 210610: ready to commit to cran --- DESCRIPTION | 2 +- README.md | 2 +- inst/NEWS.Rd | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bf97715..0762e67 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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.4 +Version: 1.8.0 Depends: R(>= 2.15.0) Imports: evd, diff --git a/README.md b/README.md index 88f2af8..50e423a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # SimCorMultRes: Simulates Correlated Multinomial Responses [![Github -version](https://img.shields.io/badge/GitHub%20-1.7.4-orange.svg)](%22commits/master%22) +version](https://img.shields.io/badge/GitHub%20-1.8.0-orange.svg)](%22commits/master%22) [![R-CMD-check](https://github.com/AnestisTouloumis/SimCorMultRes/workflows/R-CMD-check/badge.svg)](https://github.com/AnestisTouloumis/SimCorMultRes/actions) [![Project Status: Active The project has reached a stable, usable state and is being actively diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index fe7b652..ad1758f 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -1,10 +1,10 @@ \name{NEWS} \title{NEWS file for the \pkg{SimCorMultRes} package} -\section{Changes in Version 1.7.4 (2021-06-08)}{ +\section{Changes in Version 1.8.0 (2021-06-10)}{ \itemize{ \item{Corrected naming of variables in formula.} - \item{Added \code{identity} link to the function \code{rbin}.} + \item{Added \code{identity} link in \code{rbin}.} \item{Added \pkg{rmarkdown} dependency.} \item{Removed \pkg{markdown} dependency.} \item{Migrating from travis-ci to github actions.}