[R-pkg-devel] R CMD check getting stalled
Wild guess: It's not the package but the file system or file permissions so that you cannot determine the size.
Do you have any thoughts on where specifically to look? Permissions of the library or of the current dir? I also wondered if it might be caused by a recursive link that caused the size inspection to never finish, but there aren't any symlinks in the package. I have one student in a class of ~60 students who has this problem. The package source is at https://github.com/hadley/rv2/tree/check-me, but it seems unlikely to be related to the package as it works for everyone else. Hadley