Coder Social home page Coder Social logo

starchart's Introduction

starchart

Early-stage package for mapping evidence synthesis in R, and presenting those maps for broader use. Intended to inform development of the 'metaverse' package. Aim is to map the packages and functions available in R for systematic reviews, systematic maps, and meta-analyses.

starchart's People

Contributors

mjwestgate avatar softloud avatar

Watchers

 avatar  avatar  avatar

starchart's Issues

Extract info on external dependencies (software or operating systems) for a set of R packages

It would be handy to know which R packages in our list have either:

  1. External dependencies (i.e. software outside R that is required for a package to run), or
  2. Dependent on a specific operating system (less common I suspect, but possible)

...because either of these can make it more difficult for the user to install and use them. Conversely, internal dependencies (i.e. those already on CRAN) are not a problem.

Scrape R 'help' files for text mining

Text mining of help files could be a good way to understand the function of individual packages and functions. For example, you could drop help files into a topic model using revtools to classify functions/packages into topics. BUT this first requires a way to import help files to R as raw text. There are at least three ways to do this:

  • find the file in your package library and import as text (logical but possibly system-dependent?)
  • load help files using help.start() and scrape like a regular website (more circuitous)
  • find the repo for that package and download from source (assumes that repo available for all packages)

I don't mind which we choose so long as it works. Maintaining the xml structure of the dataset could be handy as well so that we can restrict text mining to certain parts of the file (e.g., description).

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.