Skip to content

Commit

Permalink
updates to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
wokech committed Mar 12, 2024
1 parent 656c2f1 commit 9e4925b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
4 changes: 1 addition & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ book:
author: William Okech
date: 01/01/2024
reader-mode: true
downloads: pdf


cookie-consent:
type: express
style: headline
Expand Down Expand Up @@ -61,7 +60,6 @@ format:
code-link: true
pdf:
documentclass: scrreprt
toc: true

editor: visual

5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">R for Novice Programmers (1e)</a>
<div class="sidebar-tools-main tools-wide">
<div class="sidebar-tools-main">
<a href="https://github.com/wokech/r4novice" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="./R-for-Novice-Programmers--1e-.pdf" title="Download PDF" class="quarto-navigation-tool px-1" aria-label="Download PDF"><i class="bi bi-file-pdf"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down Expand Up @@ -318,7 +317,7 @@ <h1 class="title">R for Novice Programmers (1e)</h1>
<section id="welcome" class="level1 unnumbered">
<h1 class="unnumbered">Welcome</h1><p><img src="Cover_R4NP.png" title="R for Novice Programmers (1e)" class="quarto-cover-image img-fluid"></p>
<p>This is the website for the book “R for Novice Programmers” written by <a href="https://www.williamokech.com">William Okech</a>. The goal of this book is to introduce non-programmers or those with very little programming experience to the benefits of the R and RStudio software. The main prerequisites for learners are basic knowledge of computer applications and experience working with files and folders. This book will primarily focus on the basic R concepts that are hardly emphasized, but that may prove difficult for learners new to programming.</p>
<p><a href="https://wokech.github.io/r4novice/">R for Novice Programmers: First Steps with R and RStudio&nbsp;</a>© 2024&nbsp;by&nbsp;<a href="https://www.williamokech.com/">William Okech&nbsp;</a>is licensed under&nbsp;<a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1">CC BY-NC-ND 4.0&nbsp;<img src="https://chooser-beta.creativecommons.org/img/cc-logo.f0ab4ebe.svg" class="img-fluid"><img src="https://chooser-beta.creativecommons.org/img/cc-by.21b728bb.svg" class="img-fluid"></a>The online version of this book is free to use.</p>
<p><a href="https://wokech.github.io/r4novice/">R for Novice Programmers: First Steps with R and RStudio</a>© 2024 by <a href="https://www.williamokech.com/">William Okech</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1">CC BY-NC-ND 4.0</a>.The online version of this book is free to use.</p>
<p>Cover image was designed using <a href="https://www.canva.com/">Canva</a></p>
<p>This book was built with <a href="https://quarto.org/">Quarto</a>.</p>

Expand Down
12 changes: 12 additions & 0 deletions docs/search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"objectID": "index.html",
"href": "index.html",
"title": "R for Novice Programmers (1e)",
"section": "",
"text": "Welcome\nThis is the website for the book “R for Novice Programmers” written by William Okech. The goal of this book is to introduce non-programmers or those with very little programming experience to the benefits of the R and RStudio software. The main prerequisites for learners are basic knowledge of computer applications and experience working with files and folders. This book will primarily focus on the basic R concepts that are hardly emphasized, but that may prove difficult for learners new to programming.\nR for Novice Programmers: First Steps with R and RStudio© 2024 by William Okech is licensed under CC BY-NC-ND 4.0.The online version of this book is free to use.\nCover image was designed using Canva\nThis book was built with Quarto.",
"crumbs": [
"Welcome"
]
}
]
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the website for the book “R for Novice Programmers” written by [William Okech](https://www.williamokech.com). The goal of this book is to introduce non-programmers or those with very little programming experience to the benefits of the R and RStudio software. The main prerequisites for learners are basic knowledge of computer applications and experience working with files and folders. This book will primarily focus on the basic R concepts that are hardly emphasized, but that may prove difficult for learners new to programming.

[R for Novice Programmers: First Steps with R and RStudio ](https://wokech.github.io/r4novice/)© 2024 by [William Okech ](https://www.williamokech.com/)is licensed under [CC BY-NC-ND 4.0 ![](https://chooser-beta.creativecommons.org/img/cc-logo.f0ab4ebe.svg)![](https://chooser-beta.creativecommons.org/img/cc-by.21b728bb.svg)](http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1)The online version of this book is free to use.
[R for Novice Programmers: First Steps with R and RStudio](https://wokech.github.io/r4novice/)© 2024 by [William Okech](https://www.williamokech.com/) is licensed under [CC BY-NC-ND 4.0](http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1).The online version of this book is free to use.

Cover image was designed using [Canva](https://www.canva.com/)

Expand Down

0 comments on commit 9e4925b

Please sign in to comment.