All Projects → emilyriederer → Projmgr

emilyriederer / Projmgr

Licence: other
R-based project management tools

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Projmgr

stellar
Search your github stars in R
Stars: ✭ 24 (-69.23%)
Mutual labels:  github-api, r-package
ghrecipes
⛔ ARCHIVED ⛔ Provides some helper functions for using the GitHub V4 API
Stars: ✭ 28 (-64.1%)
Mutual labels:  github-api, r-package
Gistr
Interact with GitHub gists from R
Stars: ✭ 90 (+15.38%)
Mutual labels:  github-api, r-package
Daily Hero
The bot that sends daily closed issues digest to our team
Stars: ✭ 38 (-51.28%)
Mutual labels:  github-api, project-management
Gsodr
Global Surface Summary of the Day ('GSOD') Weather Data Client for R
Stars: ✭ 72 (-7.69%)
Mutual labels:  r-package
Scimpute
Accurate and robust imputation of scRNA-seq data
Stars: ✭ 62 (-20.51%)
Mutual labels:  r-package
Lexisnexistools
📰 Working with newspaper data from 'LexisNexis'
Stars: ✭ 59 (-24.36%)
Mutual labels:  r-package
Mixomics
Development repository for the Bioconductor package 'mixOmics '
Stars: ✭ 58 (-25.64%)
Mutual labels:  r-package
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-1.28%)
Mutual labels:  github-api
Projpred
Projection predictive variable selection
Stars: ✭ 76 (-2.56%)
Mutual labels:  r-package
Github Star Stats
awesome GitHub repo star statistics generator
Stars: ✭ 69 (-11.54%)
Mutual labels:  github-api
Auto Reply
➿ Handle GitHub webhooks and manage issues on your repositories. Currently runs @jekyllbot.
Stars: ✭ 62 (-20.51%)
Mutual labels:  github-api
Pkgsearch
Search R packages on CRAN
Stars: ✭ 73 (-6.41%)
Mutual labels:  r-package
92five
Self hosted project management application
Stars: ✭ 1,114 (+1328.21%)
Mutual labels:  project-management
Github Rank
🕷️Github 中国和全球用户排名,全球仓库 Star 最多排名(自动日更)。
Stars: ✭ 1,201 (+1439.74%)
Mutual labels:  github-api
Trop
automate the backporting process
Stars: ✭ 59 (-24.36%)
Mutual labels:  github-api
Psync
Synchronize project based on rsync; support watching changes and sync automatically
Stars: ✭ 68 (-12.82%)
Mutual labels:  project-management
Tsrepr
TSrepr: R package for time series representations
Stars: ✭ 75 (-3.85%)
Mutual labels:  r-package
Changelog Ci
Changelog CI is a GitHub Action that generates changelog, Then the changelog is committed and/or commented to the release Pull request.
Stars: ✭ 68 (-12.82%)
Mutual labels:  github-api
Sysreqs
R package to install system requirements
Stars: ✭ 63 (-19.23%)
Mutual labels:  r-package

CRAN status lifecycle Travis-CI Build Status AppVeyor build status Coverage status CRAN Downloads

projmgr

projmgr aims to better integrate project management into your workflow and free up time for more exciting tasks like R coding and data analysis. Since many R users and programmers use GitHub as a home for their analysis, the goal of projmgr is to streamline project management with these same tools.

Key functionalities include:

  • exchanging data with the GitHub API using user-friendly syntax
  • generating issues and milestones from plain text (YAML) or R objects
  • communicating (with reports or charts) project plans and progress to non-technical (non-GitHub using) collaborators

Just like communicating analytical results, good process communication is the key to success in most applied analysis settings. However, ad hoc processes or alternative tools can knock an analyst out of their R-based workflow and distract them from their core goals.

Try before you buy!

Want to find out more about projmgr before you install? Check out the package website for an overview of features and example use cases.

Installation

You can install projmgr on CRAN with:

install.packages("projmgr")

Alternatively, you can install the most up-to-ddate development version of projmgr with:

devtools::install_github("emilyriederer/projmgr")

Please see the NEWS.md file or the News page on the website for details of major differences.

Contributors

Thanks to contributors. Most notably, thanks to Konrad Mayer and Sam Tyner for proactive reporting and debugging of issues.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].