Giter Club home page Giter Club logo

Comments (8)

xrobin avatar xrobin commented on July 18, 2024

See wiki page Updating coords for an assessment of potential impact on dependent packages.

from proc.

xrobin avatar xrobin commented on July 18, 2024
  • TODO: add an FAQ entry documenting this change, the warning, and how to silence it.

from proc.

xrobin avatar xrobin commented on July 18, 2024

Email sent to 49 maintainers of reverse dependencies.

Delivery failures for EFS (Ursula Neumann, mailbox quota exceeded), blkbox (Boris Guennewig, 550 Address rejected), and sambia (Norbert Krautenbacher, 550 Recipient address rejected).

from proc.

xrobin avatar xrobin commented on July 18, 2024

4 emails and 2 PR sent to authors of packages found using coords:

from proc.

xrobin avatar xrobin commented on July 18, 2024

Email sent now to 57 reverse depends/imports (5 delivery failures) and 21 reverse suggests (1 delivery failure).

Reminder diff sent to Colin Tredoux (r4lineups) and bug report for biomod2 (bug #6650), which are the last 2 packages detected as impacted that haven't been fixed yet.

from proc.

xrobin avatar xrobin commented on July 18, 2024

The coords function now uses a data.frame internally too. Following Tibble's Overview, I dropped row names which are sometimes duplicated, and turned off dropping dimensions by default. This required some adaptation of the tests and examples.

from proc.

xrobin avatar xrobin commented on July 18, 2024

The use of a data.frame internally came with a significant performance hit (apparently related to row indexing/updating operations, which are used a lot here). CI operations became unacceptably slow. Reverted to use matrix internally and added an as.matrix option, used in CI. Still defaults to returning a data.frame, but conversion happens in the end.

from proc.

xrobin avatar xrobin commented on July 18, 2024

pROC 1.16.0 is on CRAN with transpose = FALSE by default.

Closing, future changes to remove the warning (probably in ~ 1 year) and potentially drop transpose = TRUE altogether will go to new issues.

from proc.

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.