From 3fd2b348aa7c239203c7e4c6464815017d4453bb Mon Sep 17 00:00:00 2001 From: Jeff Dickinson Date: Tue, 10 Feb 2026 12:04:05 -0600 Subject: [PATCH] #146 change order of ADaMs --- adam/adae.qmd | 2 +- adam/adpc.qmd | 2 +- adam/adppk.qmd | 2 +- adam/advs.qmd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adam/adae.qmd b/adam/adae.qmd index e12b019e..bf5c13e0 100644 --- a/adam/adae.qmd +++ b/adam/adae.qmd @@ -1,6 +1,6 @@ --- title: "ADAE" -order: 7 +order: 3 --- ```{r setup script, include=FALSE, purl=FALSE} diff --git a/adam/adpc.qmd b/adam/adpc.qmd index 0276bb87..5157a8ce 100644 --- a/adam/adpc.qmd +++ b/adam/adpc.qmd @@ -1,6 +1,6 @@ --- title: "ADPC" -order: 2 +order: 6 --- ```{r setup script, include=FALSE, purl=FALSE} diff --git a/adam/adppk.qmd b/adam/adppk.qmd index 9efd130c..729e0231 100644 --- a/adam/adppk.qmd +++ b/adam/adppk.qmd @@ -1,6 +1,6 @@ --- title: "ADPPK" -order: 3 +order: 7 --- ```{r setup script, include=FALSE, purl=FALSE} diff --git a/adam/advs.qmd b/adam/advs.qmd index 963ed674..a706efe9 100644 --- a/adam/advs.qmd +++ b/adam/advs.qmd @@ -1,6 +1,6 @@ --- title: "ADVS" -order: 6 +order: 2 --- ```{r setup script, include=FALSE, purl=FALSE}