From dce01ac19a0298388089ce4297a44ef2aa2c4c46 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Thu, 9 May 2024 20:22:45 +0000 Subject: Revamp Shiny app --- .../app/templates/content/estimators/add-estimators/descriptions/id.html | 1 + .../templates/content/estimators/add-estimators/descriptions/idea.html | 1 + .../content/estimators/add-estimators/descriptions/seq_bayes.html | 1 + .../app/templates/content/estimators/add-estimators/descriptions/wp.html | 1 + 4 files changed, 4 insertions(+) create mode 100644 inst/app/templates/content/estimators/add-estimators/descriptions/id.html create mode 100644 inst/app/templates/content/estimators/add-estimators/descriptions/idea.html create mode 100644 inst/app/templates/content/estimators/add-estimators/descriptions/seq_bayes.html create mode 100644 inst/app/templates/content/estimators/add-estimators/descriptions/wp.html (limited to 'inst/app/templates/content/estimators/add-estimators/descriptions') diff --git a/inst/app/templates/content/estimators/add-estimators/descriptions/id.html b/inst/app/templates/content/estimators/add-estimators/descriptions/id.html new file mode 100644 index 0000000..b182ae5 --- /dev/null +++ b/inst/app/templates/content/estimators/add-estimators/descriptions/id.html @@ -0,0 +1 @@ +This is a short description of the ID method. diff --git a/inst/app/templates/content/estimators/add-estimators/descriptions/idea.html b/inst/app/templates/content/estimators/add-estimators/descriptions/idea.html new file mode 100644 index 0000000..edfbb79 --- /dev/null +++ b/inst/app/templates/content/estimators/add-estimators/descriptions/idea.html @@ -0,0 +1 @@ +This is a short description of the IDEA method. diff --git a/inst/app/templates/content/estimators/add-estimators/descriptions/seq_bayes.html b/inst/app/templates/content/estimators/add-estimators/descriptions/seq_bayes.html new file mode 100644 index 0000000..f6df3ee --- /dev/null +++ b/inst/app/templates/content/estimators/add-estimators/descriptions/seq_bayes.html @@ -0,0 +1 @@ +This is a short description of the seqB method. diff --git a/inst/app/templates/content/estimators/add-estimators/descriptions/wp.html b/inst/app/templates/content/estimators/add-estimators/descriptions/wp.html new file mode 100644 index 0000000..640b44d --- /dev/null +++ b/inst/app/templates/content/estimators/add-estimators/descriptions/wp.html @@ -0,0 +1 @@ +This is a short description of the WP method. -- cgit v1.2.3