Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testhat library is missing to run tests #2

Closed
vsoch opened this issue Aug 21, 2018 · 1 comment
Closed

testhat library is missing to run tests #2

vsoch opened this issue Aug 21, 2018 · 1 comment

Comments

@vsoch
Copy link
Member

vsoch commented Aug 21, 2018

This should likely be a part of the expfactoryr library itself, since it's core functionality is also to test.

Error: ‘testthat’ >= 1.0.2 must be installed for this functionality.

@earcanal the library has other purpose as well, like to parse data? We should have a Docker entrypoint with different commands - I'll make "test" coincide with testing a package folder (and if there are other command line stuffs we can add/talk about after)

@vsoch
Copy link
Member Author

vsoch commented Aug 21, 2018

ahh! Magic, lol:

devtools::install_local('/code', quiet=FALSE)

to

devtools::install_local('/code', quiet=FALSE, dependencies=TRUE)

@vsoch vsoch closed this as completed Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant