Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErtanSU authored and cran-robot committed Feb 8, 2024
1 parent 5025d0d commit efc4cbf
Show file tree
Hide file tree
Showing 10 changed files with 1,678 additions and 555 deletions.
13 changes: 6 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Type: Package
Package: PLindleyROC
Title: Receiver Operating Characteristic for Power Lindley Distribution
Version: 0.1.0
Title: Receiver Operating Characteristic Based on Power Lindley
Distribution
Version: 0.1.1
Authors@R: c(person("Ertan", "Akgenç",,"statistician.ertan@gmail.com",role=c("cre","aut","cph"),
comment = "https://www.researchgate.net/profile/Ertan-Akgenc"),
person("Coşkun", "Kuş",,"coskunkus@gmail.com",role=c("aut","ctb"),
Expand All @@ -11,9 +12,7 @@ Authors@R: c(person("Ertan", "Akgenç",,"statistician.ertan@gmail.com",role=c("c
person("Ramazan", "Akman",,"ramazanakman12345@gmail.com",role=c("aut","ctb"),
comment = "https://www.researchgate.net/profile/Ramazan-Akman"))
Maintainer: Ertan Akgenç <statistician.ertan@gmail.com>
Description: Receiver operating characteristic (ROC) analysis is carried
out from the Power Lindley distribution. Specificity, sensitivity,
area under the curve, and ROC curve are evaluated.
Description: Receiver Operating Characteristic (ROC) analysis is performed assuming samples are from the Power Lindley distribution. Specificity, sensitivity, area under the curve and ROC curve are provided.
License: GPL-3
URL: https://github.com/ErtanSU/PLindleyROC,
https://ertansu.github.io/PLindleyROC/
Expand All @@ -24,7 +23,7 @@ Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-11-10 17:00:39 UTC; stati
Packaged: 2024-02-07 10:08:19 UTC; stati
Author: Ertan Akgenç [cre, aut, cph]
(https://www.researchgate.net/profile/Ertan-Akgenc),
Coşkun Kuş [aut, ctb] (https://www.selcuk.edu.tr/Person/Detail/coskun),
Expand All @@ -33,4 +32,4 @@ Author: Ertan Akgenç [cre, aut, cph]
Ramazan Akman [aut, ctb]
(https://www.researchgate.net/profile/Ramazan-Akman)
Repository: CRAN
Date/Publication: 2023-11-11 11:33:22 UTC
Date/Publication: 2024-02-07 10:50:05 UTC
17 changes: 9 additions & 8 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
81baa5a57e9e8d7baf16f24903272fc3 *DESCRIPTION
3a451a0d69ac8d608abb76023d2cf944 *NAMESPACE
b500d7bfa950d3315ff7555624629f4f *DESCRIPTION
b292242f0b3c438861b6ec85298e0b3e *NAMESPACE
009723bc4bea126428790bcd14a7be7d *NEWS.md
a4d4f754afdf7649fadec8548ef00a55 *R/PLindleyROC.R
9da4d5e38903894341abe724549a4da8 *README.md
6a6273e4b497f5bce1909b6bd7543736 *R/PLindleyROC.R
f869b60679bc6f3a4f6c1e636dedceae *README.md
b7950e6729255305099efb9375552d66 *build/vignette.rds
c03d6c963a5e9b889153d2eb055e0f23 *inst/doc/PLindleyROC.R
db034f379c26b9d95cf87fc9ff692241 *inst/doc/PLindleyROC.Rmd
354d97a6d8492fdf0a7b2e73e540a8b5 *inst/doc/PLindleyROC.html
ea3898a274652868ae27cf28de4188d2 *man/PLindleyROC.Rd
d885131588c6513757c89acd9f929150 *inst/doc/PLindleyROC.html
f17fed63452a3eedaea1f4aa6a4ad6fb *man/PLindleyROC.Rd
c554e5d866d4d45c8836b07bfc8c9c43 *man/figures/PLindleyROC.png
15c63e30d5c80a92fae3265c6d94a8bb *man/figures/README-pressure-1.png
1f887b450e2831611399dbfc080d7a14 *man/figures/README-unnamed-chunk-8-1.png
08b4a62cf67a50cef577aadc0f1db9b5 *man/figures/a2.png
13d48cbbaae3295ce302a43d8e5cd147 *man/figures/logo.png
50a267b4e80faa71c237cd5e37b0830c *tests/testthat.R
14d13d0453e3395b2bf2f5e85d0f3b22 *tests/testthat/Rplots.pdf
87f51e73c82233a365b37e194aa298a1 *tests/testthat/test_function.R
c3486da28da0ad9d9e78976ba5bb9431 *tests/testthat/Rplots.pdf
1d675e2982de9334d87d2559ebd13acd *tests/testthat/test_function.R
db034f379c26b9d95cf87fc9ff692241 *vignettes/PLindleyROC.Rmd
11 changes: 3 additions & 8 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

export(dPLD)
export(pPLD)
export(plAUC)
export(plCZ)
export(plER)
export(plIU)
export(plJ)
export(plNI)
export(plROC)
export(prfROC)
export(qPLD)
export(r.pl_auc)
export(r.pl_graph)
export(r.pl_index)
export(rPLD)

0 comments on commit efc4cbf

Please sign in to comment.