diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-09-19 07:09:14 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-09-19 07:09:14 +0000 |
commit | b6b440f98aabc6ba71491eb4ea3ec68e6dae797e (patch) | |
tree | 3a51eaad4a03fc2177225df524d7d87100bc8e0e | |
parent | bdcb942fcb76ea2d592bfaf53627d66542f078f7 (diff) |
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | R-CRAN-ImportanceIndice.spec | 13 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1 @@ -/ImportanceIndice_0.0.1.tar.gz +/ImportanceIndice_0.0.2.tar.gz diff --git a/R-CRAN-ImportanceIndice.spec b/R-CRAN-ImportanceIndice.spec index 4028ff1..8846340 100644 --- a/R-CRAN-ImportanceIndice.spec +++ b/R-CRAN-ImportanceIndice.spec @@ -1,10 +1,11 @@ %global __brp_check_rpaths %{nil} +%global __requires_exclude ^libmpi %global packname ImportanceIndice -%global packver 0.0.1 +%global packver 0.0.2 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 0.0.1 +Version: 0.0.2 Release: 1%{?dist}%{?buildtag} Summary: Analyzing Data Through of Percentage of Importance Indice and Its Derivations @@ -22,10 +23,10 @@ Requires: R-CRAN-crayon %description The Percentage of Importance Indice (Percentage_I.I.) bases in magnitudes, frequencies, and distributions of occurrence of an event (DEMOLIN-LEITE, -2021) <http://scielo.sld.cu/pdf/cjas/v55n2/2079-3480-cjas-55-02-e10.pdf>. -This index can detect the key loss sources (L.S) and solution sources -(S.S.), classifying them according to their importance in terms of loss or -income gain, on the productive system. The Percentage_I.I. = [(ks1 x c1 x +2021) <http://cjascience.com/index.php/CJAS/article/view/1009/1350>. This +index can detect the key loss sources (L.S) and solution sources (S.S.), +classifying them according to their importance in terms of loss or income +gain, on the productive system. The Percentage_I.I. = [(ks1 x c1 x ds1)/SUM (ks1 x c1 x ds1) + (ks2 x c2 x ds2) + (ksn x cn x dsn)] x 100. key source (ks) is obtained using simple regression analysis and magnitude (abundance). Constancy (c) is SUM of occurrence of L.S. or S.S. on the @@ -1 +1 @@ -79c26272a38e74d5c7b512e48ef71afb ImportanceIndice_0.0.1.tar.gz +03b4cda5acbd99e8668006ba2380ad0f ImportanceIndice_0.0.2.tar.gz |