Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
l-gorman committed Nov 4, 2023
0 parents commit 121f8e5
Show file tree
Hide file tree
Showing 210 changed files with 11,004 additions and 0 deletions.
296 changes: 296 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,296 @@
<!DOCTYPE html>
<html lang="" xml:lang="">
<head>

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Page not found | RHoMIS Book</title>
<meta name="description" content="<p>This book is designed to support
people using and developing the
RHoMIS R-package</p>" />
<meta name="generator" content="bookdown 0.27 and GitBook 2.6.7" />

<meta property="og:title" content="Page not found | RHoMIS Book" />
<meta property="og:type" content="book" />

<meta property="og:description" content="<p>This book is designed to support
people using and developing the
RHoMIS R-package</p>" />
<meta name="github-repo" content="l-gorman/rhomis-R-package" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Page not found | RHoMIS Book" />

<meta name="twitter:description" content="<p>This book is designed to support
people using and developing the
RHoMIS R-package</p>" />


<meta name="author" content="Léo Gorman" />


<meta name="date" content="2023-11-04" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />




<script src="assets/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fuse.min.js"></script>
<link href="assets/gitbook-2.6.7/css/style.css" rel="stylesheet" />
<link href="assets/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" />
<link href="assets/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
<link href="assets/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" />
<link href="assets/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" />
<link href="assets/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" />
<link href="assets/gitbook-2.6.7/css/plugin-clipboard.css" rel="stylesheet" />








<script src="assets/accessible-code-block-0.0.1/empty-anchor.js"></script>
<link href="assets/anchor-sections-1.1.0/anchor-sections.css" rel="stylesheet" />
<link href="assets/anchor-sections-1.1.0/anchor-sections-hash.css" rel="stylesheet" />
<script src="assets/anchor-sections-1.1.0/anchor-sections.js"></script>
<script src="assets/htmlwidgets-1.5.4/htmlwidgets.js"></script>
<link href="assets/datatables-css-0.0.0/datatables-crosstalk.css" rel="stylesheet" />
<script src="assets/datatables-binding-0.25/datatables.js"></script>
<link href="assets/dt-core-1.11.3/css/jquery.dataTables.min.css" rel="stylesheet" />
<link href="assets/dt-core-1.11.3/css/jquery.dataTables.extra.css" rel="stylesheet" />
<script src="assets/dt-core-1.11.3/js/jquery.dataTables.min.js"></script>
<script src="assets/jszip-1.11.3/jszip.min.js"></script>
<link href="assets/dt-ext-buttons-1.11.3/css/buttons.dataTables.min.css" rel="stylesheet" />
<script src="assets/dt-ext-buttons-1.11.3/js/dataTables.buttons.min.js"></script>
<script src="assets/dt-ext-buttons-1.11.3/js/buttons.html5.min.js"></script>
<script src="assets/dt-ext-buttons-1.11.3/js/buttons.colVis.min.js"></script>
<script src="assets/dt-ext-buttons-1.11.3/js/buttons.print.min.js"></script>
<link href="assets/crosstalk-1.2.0/css/crosstalk.min.css" rel="stylesheet" />
<script src="assets/crosstalk-1.2.0/js/crosstalk.min.js"></script>


<style type="text/css">
code.sourceCode > span { display: inline-block; line-height: 1.25; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode { white-space: pre; position: relative; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
code.sourceCode { white-space: pre-wrap; }
code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
</style>


<link rel="stylesheet" href="style.css" type="text/css" />
</head>

<body>



<div class="book without-animation with-summary font-size-2 font-family-1" data-basepath=".">

<div class="book-summary">
<nav role="navigation">

<ul class="summary">
<li><a href="./">RHoMIS R-Package</a></li>

<li class="divider"></li>
<li class="chapter" data-level="1" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i><b>1</b> About</a></li>
<li class="chapter" data-level="2" data-path="data-processing.html"><a href="data-processing.html"><i class="fa fa-check"></i><b>2</b> Data Processing</a><ul>
<li class="chapter" data-level="2.1" data-path="data-processing.html"><a href="data-processing.html#installation"><i class="fa fa-check"></i><b>2.1</b> Installation</a></li>
<li class="chapter" data-level="2.2" data-path="data-processing.html"><a href="data-processing.html#initial-setup"><i class="fa fa-check"></i><b>2.2</b> Initial Setup</a></li>
<li class="chapter" data-level="2.3" data-path="data-processing.html"><a href="data-processing.html#stage-1-unit-extraction"><i class="fa fa-check"></i><b>2.3</b> Stage 1: Unit Extraction</a><ul>
<li class="chapter" data-level="2.3.1" data-path="data-processing.html"><a href="data-processing.html#extracting-units"><i class="fa fa-check"></i><b>2.3.1</b> Extracting Units</a></li>
<li class="chapter" data-level="2.3.2" data-path="data-processing.html"><a href="data-processing.html#converting-units"><i class="fa fa-check"></i><b>2.3.2</b> Converting Units</a></li>
</ul></li>
<li class="chapter" data-level="2.4" data-path="data-processing.html"><a href="data-processing.html#stage-2-calculating-prices-preparing-calorie-conversions-and-extracting-secondary-units"><i class="fa fa-check"></i><b>2.4</b> Stage 2: Calculating Prices, Preparing Calorie Conversions, and Extracting Secondary Units</a><ul>
<li class="chapter" data-level="2.4.1" data-path="data-processing.html"><a href="data-processing.html#converting-calories-prices-and-other-units"><i class="fa fa-check"></i><b>2.4.1</b> Converting Calories, Prices, and Other Units</a></li>
</ul></li>
<li class="chapter" data-level="2.5" data-path="data-processing.html"><a href="data-processing.html#stage-3-calculating-indicators"><i class="fa fa-check"></i><b>2.5</b> Stage 3: Calculating Indicators</a></li>
</ul></li>
<li class="chapter" data-level="3" data-path="outputs-and-data.html"><a href="outputs-and-data.html"><i class="fa fa-check"></i><b>3</b> Outputs and Data</a><ul>
<li class="chapter" data-level="3.1" data-path="outputs-and-data.html"><a href="outputs-and-data.html#outputs"><i class="fa fa-check"></i><b>3.1</b> Outputs</a><ul>
<li class="chapter" data-level="3.1.1" data-path="outputs-and-data.html"><a href="outputs-and-data.html#indicators"><i class="fa fa-check"></i><b>3.1.1</b> Indicators</a></li>
<li class="chapter" data-level="3.1.2" data-path="outputs-and-data.html"><a href="outputs-and-data.html#crop-data"><i class="fa fa-check"></i><b>3.1.2</b> Crop Data</a></li>
<li class="chapter" data-level="3.1.3" data-path="outputs-and-data.html"><a href="outputs-and-data.html#livestock-data"><i class="fa fa-check"></i><b>3.1.3</b> Livestock Data</a></li>
<li class="chapter" data-level="3.1.4" data-path="outputs-and-data.html"><a href="outputs-and-data.html#off-farm-data"><i class="fa fa-check"></i><b>3.1.4</b> Off-farm Data</a></li>
<li class="chapter" data-level="3.1.5" data-path="outputs-and-data.html"><a href="outputs-and-data.html#consumption-calories"><i class="fa fa-check"></i><b>3.1.5</b> Consumption Calories</a></li>
<li class="chapter" data-level="3.1.6" data-path="outputs-and-data.html"><a href="outputs-and-data.html#consumption-value"><i class="fa fa-check"></i><b>3.1.6</b> Consumption value</a></li>
<li class="chapter" data-level="3.1.7" data-path="outputs-and-data.html"><a href="outputs-and-data.html#gender-control"><i class="fa fa-check"></i><b>3.1.7</b> Gender Control</a></li>
</ul></li>
</ul></li>
<li class="chapter" data-level="4" data-path="indicators-explained.html"><a href="indicators-explained.html"><i class="fa fa-check"></i><b>4</b> Indicators Explained</a><ul>
<li class="chapter" data-level="4.1" data-path="indicators-explained.html"><a href="indicators-explained.html#main-principle-in-calculations"><i class="fa fa-check"></i><b>4.1</b> Main Principle in Calculations</a><ul>
<li class="chapter" data-level="4.1.1" data-path="indicators-explained.html"><a href="indicators-explained.html#worked-example"><i class="fa fa-check"></i><b>4.1.1</b> Worked Example</a></li>
</ul></li>
<li class="chapter" data-level="4.2" data-path="indicators-explained.html"><a href="indicators-explained.html#indicators-1"><i class="fa fa-check"></i><b>4.2</b> Indicators</a></li>
</ul></li>
<li class="chapter" data-level="5" data-path="reporting-issues.html"><a href="reporting-issues.html"><i class="fa fa-check"></i><b>5</b> Reporting Issues</a><ul>
<li class="chapter" data-level="5.1" data-path="reporting-issues.html"><a href="reporting-issues.html#reporting-issues-1"><i class="fa fa-check"></i><b>5.1</b> Reporting Issues</a></li>
</ul></li>
<li class="divider"></li>
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>

</ul>

</nav>
</div>

<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./">RHoMIS Book</a>
</h1>
</div>

<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">

<section class="normal" id="section-">
<div id="page-not-found" class="section level1">
<h1>Page not found</h1>
<p>The page you requested cannot be found (perhaps it was moved or renamed).</p>
<p>You may want to try searching to find the page's new location, or use
the table of contents to find the page you are looking for.</p>
</div>
</section>

</div>
</div>
</div>


</div>
</div>
<script src="assets/gitbook-2.6.7/js/app.min.js"></script>
<script src="assets/gitbook-2.6.7/js/clipboard.min.js"></script>
<script src="assets/gitbook-2.6.7/js/plugin-search.js"></script>
<script src="assets/gitbook-2.6.7/js/plugin-sharing.js"></script>
<script src="assets/gitbook-2.6.7/js/plugin-fontsettings.js"></script>
<script src="assets/gitbook-2.6.7/js/plugin-bookdown.js"></script>
<script src="assets/gitbook-2.6.7/js/jquery.highlight.js"></script>
<script src="assets/gitbook-2.6.7/js/plugin-clipboard.js"></script>
<script>
gitbook.require(["gitbook"], function(gitbook) {
gitbook.start({
"sharing": {
"github": false,
"facebook": false,
"twitter": false,
"linkedin": false,
"weibo": false,
"instapaper": false,
"vk": false,
"whatsapp": false,
"all": ["facebook", "twitter", "linkedin", "weibo", "instapaper"],
"share": false
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"edit": {
"link": "https://github.com/l-gorman/rhomis-R-package/edit/main/book/%s",
"text": "Edit"
},
"history": {
"link": null,
"text": null
},
"view": {
"link": null,
"text": null
},
"download": ["_main.pdf", "_main.epub"],
"search": {
"engine": "fuse",
"options": null
},
"toc": {
"collapse": "subsection"
}
});
});
</script>

<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
var src = "true";
if (src === "" || src === "true") src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML";
if (location.protocol !== "file:")
if (/^https?:/.test(src))
src = src.replace(/^https?:/, '');
script.src = src;
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>

</html>
15 changes: 15 additions & 0 deletions assets/accessible-code-block-0.0.1/empty-anchor.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo ([email protected]) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});
2 changes: 2 additions & 0 deletions assets/anchor-sections-1.1.0/anchor-sections-hash.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Styles for section anchors */
a.anchor-section::before {content: '#';font-size: 80%;}
4 changes: 4 additions & 0 deletions assets/anchor-sections-1.1.0/anchor-sections.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Styles for section anchors */
a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
.hasAnchor:hover a.anchor-section {visibility: visible;}
ul > li > .anchor-section {display: none;}
11 changes: 11 additions & 0 deletions assets/anchor-sections-1.1.0/anchor-sections.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
document.addEventListener('DOMContentLoaded', function () {
// If section divs is used, we need to put the anchor in the child header
const headers = document.querySelectorAll("div.hasAnchor.section[class*='level'] > :first-child")

headers.forEach(function (x) {
// Add to the header node
if (!x.classList.contains('hasAnchor')) x.classList.add('hasAnchor')
// Remove from the section or div created by Pandoc
x.parentElement.classList.remove('hasAnchor')
})
})
1 change: 1 addition & 0 deletions assets/crosstalk-1.2.0/css/crosstalk.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/crosstalk-1.2.0/js/crosstalk.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 121f8e5

Please sign in to comment.