I am building a new version of a package of mine, and I came across a strange behavior of a function. This poped up after I made some change to the code. If I install the package (using, as usual,
If I visualize the code, copy and paste it in the R console, and re-run the function, it runs as expected and no error is returned.
I am wondering what is actually causing that, and if it may depend on the sequence in which the dependencies are loaded upon loading my package.
Thanks for any elucidation you will be able to provide.
cheers
Gm
library(GmAMisc)
) and run a function, an error is returned:
no method for coercing this S4 class to a vector
I am wondering what is actually causing that, and if it may depend on the sequence in which the dependencies are loaded upon loading my package.
Thanks for any elucidation you will be able to provide.
cheers
Gm