From d03004b77fb691731792333e78183f44f8a8eaca Mon Sep 17 00:00:00 2001
From: Raimon Tolosana <r.tolosana@hzdr.de>
Date: Thu, 13 Apr 2023 15:57:57 +0200
Subject: [PATCH] cran comments

---
 cran-comments.md | 62 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/cran-comments.md b/cran-comments.md
index 424611c..4f4e6aa 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -17,6 +17,68 @@
   
 ## This is a resubmission, after archiving on 2023-04-05
 
+### Changes occurring after submission on 2023-04-13 14:09
+
+```
+Dear maintainer,
+ 
+package gmGeostats_0.11.3.tar.gz does not pass the incoming checks automatically, please see the following pre-tests:
+Windows: <https://win-builder.r-project.org/incoming_pretest/gmGeostats_0.11.3_20230413_140847/Windows/00check.log>
+Status: 1 NOTE
+Debian: <https://win-builder.r-project.org/incoming_pretest/gmGeostats_0.11.3_20230413_140847/Debian/00check.log>
+Status: 2 NOTEs
+
+Please fix all problems and resubmit a fixed version via the webform.
+
+(...)
+
+Flavor: r-devel-linux-x86_64-debian-gcc
+```
+
+Following changes done:
+
+* Check: S3 generic/method consistency, Result: NOTE
+
+as.directorVector:
+  function(x)  --> converted to function(x, ...)
+as.directorVector.azimuth:
+  function(x, D)
+as.directorVector.azimuthInterval:
+  function(x, D)
+
+image:
+  function(x, ...)
+image.polargrid:
+ function(r, phi, z, zlim, rlim, philim, col, add, xaxs, yaxs, probs,
+           breaks, ...)
+image.polargrid: --> renamed to image_polargrid as this is a non-exported internal function
+
+*  Apparent methods for exported generics not registered:
+
+as.AnisotropyScaling.double --> alias removed
+as.LMCAnisCompo.LMCAnisCompo  --> added to NAMESPACE
+as.LMCAnisCompo.gmCgram --> added to NAMESPACE
+as.gmCgram.LMCAnisCompo --> added to NAMESPACE
+as.gmCgram.variogramModel --> added to NAMESPACE
+as.gmCgram.variogramModelList --> added to NAMESPACE
+as.gmEVario.default --> added to NAMESPACE
+as.gmEVario.gstatVariogram --> added to NAMESPACE
+as.gmEVario.logratioVariogram --> added to NAMESPACE
+as.gmEVario.logratioVariogramAnisotropy --> added to NAMESPACE
+as.gmSpatialModel.default --> added to NAMESPACE
+as.gmSpatialModel.gstat --> added to NAMESPACE
+as.gstatVariogram.default --> added to NAMESPACE
+as.gstatVariogram.gmEVario --> added to NAMESPACE
+as.logratioVariogram.gmEVario --> added to NAMESPACE 
+as.logratioVariogram.gstatVariogram --> added to NAMESPACE
+as.logratioVariogram.logratioVariogram --> added to NAMESPACE
+pairsmap.SpatialPointsDataFrame --> added to NAMESPACE
+unmask.SpatialPoints --> added to NAMESPACE
+  
+  
+
+### Original request
+
 Request from 2023-03-19. All calls to .C() are now explicitly pointing
 to symbols instead of function namestrings. Package "gmGeostats" could 
 not be uploaded before the archiving deadline because the main dependence 
-- 
GitLab