Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svilchez authored and cran-robot committed Sep 19, 2022
0 parents commit 2cedf3d
Show file tree
Hide file tree
Showing 10 changed files with 1,791 additions and 0 deletions.
21 changes: 21 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Package: RcmdrPlugin.cpd
Type: Package
Title: R Commander Plug-in for Complex Pearson Distributions
Version: 0.2.0
Date: 2022-09-10
Authors@R: c(
person("Silverio", "Vilchez-Lopez", role = c("aut", "cre"), email = "svilchez@ujaen.es"),
person("Maria Jose", "Olmo-Jimenez", role = "aut", email = "mjolmo@ujaen.es"))
Maintainer: Silverio Vilchez-Lopez <svilchez@ujaen.es>
Depends: R (>= 4.2.0), cpd (>= 0.3.0), RcmdrMisc (>= 2.7-2)
Imports: Rcmdr (>= 2.7-0)
Description: Provides an 'Rcmdr' plug-in based on the 'cpd' package.
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2022-09-15 20:55:40 UTC; svilc_000
Author: Silverio Vilchez-Lopez [aut, cre],
Maria Jose Olmo-Jimenez [aut]
Repository: CRAN
Encoding: UTF-8
RoxygenNote: 7.2.1
Date/Publication: 2022-09-19 08:46:09 UTC
9 changes: 9 additions & 0 deletions MD5
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
67a291b64205edc5417c79c27c10bd99 *DESCRIPTION
661ab95b6e272cf70796e7a427edea03 *NAMESPACE
678a6ddda7c29d473f6819cad489a680 *R/RcmdrPlugin.cpd.r
78ac777b5abaed2ceed165cbcd963c47 *R/globals.R
f8a53d7e1453c0cb8b263c1cef81c27a *R/pkgname.R
4b33a03c23a6216590056ba0c5bce02d *README.md
565467cf8e30571a9a204abcca99d557 *inst/etc/menus.txt
253eec2849205569eb98d5e7fd898898 *man/RcmdrPlugin.Utility.Rd
fa21cec6800d48f484c632881f5ec299 *man/RcmdrPlugin.cpd.Rd
55 changes: 55 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Generated by roxygen2: do not edit by hand

export(cbpMass)
export(cbpPlot)
export(cbpProbabilities)
export(cbpQuantiles)
export(ctpMass)
export(ctpPlot)
export(ctpProbabilities)
export(ctpQuantiles)
export(ctpSamples)
export(ebwMass)
export(ebwPlot)
export(ebwProbabilities)
export(ebwQuantiles)
export(ebwSamples)
import(RcmdrMisc)
importFrom(Rcmdr,.Tcl)
importFrom(Rcmdr,ActiveModel)
importFrom(Rcmdr,Commander)
importFrom(Rcmdr,CommanderWindow)
importFrom(Rcmdr,OKCancelHelp)
importFrom(Rcmdr,activeDataSet)
importFrom(Rcmdr,checkBoxes)
importFrom(Rcmdr,closeCommander)
importFrom(Rcmdr,closeDialog)
importFrom(Rcmdr,dialogSuffix)
importFrom(Rcmdr,doItAndPrint)
importFrom(Rcmdr,errorCondition)
importFrom(Rcmdr,getDialog)
importFrom(Rcmdr,getRcmdr)
importFrom(Rcmdr,gettextRcmdr)
importFrom(Rcmdr,initializeDialog)
importFrom(Rcmdr,labelRcmdr)
importFrom(Rcmdr,putDialog)
importFrom(Rcmdr,putRcmdr)
importFrom(Rcmdr,radioButtons)
importFrom(Rcmdr,tclVar)
importFrom(Rcmdr,tclvalue)
importFrom(Rcmdr,tkconfigure)
importFrom(Rcmdr,tkfocus)
importFrom(Rcmdr,tkframe)
importFrom(Rcmdr,tkgrid)
importFrom(Rcmdr,tkgrid.configure)
importFrom(Rcmdr,ttkentry)
importFrom(Rcmdr,ttkradiobutton)
importFrom(cpd,dctp)
importFrom(cpd,debw)
importFrom(cpd,pcbp)
importFrom(cpd,pctp)
importFrom(cpd,pebw)
importFrom(cpd,qcbp)
importFrom(cpd,qctp)
importFrom(cpd,qebw)
importFrom(utils,globalVariables)

0 comments on commit 2cedf3d

Please sign in to comment.