Giter VIP home page Giter VIP logo

Comments (5)

ben1787 avatar ben1787 commented on July 1, 2024

Is this going to be resolved?

from datacomparer.

KrishanBhasin avatar KrishanBhasin commented on July 1, 2024

It's on our list but unfortunately we have higher priority work at the moment. Would you be able to opening a PR addressing this, @ben1787? (no obligation, of course)

from datacomparer.

 avatar commented on July 1, 2024

Hi there @KrishanBhasin,

I assume you and your team are still working on higher priority work at the moment to resolve this? It's on its last warning life cycle.
Out of curiosity what's the 'PR' mean in your mention to Ben1787?
Open to others creating a pull request and attempting to resolve (if I get time one weekend)?

lifecycle::last_warnings()
[[1]]
<deprecated>
message: `select_()` is deprecated as of dplyr 0.7.0.
Please use `select()` instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
backtrace:
  1. dataCompareR::rCompare(...)
  2. dataCompareR:::processFlow(...)
  3. dataCompareR:::prepareData(dfa, dfb, keys, trimChars)
  4. dataCompareR:::matchColumns(dfA, dfB)
  5. dataCompareR:::subsetDataColumns(DFA, DFB, colInfoList)
 14. dplyr::select_(., .dots = colInfoList[["commonCols"]])
 15. dplyr:::lazy_deprec("select", hint = FALSE)

[[2]]
<deprecated>
message: `funs()` is deprecated as of dplyr 0.8.0.
Please use a list of either functions or lambdas: 

  # Simple named list: 
  list(mean = mean, median = median)

  # Auto named with `tibble::lst()`: 
  tibble::lst(mean, median)

  # Using lambdas
  list(~ mean(., trim = .2), ~ median(., na.rm = TRUE))
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
backtrace:
 1. dataCompareR::rCompare(...)
 2. dataCompareR:::processFlow(...)
 3. dataCompareR:::compareData(...)
 4. dataCompareR:::locateMismatches(DFA, DFB, keys, maxMismatches)
 9. dplyr::funs(is.na)

from datacomparer.

KrishanBhasin avatar KrishanBhasin commented on July 1, 2024

Out of curiosity what's the 'PR' mean in your mention to Ben1787?
Open to others creating a pull request and attempting to resolve (if I get time one weekend)?

Yep, sorry for the use of an acronym.

If you or anyone else was open to contributing a Pull Request addressing the warnings, it would be warmly welcomed by the project.

from datacomparer.

sclewis23 avatar sclewis23 commented on July 1, 2024

created pull request #117

from datacomparer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.