New Upstream Snapshot - r-cran-whatif

Ready changes

Summary

Merged new upstream version: 1.5-10+git20201109.1.85ec402 (was: 1.5-10).

Resulting package

Built on 2022-10-14T15:00 (took 5m10s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots r-cran-whatif

Lintian Result

Diff

diff --git a/DESCRIPTION b/DESCRIPTION
index a429a8a..6367c3e 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -26,7 +26,7 @@ Description: Inferences about counterfactuals are essential for prediction,
       and Gary King and Langche Zeng, 2007, "When Can History Be Our Guide? The 
       Pitfalls of Counterfactual Inference," International Studies 
       Quarterly 51 (March) <DOI:10.1111/j.1468-2478.2007.00445.x>.
-License: GPL (>= 3)
+License: GPL (>=3)
 URL: https://gking.harvard.edu/whatif
 BugReports: https://github.com/IQSS/WhatIf/issues
 Depends: R (>= 2.3.1)
@@ -34,6 +34,4 @@ Imports: lpSolve, pbmcapply, parallel
 Suggests: testthat
 RoxygenNote: 6.0.1
 NeedsCompilation: no
-Packaged: 2020-11-09 14:29:54 UTC; soubhikbarari
-Repository: CRAN
-Date/Publication: 2020-11-14 14:20:06 UTC
+Packaged: 2022-10-14 14:57:08 UTC; root
diff --git a/MD5 b/MD5
deleted file mode 100644
index 5b62264..0000000
--- a/MD5
+++ /dev/null
@@ -1,26 +0,0 @@
-bb0efc5245eceb79f56e5d2af7a43467 *DESCRIPTION
-5eaad84001c7e3a4114d65507e816367 *NAMESPACE
-e3f6bfe49575b0aa35c39b32c66b44ff *NEWS.md
-27a48d8161cfab79ad289177336077f6 *R/load.first.R
-9f2792bd63c1fb311a49df4f106d0093 *R/plot.whatif.R
-103eb1f24a60ba77d69ca1a176f5a7cb *R/print.summary.whatif.R
-d371f30889a95aeb7255e6fa3bfe3661 *R/print.whatif.R
-607a6f999eeba95c86c44215adad954c *R/summary.whatif.R
-4af13a9ad639841e1f2ddac8c0e72005 *R/whatif.R
-814450c7ac6cc8a20c1b17c507006e28 *data/peacecf.RData
-fc3c49368e7287a98ecf99c5be5093f5 *data/peacef.RData
-69342616fbb32c20bda08489aadd6595 *demo/00Index
-63a86b60adac086eb20570e1a5053128 *demo/peace.R
-bfcc503a60881ec35cb9087f425c43ad *inst/doc/brabazon_pig_500.jpg
-c32b9dcb7d589b0557bc88a5119f6b12 *inst/doc/index.shtml
-4cfbc1ed54431596504d4e13b8a8098f *man/peacecf.Rd
-51dbcaf1b4cd7473c44ae59d556d79eb *man/peacef.Rd
-44dd37e8f838972531115a01c145b6a0 *man/plot.whatif.Rd
-0662b7686941bd3736cbd3e5858e372e *man/print.summary.whatif.Rd
-1829912fe59cea10fa2ad992ac84d857 *man/print.whatif.Rd
-e664b4f83d7a07e4593f1b1aeafc7289 *man/summary.whatif.Rd
-24bbd4a80573aed3b7a0ea2a6fc51c58 *man/whatif.Rd
-72d9afeb3285b7d10b5f9f09da663dd7 *tests/testthat.R
-15989f8cc1979336bfe50721036009cf *tests/testthat/test-plot.R
-29fad43d63f08f1505ff74fdc5fb9141 *tests/testthat/test-whatif.R
-1876606b3fcddcac5d7eb2a2188f07f9 *tests/testthat/test-whatif_convexhull.R
diff --git a/R/whatif.R b/R/whatif.R
index 3ecbc96..04ec3fa 100644
--- a/R/whatif.R
+++ b/R/whatif.R
@@ -28,7 +28,7 @@
 whatif <- function(formula = NULL, data, cfact, range = NULL, freq = NULL,
                    nearby = 1,  distance = "gower", miss = "list",
                    choice= "both", return.inputs = FALSE,
-                   return.distance = FALSE, mc.cores = detectCores(), ...)  {
+                   return.distance = FALSE, mc.cores = 1, ...)  {
     if (mc.cores <= 0)
         stop("mc.cores must be an integer greater than 0.", call. = FALSE)
 
diff --git a/data/peacecf.RData b/data/peacecf.RData
index 2233f07..6465619 100644
Binary files a/data/peacecf.RData and b/data/peacecf.RData differ
diff --git a/data/peacef.RData b/data/peacef.RData
index b653104..24d5ae2 100644
Binary files a/data/peacef.RData and b/data/peacef.RData differ
diff --git a/debian/changelog b/debian/changelog
index c9799b3..e1c3b8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+r-cran-whatif (1.5-10+git20201109.1.85ec402-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 14 Oct 2022 14:57:10 -0000
+
 r-cran-whatif (1.5-10-1) unstable; urgency=medium
 
   * New upstream version

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: r-base-core (>= 4.2.2.20221110-2), 4.2.1-2), r-api-4.0, r-cran-lpsolve, r-cran-pbmcapply

More details

Full run details