Closed RobinHankin closed 1 month ago
The problem seems to be related to the library("permutations")
call in file test_aab.R
. In "R packages (2e)" by Hadley Wickham and Jennifer Bryan, we see:
"It’s generally a bad idea to use library(aaapkg) to attach one of your dependencies somewhere in your tests, because it makes the search path in your tests different from how your package actually works. This is covered in more detail in Section 14.2.5."
There seems to be some problem with
permsymb()
. FromR CMD check
:Also, processing
inst/outer.Rmd
gives a whole bunch of errors and warnings.