On 1/13/23 4:11 AM, Serguei Sokol via R-devel wrote:
Le 13/01/2023 à 09:00, Dario Strbenac via R-devel a écrit :
Good day,
In utils, there is a function named combn. It would seem complementary
for utils to also offer permutations because of how closely
mathematically related they are to e
Le 13/01/2023 à 09:00, Dario Strbenac via R-devel a écrit :
Good day,
In utils, there is a function named combn. It would seem complementary for
utils to also offer permutations because of how closely mathematically related
they are to each other. Could permutations be added to save on a packa
The CRAN check on fedora gives me more detailed results now:
https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-clang/rlibkriging-00check.html
.
It points a fairly strange issue (possibly due to recursive programming, that
remains to investigate), but anyway I can now circumvent
Good day,
In utils, there is a function named combn. It would seem complementary for
utils to also offer permutations because of how closely mathematically related
they are to each other. Could permutations be added to save on a package
dependency if developing a package?
-