-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
checkNecessary to pass R CMD CHECKNecessary to pass R CMD CHECK
Description
#12 is turning out to be a much larger task that I realized. My current PR is turning into addressing a small subset of the problem (namely, use @importFrom <package> <function> for all functions to remove ambiguity about which functions we really want to use. From there we can presumably move most of the functions from Depends to Imports).
But I just realized a very serious issue that is probably worth an Issue of its own. R CMD CHECK is halting because it simply cannot run the package's test suite at all:
> test_check("tbltools")
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
Calls: test_check ... write.csv -> eval.parent -> eval -> eval -> write.table -> file
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
cannot open file '/aim/users/ari/github/tbltools.Rcheck/tests/testthat/tests/testthat/helper-test_csv_data.csv': No such file or directory
Execution halted
I have not investigated this issue yet at all.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
checkNecessary to pass R CMD CHECKNecessary to pass R CMD CHECK