Skip to content

Commit

Permalink
Version 0.0.7 for CRAN (fixed testthat files for checks on CRAN)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiermarco committed May 28, 2020
1 parent ff57add commit 3874fe5
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 354 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: DirichletReg
Type: Package
Version: 0.7-0
Date: 2019-11-25
Date: 2020-05-28
Title: Dirichlet Regression in R
Description: Implements Dirichlet regression models in R.
Authors@R: person(given = c("Marco", "Johannes"),
family = "Maier",
email = "[email protected]",
role = c("cre", "aut"))
role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-1715-7456"))
Encoding: UTF-8
Depends: R (>= 3.0.0), Formula
Imports: stats, graphics, methods, maxLik
Expand Down
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ Changes in Version 0.6-0:
will fail. This will be handled automatically in subsequent
releases, but for now, please remove the respective terms. If you
fit a model and it says something like:

Error in prepareFixed(start = start, activePar = NULL, fixed = fixed) :
At least one parameter must not be fixed using argument 'fixed'

you most likely have collinear terms or "empty" combinations of
interaction terms.

Expand Down
10 changes: 3 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ knitr::opts_chunk$set(
```

<!-- badges: start -->
CRAN: [![CRAN Status](https://www.r-pkg.org/badges/version/DirichletReg)](https://cran.r-project.org/package=DirichletReg)


Travis-CI: [![Travis Build Status](https://travis-ci.org/maiermarco/DirichletReg.svg?branch=master)](https://travis-ci.org/maiermarco/DirichletReg)


Codecov: [![codecov](https://codecov.io/gh/maiermarco/DirichletReg/branch/master/graph/badge.svg)](https://codecov.io/gh/maiermarco/DirichletReg)
[![CRAN Status](https://www.r-pkg.org/badges/version/DirichletReg)](https://cran.r-project.org/package=DirichletReg)
[![Travis Build Status](https://travis-ci.org/maiermarco/DirichletReg.svg?branch=master)](https://travis-ci.org/maiermarco/DirichletReg)
[![codecov](https://codecov.io/gh/maiermarco/DirichletReg/branch/master/graph/badge.svg)](https://codecov.io/gh/maiermarco/DirichletReg)
<!-- badges: end -->
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@

<!-- badges: start -->

CRAN: [![CRAN
[![CRAN
Status](https://www.r-pkg.org/badges/version/DirichletReg)](https://cran.r-project.org/package=DirichletReg)

Travis-CI: [![Travis Build
[![Travis Build
Status](https://travis-ci.org/maiermarco/DirichletReg.svg?branch=master)](https://travis-ci.org/maiermarco/DirichletReg)

Codecov:
[![codecov](https://codecov.io/gh/maiermarco/DirichletReg/branch/master/graph/badge.svg)](https://codecov.io/gh/maiermarco/DirichletReg)
<!-- badges: end -->
Binary file modified inst/NEWS.pdf
Binary file not shown.
331 changes: 0 additions & 331 deletions inst/doc/DirichletReg-vig-old.Rnw

This file was deleted.

Binary file removed inst/doc/DirichletReg-vig-old.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
library("testthat")

test_check("DirichletReg")
Loading

0 comments on commit 3874fe5

Please sign in to comment.