Giter VIP home page Giter VIP logo

bigbrothr's People

Contributors

moodymudskipper avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

bigbrothr's Issues

set bigbrothr to your own db ?

The db would be chosen by the package maintainer. It would be helpful for when the package is used by a limited amount of users and developpers would like instant feedback.

It might be easier to work from there in fact for a start, and maybe forever ? Each maintainer is responsible for their db and we can present a tutorial on how to to set one up.

Use case for private package

A package might be developed by a few members of a team or employees of a company, and used by others.
In my case we have a shiny app, used by many people who know nothing about R.
It's useful to keep track of what's being used. Like having code coverage, but with a history of use for a code chunk rather than just a boolean flag covered/not covered.
It might or not be desirable for this history to be anonymous.

This overlaps with flow::flow_run().
With the latter we flag that we enter a logical path, here it is generalised, we could do any action when entering a logical path, including feeding a db.

The current proposed approach in this package is to add logging calls ourselves, but we could also brotherize a full package, either after loading it (editing the namespace) or even at installation time, so it's always brotherized when we use it (with maybe options we can set to turn it off). A problem is the overhead in tight loops, it's a problem with {flow} as well.

Is it reasonable to say that, a for loop that does so little that incrementing a count has significant overhead, is probably not well designed to begin with ? (should have been using low level vectorisation instead)

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.