ropensci/roregistry

Name: roregistry

Owner: rOpenSci

Description: ropensci registry

Created: 2014-12-05 18:40:46.0

Updated: 2017-06-29 17:01:39.0

Pushed: 2018-01-09 21:02:28.0

Homepage:

Size: 182

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ropensci registry

Making changes

Please bump the date and version at the top of the registry.json file whenver you make any change.

The ropensci registry

You can access this data via the R package ropkgs - see the README to get started

To get stats (CRAN details, downloads, GitHub stats, etc.) on rOpenSci pkgs check out the package rostats

To get just the raw JSON of the registry, go to https://raw.githubusercontent.com/ropensci/roregistry/master/registry.json

To read in from R with jsonlite:

<- "https://raw.githubusercontent.com/ropensci/roregistry/master/registry.json"
lite::fromJSON(url)

e
"ropensci_registry"

sion
"0.2.1"

ated
"2015-05-26"

a
a$name
"Package name, also the name in the DESCRIPTION file, note that this may be different from the GitHub repo name"

a$type
"Category - only packages included for now, may include others later"

a$maintainer
"Package maintainer name"

a$email
"Package maintainer email"

a$status
a$status$description
"Current state of the package, different from installable"

a$status$levels
a$status$levels$good
"Everything is good, everything should work fine"

a$status$levels$hiatus
"Taking a break for a reason, e.g., waiting for next version of an API"

a$status$levels$deprecated
"Not maintaining any longer, though may still be installable"



a$installable
"Logical - should the package install"

a$category
"Category - what the package does/data it deals with"

a$on_cran
"Logical - is the package on CRAN"

a$cran_archived
"Logical - if the package is on CRAN, is it archived?"

a$url
"Code repository URL, usually a GitHub repository"

a$root
"Path to root of the R package (if an R package exists). If in root of repo, then zero length string"

a$fork
"Logical - is the repo a fork"

a$description
"Brief description of the package"


kages
            name    type            maintainer                                  email     status
             alm package     Scott Chamberlain                myrmecocystus@gmail.com       good
          AntWeb package           Karthik Ram                  karthik.ram@gmail.com       good
           aRxiv package           Karl Broman               kbroman@biostat.wisc.edu       good
             bmc package     Scott Chamberlain                myrmecocystus@gmail.com       good

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.