-
Notifications
You must be signed in to change notification settings - Fork 18
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
Expose functions previously in R/sysdata.rda
#59
Comments
stufield
added a commit
that referenced
this issue
Aug 25, 2023
- removing the internal sysdata.rda object and replacing those functions with actual `R/*.R` files - there is no need to keep these internal functions hidden - newly exported functions: - `addAttributes()` - `addClass()` - `cleanNames()` - `getAdatVersion()` - new internal functions: - `convertColMeta()` - `genRowNames()` - `syncColMeta()` - `parseCheck()` - `scaleAnalytes()` - `Makefile` no longer has recipe for generating sysdata.rda - minor tweaks to some unit tests during porting over from internal code base - fixes #59
stufield
added a commit
that referenced
this issue
Sep 8, 2023
- removing the internal sysdata.rda object and replacing those functions with actual `R/*.R` files - there is no need to keep these internal functions hidden - newly exported functions: - `addAttributes()` - `addClass()` - `cleanNames()` - `getAdatVersion()` - new internal functions: - `convertColMeta()` - `genRowNames()` - `syncColMeta()` - `parseCheck()` - `scaleAnalytes()` - `Makefile` no longer has recipe for generating sysdata.rda - minor tweaks to some unit tests during porting over from internal code base - fixes #59
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: