-
Notifications
You must be signed in to change notification settings - Fork 7
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
import api #134
import api #134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice use of reduce
!
Some general tips, which I've also mentioned in the comments are:
- Avoid
::
to keep the style consistent - Avoid
@
and instead prefer accessor functions
Co-authored-by: Michael Milton <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Good use of accessor functions like assay()
.
Incidentally I think it would be better to use either assertthat
or checkmate
for validation and not both. checkmate
seems to be more featureful so I wouldn't mind removing assertthat
entirely and replacing it with checkmate
.
Create and export get_default_cache_dir, clear_cache functions.
Create an import API designed to verify if the provided input sce object meet the requirements for the CAQ API's functionality.
Fix issue #132