Skip to content

jhk0530/R4CR_Template

Repository files navigation

This is a Quarto template of R4CR.

How to use this

  1. Quarto template

You can start with below command in your Rstudio's Terminal (Option / Alt + Shift + M)

quarto use template jhk0530/R4CR_Template
  1. Github

Fork this repository and clone to your local machine.

I recommend you to use Github desktop. which provide guide to fork and clone repository.

  1. Change contents as you want.

  2. Publish your own R4CR with github page.

Contents of template

Template consisted with 5 main things.

  1. Quarto configuration (~/_quarto.yml)
  • navigation bar
  • favicon
  • footer
  • theme
  • additional html, css, js
  1. Home page (~/index.qmd)
  • Readme, or Landing page
  1. About page (~/about.qmd)
  • Explain about something common (project / team / etc.)
  1. Topic page (~/Topic/)
  • Contents with each's slide (by Quarto Presentation)
  1. Archive page (~/archive/)
  • List of contents as Blog

Contribute / Question

  • make issue on repository
  • or if you are not familiar with github, just send me email to hwanistic@gmail.com

License

MIT License

Tip

You may want to see this

IMAGE ALT TEXT HERE

Versions

  • Quarto: 1.5.52
  • R: 4.4.0