Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed May 14, 2024
1 parent 2993008 commit 7657bfa
Show file tree
Hide file tree
Showing 8 changed files with 1,418 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2bba659f
03f75a38
Binary file modified Fantasy-Football-Analytics.epub
Binary file not shown.
Binary file modified Fantasy-Football-Analytics.pdf
Binary file not shown.
163 changes: 96 additions & 67 deletions getting-started.html

Large diffs are not rendered by default.

24 changes: 22 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,29 @@
{
"objectID": "getting-started.html",
"href": "getting-started.html",
"title": "2  Getting Started with R for Data Analysis",
"title": "\n2  Getting Started with R for Data Analysis\n",
"section": "",
"text": "I need your help!\n \n I want your feedback to make the book better for you and other readers. If you find typos, errors, or places where the text may be improved, please let me know.\n The best ways to provide feedback are by GitHub or hypothes.is annotations.\n \n\n \n \n Opening an issue or submitting a pull request on GitHub: https://github.com/isaactpetersen/Fantasy-Football-Analytics-Textbook\n \n \n \n Adding an annotation using hypothes.is.\n To add an annotation, select some text and then click the\n \n \n \n \n symbol on the pop-up menu.\n To see the annotations of others, click the\n \n\n symbol in the upper right-hand corner of the page.\n \n \n\n\n\n\n\nThe book uses R for statistical analyses (http://www.r-project.org). R is a free software environment; you can download it at no charge here: https://cran.r-project.org",
"text": "2.1 Initial Setup\nTo get started, follow the following steps:\nCodeinstall.packages(c(\"petersenlab\",\"tidyverse\",\"psych\"))\nIf you are in Dr. Petersen’s class, also perform the following steps:",
"crumbs": [
"<span class='chapter-number'>2</span>  <span class='chapter-title'>Getting Started with R for Data Analysis</span>"
]
},
{
"objectID": "getting-started.html#sec-initialSetup",
"href": "getting-started.html#sec-initialSetup",
"title": "\n2  Getting Started with R for Data Analysis\n",
"section": "",
"text": "Install R: https://cran.r-project.org\n\nInstall RStudio Desktop: https://posit.co/download/rstudio-desktop\n\nAfter installing RStudio, open RStudio and run the following code in the console to install several key R packages:\n\n\n\n\nSet up a free account on GitHub.com.\nDownload GitHub Desktop: https://desktop.github.com/",
"crumbs": [
"<span class='chapter-number'>2</span>  <span class='chapter-title'>Getting Started with R for Data Analysis</span>"
]
},
{
"objectID": "getting-started.html#sec-installingPackages",
"href": "getting-started.html#sec-installingPackages",
"title": "\n2  Getting Started with R for Data Analysis\n",
"section": "\n2.2 Installing Packages",
"text": "2.2 Installing Packages\nYou can install R packages using the following syntax:\n\nCodeinstall.packages(\"INSERT_PACKAGE_NAME_HERE\")",
"crumbs": [
"<span class='chapter-number'>2</span>  <span class='chapter-title'>Getting Started with R for Data Analysis</span>"
]
Expand Down
142 changes: 142 additions & 0 deletions site_libs/pagedtable-1.1/css/pagedtable.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
.pagedtable {
overflow: auto;
padding-left: 8px;
padding-right: 8px;
}

.pagedtable-wrapper {
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 10px;
}

.pagedtable table {
width: 100%;
max-width: 100%;
margin: 0;
}

.pagedtable th {
padding: 0 5px 0 5px;
border: none;
border-bottom: 2px solid #dddddd;

min-width: 45px;
}

.pagedtable-empty th {
display: none;
}

.pagedtable td {
padding: 0 4px 0 4px;
}

.pagedtable .even {
background-color: rgba(140, 140, 140, 0.1);
}

.pagedtable-padding-col {
display: none;
}

.pagedtable a {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.pagedtable-index-nav {
cursor: pointer;
padding: 0 5px 0 5px;
float: right;
border: 0;
}

.pagedtable-index-nav-disabled {
cursor: default;
text-decoration: none;
color: #999;
}

a.pagedtable-index-nav-disabled:hover {
text-decoration: none;
color: #999;
}

.pagedtable-indexes {
cursor: pointer;
float: right;
border: 0;
}

.pagedtable-index-current {
cursor: default;
text-decoration: none;
font-weight: bold;
color: #333;
border: 0;
}

a.pagedtable-index-current:hover {
text-decoration: none;
font-weight: bold;
color: #333;
}

.pagedtable-index {
width: 30px;
display: inline-block;
text-align: center;
border: 0;
}

.pagedtable-index-separator-left {
display: inline-block;
color: #333;
font-size: 9px;
padding: 0 0 0 0;
cursor: default;
}

.pagedtable-index-separator-right {
display: inline-block;
color: #333;
font-size: 9px;
padding: 0 4px 0 0;
cursor: default;
}

.pagedtable-footer {
padding-top: 4px;
padding-bottom: 5px;
}

.pagedtable-not-empty .pagedtable-footer {
border-top: 2px solid #dddddd;
}

.pagedtable-info {
overflow: hidden;
color: #999;
white-space: nowrap;
text-overflow: ellipsis;
}

.pagedtable-header-name {
overflow: hidden;
text-overflow: ellipsis;
}

.pagedtable-header-type {
color: #999;
font-weight: 400;
}

.pagedtable-na-cell {
font-style: italic;
opacity: 0.3;
}
Loading

0 comments on commit 7657bfa

Please sign in to comment.