capitalone / dataCompareR

dataCompareR is an R package that allows users to compare two datasets and view a report on the similarities and differences.
https://capitalone.github.io/dataCompareR/index.html
Other
75 stars 25 forks source link

rd warnings on install on some platforms #69

Open robne1982 opened 6 years ago

robne1982 commented 6 years ago

They're back!

createCompareObject                     html  
    createMeta                              html  
Rd warning: /tmp/RtmpyWaVpH/R.INSTALL63e85f08fea5/dataCompareR/man/createMeta.Rd:22: missing file link ‘round’
    createMismatchObject                    html  
    createMismatches                        html  
    createReportText                        html  
    createRowMatching                       html  
    createTextSummary                       html  
    currentObjVersion                       html  
    executeCoercions                        html  
    generateMismatchData                    html  
    getCoercions                            html  
    getMismatchColNames                     html  
    is.dataCompareRobject                   html  
    isNotNull                               html  
    isSingleNA                              html  
    listObsNotVerbose                       html  
    listObsVerbose                          html  
    locateMismatches                        html  
    makeValidKeys                           html  
    makeValidNames                          html  
    matchColumns                            html  
    matchMultiIndex                         html  
    matchNoIndex                            html  
    matchRows                               html  
    matchSingleIndex                        html  
    metaDataInfo                            html  
    mismatchHighStop                        html  
    orderColumns                            html  
    outputSectionHeader                     html  
    prepareData                             html  
    print.dataCompareRobject                html  
    print.summary.dataCompareRobject        html  
    processFlow                             html  
Rd warning: /tmp/RtmpyWaVpH/R.INSTALL63e85f08fea5/dataCompareR/man/processFlow.Rd:15: missing file link ‘round’
    rCompare                                html  
Rd warning: /tmp/RtmpyWaVpH/R.INSTALL63e85f08fea5/dataCompareR/man/rCompare.Rd:19: missing file link ‘round’
    rcompObjItemLength                      html  
    rounddf                                 html  
    saveReport                              html  
    subsetDataColumns                       html  
    summary.dataCompareRobject              html  
    trimCharVars                            html  
    updateCompareObject                     html  
    updateCompareObject.cleaninginfo        html  
    updateCompareObject.colmatching         html  
    updateCompareObject.matches             html  
    updateCompareObject.meta                html  
    updateCompareObject.mismatches          html  
    updateCompareObject.rowmatching         html  
    validateArguments                       html  
Rd warning: /tmp/RtmpyWaVpH/R.INSTALL63e85f08fea5/dataCompareR/man/validateArguments.Rd:14: missing file link ‘round’
    validateData                            html  
    variableDetails                         html  
    variableMismatches                      html  
    warnLargeData                           html  
sajohnston commented 3 years ago

Do you remember how you encountered this? I'm not sure if it's still an issue, looking at the R CMD checks we have set up for different platforms.