-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | ||
|
||
<meta name="author" content=" Biometry Hub, University of Adelaide "> | ||
<meta name="author" content=" [email protected] "> | ||
<meta name="author" content="Biometry Hub, University of Adelaide"> | ||
<meta name="author" content="[email protected]"> | ||
|
||
<title>Installing ASReml-R</title> | ||
<style> | ||
|
@@ -98,22 +98,41 @@ | |
|
||
</head> | ||
|
||
<body class="fullcontent"> | ||
<body> | ||
|
||
<div id="quarto-search-results"></div> | ||
<!-- content --> | ||
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article"> | ||
<!-- sidebar --> | ||
<!-- margin-sidebar --> | ||
|
||
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar"> | ||
<nav id="TOC" role="doc-toc" class="toc-active"> | ||
<h2 id="toc-title">On this page</h2> | ||
|
||
<ul> | ||
<li><a href="#introduction" id="toc-introduction" class="nav-link active" data-scroll-target="#introduction">Introduction</a></li> | ||
<li><a href="#asreml-r-installation" id="toc-asreml-r-installation" class="nav-link" data-scroll-target="#asreml-r-installation">ASReml-R Installation</a> | ||
<ul class="collapse"> | ||
<li><a href="#biometryassist" id="toc-biometryassist" class="nav-link" data-scroll-target="#biometryassist">biometryassist</a></li> | ||
<li><a href="#asreml-r" id="toc-asreml-r" class="nav-link" data-scroll-target="#asreml-r">ASReml-R</a></li> | ||
<li><a href="#activate-asreml-r" id="toc-activate-asreml-r" class="nav-link" data-scroll-target="#activate-asreml-r">Activate ASReml-R</a></li> | ||
</ul></li> | ||
<li><a href="#additional-packages-optional" id="toc-additional-packages-optional" class="nav-link" data-scroll-target="#additional-packages-optional">Additional Packages (Optional)</a> | ||
<ul class="collapse"> | ||
<li><a href="#cran-packages" id="toc-cran-packages" class="nav-link" data-scroll-target="#cran-packages">CRAN packages</a></li> | ||
<li><a href="#github-packages" id="toc-github-packages" class="nav-link" data-scroll-target="#github-packages">GitHub packages</a></li> | ||
<li><a href="#other-packages" id="toc-other-packages" class="nav-link" data-scroll-target="#other-packages">Other packages</a></li> | ||
</ul></li> | ||
<li><a href="#Further" id="toc-Further" class="nav-link" data-scroll-target="#Further">Further resources</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<!-- main --> | ||
<main class="content" id="quarto-document-content"> | ||
|
||
<header id="title-block-header" class="quarto-title-block default"> | ||
<div class="quarto-title"> | ||
<h1 class="title"><center><br> | ||
Installing and Configuring R and Rstudio with ASReml-R<br> | ||
</center></h1> | ||
<h1 class="title">Installing and Configuring R and Rstudio with ASReml-R</h1> | ||
</div> | ||
|
||
|
||
|
@@ -123,19 +142,15 @@ <h1 class="title"><center><br> | |
<div> | ||
<div class="quarto-title-meta-heading">Authors</div> | ||
<div class="quarto-title-meta-contents"> | ||
<p></p><center><br> | ||
Biometry Hub, University of Adelaide<br> | ||
<center> <p></p> | ||
<p></p><center><br> | ||
[email protected]<br> | ||
<center> <p></p> | ||
</center></center></center></center></div> | ||
<p>Biometry Hub, University of Adelaide </p> | ||
<p>[email protected] </p> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<div class="quarto-title-meta-heading">Published</div> | ||
<div class="quarto-title-meta-contents"> | ||
<p class="date">Invalid Date</p> | ||
<p class="date">September 2023</p> | ||
</div> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
--- | ||
title: "<center>Installing and Configuring R and Rstudio with ASReml-R</center>" | ||
title: Installing and Configuring R and Rstudio with ASReml-R | ||
pagetitle: Installing ASReml-R | ||
author: | ||
- <center>Biometry Hub, University of Adelaide<center> | ||
- <center>[email protected]<center> | ||
date: "<center>Last updated: `r format(Sys.Date(), format='%B %Y')`</center>" | ||
- Biometry Hub, University of Adelaide | ||
- [email protected] | ||
date: today | ||
date-format: "MMMM YYYY" | ||
toc: true | ||
output: | ||
html_document: | ||
toc: yes | ||
toc_float: yes | ||
highlight: textmate | ||
pdf_document: | ||
fig_caption: yes | ||
toc: yes | ||
highlight: tango | ||
linkcolor: blue | ||
urlcolor: blue | ||
|