Skip to content

oobianom/sciRmdTheme

Repository files navigation

Official sciRmdTheme package: Rmarkdown Themes for Scientific Writing

Official docs site: scirmdtheme.obi.obianom.com

Other packages required for sciRmdTheme: https://depends.rpkg.net/package/sciRmdTheme

CRAN Deployed Version: CRAN_Status_Badge

Downloads:

Installation and Usage

Install from CRAN

install.packages("sciRmdTheme")

Load after installation

library("sciRmdTheme")

Demos where sciRmdTheme was used in Rmarkdown

Demo 1 - Basic default settings

simplest default settings


# simplest default settings
sciRmdTheme::set.theme()

View demo: https://coursewhiz.org/mainsite/samples/sample2.html

Download Rmd: https://coursewhiz.org/mainsite/samples/sample2.Rmd

Demo 2 - Customize theme options

sciRmdTheme::set.theme(
  theme = "default",
  color = "purple",
  header.sticky=TRUE,
  header.image="logo.png",
  list.group.icon = "arrow",
  font.family = "Arial",
  font.color = "black",
  header.color = "darkblue"
  )

View demo: https://coursewhiz.org/mainsite/samples/sample1.html

Download Rmd: https://coursewhiz.org/mainsite/samples/sample1.Rmd

Demo 3 - No sciRmdTheme theme applied!

# Before sciRmdTheme customizations

View demo: https://coursewhiz.org/mainsite/samples/sample3.html

Download Rmd: https://coursewhiz.org/mainsite/samples/sample3.Rmd

About

Rmarkdown themes for scientific writing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages