Skip to content

Commit

Permalink
version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
songcai authored and cran-robot committed Oct 25, 2021
1 parent 52a9299 commit 3a67ca0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2021-10-23, Song Cai, drmdel v1.3.2
* Minor update to fix a compilation error.

2014-12-31, Song Cai, drmdel v1.3.1
* R/drmdel.R:
* minor bug fix: now for dual EL ratio test, when the null hypothesis
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,14 +1,14 @@
Package: drmdel
Version: 1.3.1
Date: 2014-12-31
Version: 1.3.2
Date: 2021-10-23
Title: Dual Empirical Likelihood Inference under Density Ratio Models
in the Presence of Multiple Samples
Description: Dual empirical likelihood (DEL) inference under semiparametric density ratio models (DRM) in the presence of multiple samples, including population cumulative distribution function estimation, quantile estimation and comparison, density estimation, composite hypothesis testing for DRM parameters which encompasses testing for changes in population distribution functions as a special case, etc.
Author: Song Cai
Maintainer: Song Cai <scai@math.carleton.ca>
Depends: R (>= 2.11)
License: GPL-3
Packaged: 2015-01-21 17:00:35 UTC; scai
NeedsCompilation: yes
Packaged: 2021-10-23 21:06:16 UTC; scai
Repository: CRAN
Date/Publication: 2015-01-21 21:28:38
Date/Publication: 2021-10-25 11:40:02 UTC
8 changes: 4 additions & 4 deletions MD5
@@ -1,6 +1,6 @@
ab9b9dcd9af2fc8568479eef3e4d6519 *ChangeLog
1fa50499d1c093ccc0c76e9a0ccdc721 *DESCRIPTION
bd402d9e5e55e835351b356d59f29b3a *NAMESPACE
ea0bb3c60e260d6d655dbb2bc8434929 *ChangeLog
c984d030367e5ed9824c4c3b5d3fafe2 *DESCRIPTION
a7a9eca5b5fb121835b6f283cd69b6ff *NAMESPACE
a6dd5cb0a38156f4f93f5bdd2277edfd *R/drmdel.R
d364a016eebabc52e72f5a4466103ca0 *inst/examples/examples.R
87ae07bf62fcc7bbdacacb718ab227d5 *man/cdfDRM.Rd
Expand All @@ -15,6 +15,6 @@ f87c4ce077b4ddf8733c67e140793188 *man/quantileCompWald.Rd
39cc8e62c79c64b62af4c357dd5ea8a5 *src/basisFuncs.c
d971da5933b1bad4eae71819b305849d *src/basisFuncs.h
8e1eaca325b9b8fe4981117836da528f *src/drmdel.c
c2f3a2106fcf9809c35b30d3ab523a8b *src/utilities.c
12859812c19e1a9b7569eac00e9b1879 *src/utilities.c
dea1d26750bb7405a27788a177426b98 *src/utilities.h
ccfc9b96c3cfa7ae0b21cd0f7cc130d1 *tests/drmdelTest.R
3 changes: 3 additions & 0 deletions NAMESPACE
@@ -1,4 +1,7 @@
useDynLib(drmdel, .registration=TRUE)

importFrom("stats", "density", "optim", "p.adjust", "pchisq")
importFrom("utils", "tail")

#exportPattern("^[^\\.]")
export("drmdel", "summaryDRM", "meleCov", "densityDRM", "cdfDRM", "quantileDRM", "quantileCompWald")
3 changes: 2 additions & 1 deletion src/utilities.c
@@ -1,9 +1,10 @@
/* This software is written by Song Cai and published under GPLv3.
*
* Version 1.3.1, December 27, 2014.
* Version 1.3.2, October 23, 2021.
*/

#include <stdlib.h>
#include <R_ext/Error.h>
#include <R_ext/Lapack.h>
#include "utilities.h"

Expand Down

0 comments on commit 3a67ca0

Please sign in to comment.