Skip to content

r4ds/mentordash

Repository files navigation

mentordash

Lifecycle: experimental

The goal of mentordash is to create a dashboard for mentors at the Data Science Learning Community. Thank you to yonicd for a great deal of work in the slackthreads package!

The dashboard is now deployed!

Installation

You can install the released version of mentordash from CRAN with:

# Nope.
# install.packages("mentordash")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("r4ds/mentordash")

Example

library(mentordash)
run_app(local = TRUE)

Contributing

Please note that the ‘mentordash’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

We roughly follow the tidyverse style guide, with the exception that we borrow the Google convention of prefixing unexported functions with “.”. For example, while golem defaults to app_ui for the main unexported UI function, we renamed this to .ui_main.

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages