Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1ae810d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Dec 22, 2024
1 parent 97a1fc8 commit 9605a66
Show file tree
Hide file tree
Showing 115 changed files with 16,253 additions and 19,574 deletions.
14 changes: 7 additions & 7 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-fe45a0e6664471e22e555ecb15a8324a.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-3e3185b77d964a967cd8749600b3d33c.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
"copy-button": false,
Expand Down Expand Up @@ -98,27 +98,27 @@
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-manuals">
<li>
<a class="dropdown-item" href="./r-intro/index.html">
<span class="dropdown-text">An Introduction to R</span></a>
<span class="dropdown-text">An Introduction to R</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-data/index.html">
<span class="dropdown-text">R Data Import/Export</span></a>
<span class="dropdown-text">R Data Import/Export</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-admin/index.html">
<span class="dropdown-text">R Installation and Administration</span></a>
<span class="dropdown-text">R Installation and Administration</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-exts/index.html">
<span class="dropdown-text">Writing R Extensions</span></a>
<span class="dropdown-text">Writing R Extensions</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-lang/index.html">
<span class="dropdown-text">R Language Definition</span></a>
<span class="dropdown-text">R Language Definition</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-ints/index.html">
<span class="dropdown-text">R Internals</span></a>
<span class="dropdown-text">R Internals</span></a>
</li>
</ul>
</li>
Expand Down
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-fe45a0e6664471e22e555ecb15a8324a.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-3e3185b77d964a967cd8749600b3d33c.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
"copy-button": false,
Expand Down Expand Up @@ -98,27 +98,27 @@
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-manuals">
<li>
<a class="dropdown-item" href="./r-intro/index.html">
<span class="dropdown-text">An Introduction to R</span></a>
<span class="dropdown-text">An Introduction to R</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-data/index.html">
<span class="dropdown-text">R Data Import/Export</span></a>
<span class="dropdown-text">R Data Import/Export</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-admin/index.html">
<span class="dropdown-text">R Installation and Administration</span></a>
<span class="dropdown-text">R Installation and Administration</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-exts/index.html">
<span class="dropdown-text">Writing R Extensions</span></a>
<span class="dropdown-text">Writing R Extensions</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-lang/index.html">
<span class="dropdown-text">R Language Definition</span></a>
<span class="dropdown-text">R Language Definition</span></a>
</li>
<li>
<a class="dropdown-item" href="./r-ints/index.html">
<span class="dropdown-text">R Internals</span></a>
<span class="dropdown-text">R Internals</span></a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -166,27 +166,27 @@ <h1 class="title">The R Manuals</h1>
<div class="cell-output-display">
<ul>
<li>
<a href="r-intro/index.html">An Introduction to R</a>
<a href="r-intro/index.html">An Introduction to R</a>
<p>Based on the former 'Notes on R', gives an introduction to the language and how to use R for doing statistical analysis and graphics.</p>
</li>
<li>
<a href="r-data/index.html">R Data Import/Export</a>
<a href="r-data/index.html">R Data Import/Export</a>
<p>Describes the import and export facilities available either in R itself or via packages which are available from CRAN.</p>
</li>
<li>
<a href="r-admin/index.html">R Installation and Administration</a>
<a href="r-admin/index.html">R Installation and Administration</a>
<p>A guide to installation and administration for R</p>
</li>
<li>
<a href="r-exts/index.html">Writing R Extensions</a>
<a href="r-exts/index.html">Writing R Extensions</a>
<p>Covers how to create your own packages, write R help files, and the foreign language (C, C++, Fortran, ...) interfaces.</p>
</li>
<li>
<a href="r-lang/index.html">R Language Definition</a>
<a href="r-lang/index.html">R Language Definition</a>
<p>Documents the language per se. That is, the objects that it works on, and the details of the expression evaluation process, which are useful to know when programming R functions.</p>
</li>
<li>
<a href="r-ints/index.html">R Internals</a>
<a href="r-ints/index.html">R Internals</a>
<p>A guide to the internal structures of R and coding standards for the core team working on R itself.</p>
</li>
</ul>
Expand Down
Loading

0 comments on commit 9605a66

Please sign in to comment.