https://github.com/royfrancis/shiny-planner
An R Shiny App to create a calendar.
https://github.com/royfrancis/shiny-planner
calendar r shiny-applications shiny-apps shinyapps
Last synced: 4 months ago
JSON representation
An R Shiny App to create a calendar.
- Host: GitHub
- URL: https://github.com/royfrancis/shiny-planner
- Owner: royfrancis
- Created: 2018-08-04T11:55:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T18:27:09.000Z (over 4 years ago)
- Last Synced: 2024-12-04T08:36:40.783Z (4 months ago)
- Topics: calendar, r, shiny-applications, shiny-apps, shinyapps
- Language: R
- Homepage:
- Size: 78.1 KB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - royfrancis/shiny-planner - An R Shiny App to create a calendar. (R)
README
# Calendar
This is an R shiny app to create a calendar using ggplot2.

This app requires the following R packages: `ggplot2, shiny, colourpicker`. Run app using `runApp("app.R")`. Click [here](https://roymf.shinyapps.io/calendar_planner/) to see a demo of this app. This link may not always be active.
The app has been tested on:
```
> sessionInfo()
R version 3.5.1 (2018-07-02)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1Matrix products: default
locale:
[1] LC_COLLATE=English_United Kingdom.1252
[2] LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252attached base packages:
[1] stats graphics grDevices utils datasets methods baseother attached packages:
[1] colourpicker_1.0 ggplot2_3.0.0 shiny_1.1.0loaded via a namespace (and not attached):
[1] Rcpp_0.12.18 pillar_1.3.0 compiler_3.5.1 later_0.7.3
[5] plyr_1.8.4 bindr_0.1.1 tools_3.5.1 digest_0.6.15
[9] jsonlite_1.5 tibble_1.4.2 gtable_0.2.0 pkgconfig_2.0.1
[13] rlang_0.2.1 rstudioapi_0.7 yaml_2.2.0 bindrcpp_0.2.2
[17] stringr_1.3.1 withr_2.1.2 dplyr_0.7.6 htmlwidgets_1.2
[21] grid_3.5.1 tidyselect_0.2.4 glue_1.3.0 R6_2.2.2
[25] reshape2_1.4.3 purrr_0.2.5 magrittr_1.5 scales_0.5.0
[29] promises_1.0.1 htmltools_0.3.6 rsconnect_0.8.8 assertthat_0.2.0
[33] mime_0.5 xtable_1.8-2 colorspace_1.3-2 httpuv_1.4.5
[37] stringi_1.2.4 miniUI_0.1.1.1 lazyeval_0.2.1 munsell_0.5.0
[41] crayon_1.3.4
```