Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Alberto Quijano Xacur authored and cran-robot committed Mar 12, 2019
1 parent 3a4babc commit 0b77416
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 38 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
@@ -1,18 +1,18 @@
Package: unifed
Title: The Unifed Distribution
Version: 1.0.1
Date: 2019-02-06
Version: 1.0.2
Date: 2019-03-11
Description: Probability functions and family for glm() of the unifed distribution (Quijano Xacur, 2018; <arXiv:1812.00251>).
Depends: R (>= 3.1), methods
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat
RoxygenNote: 6.1.0
Suggests: knitr, rmarkdown, testthat, rstan
VignetteBuilder: knitr
Author: Oscar Alberto Quijano Xacur [aut,cre]
Maintainer: Oscar Alberto Quijano Xacur <oscar.quijano@use.startmail.com>
NeedsCompilation: yes
Packaged: 2019-02-06 22:59:47 UTC; oscar
Packaged: 2019-03-12 02:57:31 UTC; oscar
Repository: CRAN
Date/Publication: 2019-02-06 23:40:03 UTC
Date/Publication: 2019-03-12 06:00:03 UTC
14 changes: 7 additions & 7 deletions MD5
@@ -1,24 +1,24 @@
5ea9a6e2c6278e3dbf06361dd6327f38 *DESCRIPTION
c4f7508e463c615351eb92065226212a *DESCRIPTION
1f14593fdae9328057e53441f20653e6 *NAMESPACE
dfa125ee5b266fd3e2a47a8da47bcfa1 *R/dirwin.hall.R
f2757132e44a7e2fc86e494e140e2fed *R/dunifed.R
e67fa11806ca3c759ac56553bd1f664c *R/summary_unifed_glm.R
9df00b055204c5756274f0044d4d9d74 *R/unifed.R
0fae5502964b42527b1f3ac3bd2146c3 *R/unifed.deviance.R
37e825f06579b4b2c758bcc6851d0cf0 *R/unifed.kappa.R
61adc440861f4334cb98cd158eb1f536 *R/unifed.deviance.R
e436bbef2c1433749a3e26be7ca08c4c *R/unifed.kappa.R
7aa7d160accd44e2bc4ca44adc6de39c *R/unifed.varf.R
d107da57f8fd4f8b5461dfda55901508 *R/zzz.R
5d3b7de1ad0221fca9a37b7358ca4ba8 *README.md
094d2e28bae1cf7c28860266973290b0 *README.md
89fccd567e926662d80feaadf6998311 *build/vignette.rds
0e57fd2f8b9ca3806b35e9e2b0164b97 *inst/doc/introduction_unifed.R
aaaa8f6d17f32b4d0976394b3e7f23ec *inst/doc/introduction_unifed.Rmd
358e372a684b614cb358b3b1037518b7 *inst/doc/introduction_unifed.html
153e5c2b117d6fc4821709cc5e50bab7 *inst/doc/introduction_unifed.html
4e8c0a0cc72788425161fc37173b4ea7 *man/dirwin.hall.Rd
49c483775cff05601eefbaab98435570 *man/dunifed.Rd
7cfe0eaf19949070341752b444c40cd3 *man/summary_unifed_glm.Rd
58186ae61b2fb8ae4bc83cfb71eb6ce5 *man/unifed.Rd
a719316ec3c55cf10b08485d9d720ed5 *man/unifed.deviance.Rd
52832a88b93e87a388a99e873aa242f7 *man/unifed.kappa.Rd
7ec848a088f49baed7e0306d7b92f824 *man/unifed.deviance.Rd
d947d0d1eeffacf630a71777278aa001 *man/unifed.kappa.Rd
fdbfca941463b82b7350772ab5fbabed *man/unifed.varf.Rd
397dedc00189410e0157beab1cfb8b9b *src/unifed_kappa.c
1c790fe953ea9463feee4ca9e12e77be *tests/testthat.R
Expand Down
3 changes: 0 additions & 3 deletions R/unifed.deviance.R
Expand Up @@ -37,9 +37,6 @@ unifed.deviance <- function(y.v,mu.v,wt=1,...){
#' @rdname unifed.deviance
#'
#' @name unifed.unit.deviance
#'
#'
#' Unit deviance function of the unifed distribution
#'
#' @param y A vector with values between 0 and 1.
#'
Expand Down
9 changes: 2 additions & 7 deletions R/unifed.kappa.R
Expand Up @@ -72,10 +72,6 @@ unifed.kappa.prime <- function(theta){
#'
#' @name unifed.kappa.double.prime
#'
#' Second derivative of the cumulant generator of the unifed distribution
#'
#' @inheritParams unifed.kappa
#'
#' @return \code{unifed.kappa.double.prime} returns a vector that
#' contains the second derivative of the cumulant generator of the
#' unifed distribution for each element of theta.
Expand All @@ -100,9 +96,8 @@ unifed.kappa.double.prime <- function(theta){
#'
#' @param ... Other parameters of \code{\link{unifed.kappa.prime.inverse.one}}
#'
#' @return \code{unifed.kappa.prime.inverse} returns a vector of the
#' same size then mu containing
#' \code{unifed.kappa.prime.inverse.one} evaluated at each entry
#' @return \code{unifed.kappa.prime.inverse} returns a vector with
#' \code{unifed.kappa.prime.inverse.one} evaluated at every entry
#' of \code{mu}.
#'
#' @examples
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,9 +10,9 @@ to use this package can be found at

## Important Note

The current version (1.0.1) corrects an error in the function
`unifed.kappa.prime.inverse`. In version 1.0 it returns values with
the wrong sign when it's argument is less than 0.1.
The function `unifed.kappa.prime.inverse` in version 1.0 of the
package returns values with the wrong sign when its argument is less
than 0.1.

Please update to the current version to avoid this issue.

Expand Down
4 changes: 2 additions & 2 deletions inst/doc/introduction_unifed.html
Expand Up @@ -12,7 +12,7 @@

<meta name="author" content="Oscar Alberto Quijano Xacur" />

<meta name="date" content="2019-02-06" />
<meta name="date" content="2019-03-11" />

<title>Introduction to the Unifed Distribution</title>

Expand Down Expand Up @@ -300,7 +300,7 @@

<h1 class="title toc-ignore">Introduction to the Unifed Distribution</h1>
<h4 class="author"><em>Oscar Alberto Quijano Xacur</em></h4>
<h4 class="date"><em>2019-02-06</em></h4>
<h4 class="date"><em>2019-03-11</em></h4>



Expand Down
4 changes: 0 additions & 4 deletions man/unifed.deviance.Rd

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

8 changes: 2 additions & 6 deletions man/unifed.kappa.Rd

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

0 comments on commit 0b77416

Please sign in to comment.