Skip to content

Commit 74eca4e

Browse files
rerender of updated vignettes
1 parent 339c7c1 commit 74eca4e

File tree

14 files changed

+26
-29
lines changed

14 files changed

+26
-29
lines changed

content/en/docs/Getting-started/Implementation/Paradigm/Object-Oriented/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Why ready4 is object oriented"
33
linkTitle: "Paradigm"
4-
date: "2024-06-11"
4+
date: "2024-06-13"
55
description: "ready4 uses an object oriented programming (OOP) paradigm to implement computational models."
66
weight: 61
77
aliases:

content/en/docs/Software/Libraries/Installation/Authoring-Tools/Code-Development/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Installing tools for authoring computational models
33
linkTitle: "Models"
44
author: Matthew Hamilton
5-
date: "2024-06-11"
5+
date: "2024-06-13"
66
description: Instructions for installing the ready4class, ready4fun and ready4pack libraries.
77
weight: 1
88
categories:

content/en/docs/Software/Libraries/Installation/Authoring-Tools/Datasets/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Installing tools for authoring and managing model datasets
33
linkTitle: "Datasets"
44
author: Matthew Hamilton
5-
date: "2024-06-11"
5+
date: "2024-06-13"
66
description: Instructions for installing the ready4use library.
77
weight: 2
88
categories:

content/en/docs/Software/Libraries/Installation/Authoring-Tools/Reporting/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Installing tools for authoring reproducible analyses
33
linkTitle: "Analyses"
44
author: Matthew Hamilton
5-
date: "2024-06-11"
5+
date: "2024-06-13"
66
description: Instructions for installing the ready4show library.
77
weight: 3
88
categories:

content/en/docs/Software/Libraries/Installation/Foundation/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Installing the ready4 framework foundation library
33
linkTitle: "Foundation"
44
author: Matthew Hamilton
5-
date: "2024-06-11"
5+
date: "2024-06-13"
66
description: The ready4 framework foundation is the first ready4 library you should install.
77
slug: Foundation
88
weight: 1

content/en/docs/Software/Libraries/Installation/Modules/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Installing ready4 computational model modules
33
linkTitle: "Modules"
44
author: Matthew Hamilton
5-
date: "2024-06-11"
5+
date: "2024-06-13"
66
description: To implement a modelling analysis with ready4 you need to install computational model modules.
77
slug: Modules
88
weight: 3

content/en/docs/Tutorials/Develop-Models/Authoring-Modules/Authoring-Algorithms/index.en.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Authoring model algorithms"
33
linkTitle: "Algorithms"
4-
date: "2024-06-11"
4+
date: "2024-06-13"
55
description: "The ready4fun R package supports standardised approaches to code authoring that facilitate partial automation of the documenting of model algorithms."
66
weight: 64
77
aliases:
@@ -610,8 +610,7 @@ Further information about the purpose of a function and the nature of its inputs
610610

611611
<pre class='chroma'><code class='language-r' data-lang='r'><span><span class='nv'>z</span> <span class='o'>&lt;-</span> <span class='nf'><a href='https://ready4-dev.github.io/ready4fun/reference/get_abbrs.html'>get_abbrs</a></span><span class='o'>(</span>gh_repo_1L_chr <span class='o'>=</span> <span class='s'>"ready4-dev/ready4"</span><span class='o'>)</span></span>
612612
<span><span class='nf'><a href='https://rdrr.io/r/base/class.html'>class</a></span><span class='o'>(</span><span class='nv'>z</span><span class='o'>)</span></span>
613-
<span><span class='c'>#&gt; [1] "ready4fun_abbreviations" "tbl_df" "tbl" </span></span>
614-
<span><span class='c'>#&gt; [4] "data.frame"</span></span>
613+
<span><span class='c'>#&gt; [1] "ready4fun_abbreviations" "tbl_df" "tbl" "data.frame"</span></span>
615614
<span></span></code></pre>
616615

617616
</div>

content/en/docs/Tutorials/Develop-Models/Authoring-Modules/Authoring-Classes/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Authoring model data structures"
33
linkTitle: "Data structures"
4-
date: "2024-06-11"
4+
date: "2024-06-13"
55
description: "The ready4class R package supports partially automated and standardised workflows for defining the data structures to be used in computational models."
66
weight: 62
77
aliases:

content/en/docs/Tutorials/Develop-Models/Authoring-Modules/Authoring-Libraries/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Dissemating citable, documented and quality assured model module libraries"
33
linkTitle: "Libraries"
4-
date: "2024-06-11"
4+
date: "2024-06-13"
55
description: "ready4 supports tools to streamline the testing, description and distribution of computational model modules."
66
weight: 66
77
aliases:

content/en/docs/Tutorials/Develop-Models/Maintenance/index.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Partially automate maintenance of a modelling project's website"
33
linkTitle: "Maintenance"
4-
date: "2024-06-11"
4+
date: "2024-06-13"
55
description: "ready4 includes tools that can help maintain the documentation website for a modelling project."
66
weight: 4
77
categories:
@@ -59,9 +59,9 @@ The `write_to_render_post` is the main `ready4` function used specifically for w
5959

6060
- `make_datasets_tb` and `print_data` for updating details on module datasets (see [this example](https://readyforwhatsnext.org/docs/tutorials/finding/finding-data/))
6161

62-
- `get_datasets_tb`, `make_dss_tb` and `make_ds_releases_tbl` for updating release statuses of module datasets (see this [RMD file](https://github.com/ready4-dev/readyforwhatsnext/blob/main/content/en/blog/releases/Datasets/Model-Data/People-Datasets/index_Body.Rmd) and its [output](https://readyforwhatsnext.org/blog/2024/01/25/datasets-for-modelling-people-releases/))
62+
- `get_datasets_tb`, `make_dss_tb` and `make_ds_releases_tbl` for updating release statuses of module datasets (see this [RMD file](https://github.com/ready4-dev/readyforwhatsnext/blob/main/content/en/blog/releases/Datasets/Model-Data/People-Datasets/index_Body.Rmd) and its [output](https://readyforwhatsnext.org/blog/2024/06/08/datasets-for-modelling-people-releases/))
6363

6464
- `make_programs_tbl` for updating details on analysis programs or reporting sub-routines that use model modules (see [this RMD file](https://github.com/ready4-dev/readyforwhatsnext/blob/main/content/en/docs/Analyses/Find/index_Body.Rmd) and [its associated output](https://readyforwhatsnext.org/docs/analyses/find/#current-readyforhwatsnext-programs) as well as this [RMD file](https://github.com/ready4-dev/readyforwhatsnext/blob/main/content/en/docs/Reporting/index_Body.Rmd) and [its output](https://readyforwhatsnext.org/docs/reporting/#current-readyforwhatsnext-subroutines))
6565

66-
- `make_code_releases_tbl` for updating release statuses of module libraries and programs or reporting sub-routines that use model modules (see this [RMD file](https://github.com/ready4-dev/readyforwhatsnext/blob/main/content/en/blog/releases/Executables/Programs/index_Body.Rmd) and its [output](https://readyforwhatsnext.org/blog/2024/01/25/programs-releases/))
66+
- `make_code_releases_tbl` for updating release statuses of module libraries and programs or reporting sub-routines that use model modules (see this [RMD file](https://github.com/ready4-dev/readyforwhatsnext/blob/main/content/en/blog/releases/Executables/Programs/index_Body.Rmd) and its [output](https://readyforwhatsnext.org/blog/2024/06/08/programs-releases/))
6767

0 commit comments

Comments
 (0)