Dear R-developers, I apologize for posting something that has probably
been discussed before (but missed it while searching the archives).
While trying to submit a newer version of my package to CRAN, it is
rejected as it fails on Debian. I will call this package APACKAGE below
(although it is
Hi, Vasileios:
Do you have it on GitHub?
If yes, do you use "GitHub Action" to test the package on multiple
platforms? I'm a contributor to the "fda" package. It's version on
GitHub is configured so every "git push" triggers auto tests on five
different platforms, testing it
Hello Spencer and thank you for your reply.
This is a good point as the package is indeed on GitHub, so I will
investigate it. But, like you pointed out, it is doubtful if testing on
these other systems (including Ubuntu) will catch a problem that is
reported on Debian.
And what causes it se
Can you share the repo URL? It may be a a fairly simple and standard issue
some of us can spot easily.
Hth, Dirk
--
dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/
Oh yes thank you. I just realized I did not mention the repo on my
previous reply. It is
https://github.com/VNNikolaidis/nnlib2Rcpp
Στις 2023-02-20 21:23, Dirk Eddelbuettel έγραψε:
Can you share the repo URL? It may be a a fairly simple and standard
issue
some of us can spot easily.
Hth, Di
On 20 February 2023 at 21:41, Vasileios Nikolaidis wrote:
| Oh yes thank you. I just realized I did not mention the repo on my
| previous reply. It is
| https://github.com/VNNikolaidis/nnlib2Rcpp
Thanks for that -- I can confirm the error.
The packages compiles all source files without issue o
Thanks for taking the time to check it. The hint about the virtual
'layer' class is valuable.
I will look into it.
Best Regards,
V.Nikolaidis
PS I am tempted to set up a Debian test platform to speed up fixing the
package.
(Or abandon submitting the package to CRAN alltogether.)
Στις 2023-0
On 20 February 2023 at 22:37, Vasileios Nikolaidis wrote:
| Thanks for taking the time to check it. The hint about the virtual
| 'layer' class is valuable.
| I will look into it.
Sounds good, glad to have been of assistance. On a lark, I also tried your
most recent CRAN release, and it install