diff --git a/aio.html b/aio.html index 9b3cfb7a..7894d5e0 100644 --- a/aio.html +++ b/aio.html @@ -1276,7 +1276,7 @@

Challenge 1: Inspect the output

-
+

With tar_read(penguins_data) or by running tar_load(penguins_data) followed by @@ -1374,7 +1374,7 @@

Challenge 2: What else can the visualization tell us?< -
+

Light blue indicates the target is out of date.

Depending on how you modified the code, any or all of the targets may @@ -3089,7 +3089,7 @@

Challenge: Add model predictions to the workflow

-
+

Define the new function as augment_with_mod_name(). It is the same as glance_with_mod_name(), but use @@ -3184,7 +3184,7 @@

Challenge: What other kinds of patterns are there?

Show me the solution

-
+

Some other ways of applying branching patterns include:

    diff --git a/branch.html b/branch.html index 300dc1f7..f7d277d0 100644 --- a/branch.html +++ b/branch.html @@ -851,7 +851,7 @@

    Challenge: Add model predictions to the workflow

    -
    +

    Define the new function as augment_with_mod_name(). It is the same as glance_with_mod_name(), but use @@ -946,7 +946,7 @@

    Challenge: What other kinds of patterns are there?

    Show me the solution

    -
    +

    Some other ways of applying branching patterns include:

    • crossing: one branch per combination of elements diff --git a/instructor/aio.html b/instructor/aio.html index dba6bfa3..2bb3d08c 100644 --- a/instructor/aio.html +++ b/instructor/aio.html @@ -458,7 +458,7 @@

      Objectives

      -
      +

      Episode summary: Introduce the idea of reproducibility and why / who would want to use targets

      @@ -1248,7 +1248,7 @@

      Objectives

      -
      +

      Episode summary: Demonstrate typical cycle of running targets: make, inspect, adjust, make…

      @@ -1349,7 +1349,7 @@

      Challenge 1: Inspect the output

      -
      +

      With tar_read(penguins_data) or by running tar_load(penguins_data) followed by @@ -1447,7 +1447,7 @@

      Challenge 2: What else can the visualization tell us?< -
      +

      Light blue indicates the target is out of date.

      Depending on how you modified the code, any or all of the targets may @@ -1668,7 +1668,7 @@

      Objectives

      -
      +

      Episode summary: Demonstrate best-practices for project organization

      @@ -2747,7 +2747,7 @@

      Objectives

      -
      +

      Episode summary: Show how to use branching

      @@ -3216,7 +3216,7 @@

      Challenge: Add model predictions to the workflow

      -
      +

      Define the new function as augment_with_mod_name(). It is the same as glance_with_mod_name(), but use @@ -3311,7 +3311,7 @@

      Challenge: What other kinds of patterns are there?

      Show me the solution

      -
      +

      Some other ways of applying branching patterns include:

        @@ -3389,7 +3389,7 @@

        Objectives

        -
        +

        Episode summary: Show how to use parallel processing

        diff --git a/instructor/branch.html b/instructor/branch.html index d8a5fa23..57d9d37a 100644 --- a/instructor/branch.html +++ b/instructor/branch.html @@ -405,7 +405,7 @@

        Objectives

        -
        +

        Episode summary: Show how to use branching

        @@ -864,7 +864,7 @@

        Challenge: Add model predictions to the workflow

        -
        +

        Define the new function as augment_with_mod_name(). It is the same as glance_with_mod_name(), but use @@ -959,7 +959,7 @@

        Challenge: What other kinds of patterns are there?

        Show me the solution

        -
        +

        Some other ways of applying branching patterns include:

        • crossing: one branch per combination of elements diff --git a/instructor/introduction.html b/instructor/introduction.html index c081a940..37589dad 100644 --- a/instructor/introduction.html +++ b/instructor/introduction.html @@ -409,7 +409,7 @@

          Objectives

          -
          +

          Episode summary: Introduce the idea of reproducibility and why / who would want to use targets

          diff --git a/instructor/lifecycle.html b/instructor/lifecycle.html index 9490023d..a5323a7c 100644 --- a/instructor/lifecycle.html +++ b/instructor/lifecycle.html @@ -411,7 +411,7 @@

          Objectives

          -
          +

          Episode summary: Demonstrate typical cycle of running targets: make, inspect, adjust, make…

          @@ -508,7 +508,7 @@

          Challenge 1: Inspect the output

          -
          +

          With tar_read(penguins_data) or by running tar_load(penguins_data) followed by @@ -602,7 +602,7 @@

          Challenge 2: What else can the visualization tell us?< -
          +

          Light blue indicates the target is out of date.

          Depending on how you modified the code, any or all of the targets may diff --git a/instructor/organization.html b/instructor/organization.html index b1f68cf6..f31eca5f 100644 --- a/instructor/organization.html +++ b/instructor/organization.html @@ -411,7 +411,7 @@

          Objectives

          -
          +

          Episode summary: Demonstrate best-practices for project organization

          diff --git a/instructor/parallel.html b/instructor/parallel.html index 32508439..8862f6fd 100644 --- a/instructor/parallel.html +++ b/instructor/parallel.html @@ -395,7 +395,7 @@

          Objectives

          -
          +

          Episode summary: Show how to use parallel processing

          diff --git a/lifecycle.html b/lifecycle.html index 21a7f5eb..eb82dbc6 100644 --- a/lifecycle.html +++ b/lifecycle.html @@ -494,7 +494,7 @@

          Challenge 1: Inspect the output

          -
          +

          With tar_read(penguins_data) or by running tar_load(penguins_data) followed by @@ -588,7 +588,7 @@

          Challenge 2: What else can the visualization tell us?< -
          +

          Light blue indicates the target is out of date.

          Depending on how you modified the code, any or all of the targets may diff --git a/pkgdown.yml b/pkgdown.yml index 53418fd0..a9a15e35 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,4 +2,4 @@ pandoc: 3.1.11 pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2024-12-13T06:12Z +last_built: 2024-12-13T06:39Z