A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/oobianom/sciRmdTheme below:

oobianom/sciRmdTheme: Rmarkdown themes for scientific writing

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:

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4