From 961aca1dea6cbad30faa2776e09b927a3a9ea64a Mon Sep 17 00:00:00 2001 From: Rob Baker Date: Fri, 9 Feb 2024 09:19:41 -0700 Subject: [PATCH] autoupdate via devtools::document and pkgdown --- docs/articles/Starting-a-DRR.html | 46 +++++++++++++------------------ docs/pkgdown.yml | 2 +- 2 files changed, 20 insertions(+), 28 deletions(-) diff --git a/docs/articles/Starting-a-DRR.html b/docs/articles/Starting-a-DRR.html index 8ee7799..b2b24a9 100644 --- a/docs/articles/Starting-a-DRR.html +++ b/docs/articles/Starting-a-DRR.html @@ -161,16 +161,21 @@

How to Start a DRR

+

+
    +
  1. After selecting “OK” two things will happne: First, you the DRR +Template file will open up. It is called “Untitled.Rmd” by default. +Second, a new folder will be created called “Untitled” (Unless you opted +to change the default “Name:” in the “New R Markdown” pop up, then these +will have whatever name you gave them).

  2. +
  3. Edit the DRR Template according to your specifications and the +instructions in the “Using the DRR +Template” guide.

  4. +
  5. When you are done, “knit” the .Rmd file to Word and submit the +resulting .docx file for publication.

  6. +
+

extra text to be moved elsewhere?

    -
  1. -
  2. How to Use this Template -line-by-line instructions and descriptions for how to use the DRR -Template.

  3. -
  4. The -DRR_Template the file you make changes to to generate a DRR. Note: -this is not a stand-alone file. To create a DRR please download the zipped -template with all associated files and folders.

  5. Bibtex reference file is used if you want to automate your citations. Add each citation in bibtex format to this file and save it. Add in-text @@ -188,24 +193,11 @@

    How to Start a DRR

    Examples

    -

    More will be provided as they are published. The following examples -are post-formatting and should be used as examples for content -generation only.

    -
      -
    1. DRR for -tabular (csv) datasets of hydrologic data used for calculating -hydrologic metrics as a part of the national Environmental Settings -monitoring protocol.

    2. -
    3. DRR for geospatial (file -geodatabase) data continuing custom areas of analysis used for -Environmental Settings monitoring protocol. Report created in Microsoft -Word and ported to the template.

    4. -
    - -
    -

    Tips, FAQs, and Errata -

    -

    (coming soon)

    +

    Knit your own example DRR: Assuming you left the +“Name:” as the default “untitled”, you should be able to knit the DRR +template in to an example .docx that could be submitted for publication. +If you opted to change the Name, you will need to update the the file +paths before kniting.

    diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index aa98a89..bb19a5f 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,5 +5,5 @@ articles: Starting-a-DRR: Starting-a-DRR.html Using-the-DRR-Template: Using-the-DRR-Template.html QCkit: QCkit.html -last_built: 2024-02-09T15:07Z +last_built: 2024-02-09T16:15Z