Skip to content

Cannot run tests #19

@arilamstein

Description

@arilamstein

#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    checkNecessary to pass R CMD CHECK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions