Fix for undefined exports in NAMESPACE (Fix #345)#350
Fix for undefined exports in NAMESPACE (Fix #345)#350livisupajares wants to merge 5 commits intoxia-lab:masterfrom
Conversation
Add .DS_Store files
Renamed several exported functions in the NAMESPACE file for consistency: 'Plot.sampletrend' to 'plot.sample.trend', 'RemoveMissingPercent' to 'RemoveMissingByPercent', and 'plot_dist' to 'plot.sample.dist'.
|
it appears that one more function name needs to be replaced |
Replaced export of PlotImpVarMeta with PlotImpVarCont in the NAMESPACE file to reflect the correct function being made available for package users.
|
I ran into the issue #345 and tried this installation: |
This reverts commit 5f661ae.
I fixed the issue, turns out my fork seems to be out of sync so the change from Testing the install it doesn't throw me that error anymore. |
|
My collegue and I confirm, installation was now possible with the suggested line: |
|
mark |
THANKS!!!!!!! |
|
this issue is still present in v 4.2 installation |
This fixes issue #345 by renaming several exported functions in the NAMESPACE file:
Plot.sampletrendtoplot.sample.trendRemoveMissingPercenttoRemoveMissingByPercentplot_disttoplot.sample.dist