Git Product home page Git Product logo

kevinbacran's People

Contributors

matt-dray avatar nacnudus avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

nacnudus

kevinbacran's Issues

Hex sticker needed

Look, it says 'KB', but made out of nodes and edges. And there are six nodes and edges! Wow.

Now imagine if each node was a vector graphic of Kevin Bacon's face. And the edges were strips of bacon (thanks @adrianadepalma).

Clean author names

  • Remove obvious ones: -- Byron Knoll stated his blog
  • Collapse e.g. Romain Francois vs Romain François

Simplify combos code in `kb_combos()`

@nacnudus generally knows what he's talking about.

  cran_combos <- cran_tidy %>%
    group_by(package) %>%
    filter(n() > 1) %>%
    ungroup() %>%
    left_join(x = ., y = ., by = "package") %>%
    filter(author.y > author.x) %>%
    select(V1 = author.x, V2 = author.y, package)

Beautify kb_plot()

  • Author names more prominent than package names
  • Package names to dodge edge (experiment with 'across' and 'along', though no proper solutions for when HN>5 or package names are long)
  • Can labels in different geoms repel each other?
  • Ensure labels don't clip off the plot area

Expand readme

  • Better description of what is meant by 'separation' in a graph sense
  • Better description of what the package does
  • Add links to my blog and Duncan's
  • Better package references (i.e. with citation())

Provide CRAN datasets in the package

Create data files for he package. Useful for testing things out. And because kb_combos can take a while.

  • Raw snapshot
  • Raw snapshot as tidygraph with kb_combos

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.