Giter Club home page Giter Club logo

crimemappingbook's People

Contributors

mpjashby avatar

Watchers

 avatar

Forkers

kylenyh

crimemappingbook's Issues

Pre-flight conversion checklist: Chapter 10, 2024

In tutorial

  • Set #| echo: false for any chunks with -setup in the chunk name.
  • Set #| echo: false for any chunks that produce output using knitr.
  • Set error=TRUE for any code that is designed to cause an error.
  • Cmd+F for any references to Run Code button, which should all be inside .tutorial blocks.
  • Cmd+F for 'quiz' and check all quizzes are inside .tutorial blocks.

In chapter

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 15, 2024

In tutorial

  • Set echo=false for any chunks with -setup in the chunk name.
  • Set echo=false for any chunks that produce output using knitr.
  • Set echo=false for any chunks with eval=FALSE.
  • Set error=TRUE for any code that is designed to cause an error.
  • Cmd+F for any references to Run Code button, which should all be inside .tutorial blocks.
  • Cmd+F for 'quiz' and check all quizzes are inside .tutorial blocks.

In chapter

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 7, 2023

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial.
  • Remove code from setup chunk that copies CSS files.
  • Remove exercise setup chunks and empty exercise chunks.
  • Remove quizzes.
  • Check for any references to Run Code button.
  • Convert pre-filled exercise chunks and exercise solution chunks to R code.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 5, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 4, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 11, 2024

In tutorial

  • Set #| echo: false for any chunks with -setup in the chunk name.
  • Set #| echo: false for any chunks that produce output using knitr.
  • Set error=TRUE for any code that is designed to cause an error.
  • Cmd+F for any references to Run Code button, which should all be inside .tutorial blocks.
  • Cmd+F for 'quiz' and check all quizzes are inside .tutorial blocks.

In chapter

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 1, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 2, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 4, 2023

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial.
  • Remove code from setup chunk that copies CSS files.
  • Remove exercise setup chunks and empty exercise chunks.
  • Remove quizzes.
  • Check for any references to Run Code button.
  • Convert pre-filled exercise chunks and exercise solution chunks to R code.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.

Pre-flight conversion checklist: Chapter 12, 2024

In tutorial

  • Set echo=false for any chunks with -setup in the chunk name.
  • Set echo=false for any chunks that produce output using knitr.
  • Set echo=false for any chunks with eval=FALSE.
  • Set error=TRUE for any code that is designed to cause an error.
  • Cmd+F for any references to Run Code button, which should all be inside .tutorial blocks.
  • Cmd+F for 'quiz' and check all quizzes are inside .tutorial blocks.

In chapter

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 6, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 9, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 14, 2024

In tutorial

  • Set echo=false for any chunks with -setup in the chunk name.
  • Set echo=false for any chunks that produce output using knitr.
  • Set echo=false for any chunks with eval=FALSE.
  • Set error=TRUE for any code that is designed to cause an error.
  • Cmd+F for any references to Run Code button, which should all be inside .tutorial blocks.
  • Cmd+F for 'quiz' and check all quizzes are inside .tutorial blocks.

In chapter

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 5, 2023

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial.
  • Remove code from setup chunk that copies CSS files.
  • Remove exercise setup chunks and empty exercise chunks.
  • Remove quizzes.
  • Check for any references to Run Code button.
  • Convert pre-filled exercise chunks and exercise solution chunks to R code.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.

Pre-flight conversion checklist: Chapter 13, 2024

In tutorial

  • Set echo=false for any chunks with -setup in the chunk name.
  • Set echo=false for any chunks that produce output using knitr.
  • Set echo=false for any chunks with eval=FALSE.
  • Set error=TRUE for any code that is designed to cause an error.
  • Cmd+F for any references to Run Code button, which should all be inside .tutorial blocks.
  • Cmd+F for 'quiz' and check all quizzes are inside .tutorial blocks.

In chapter

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 3, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 8, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 16, 2024

In tutorial

  • Set echo=false for any chunks with -setup in the chunk name.
  • Set echo=false for any chunks that produce output using knitr.
  • Set echo=false for any chunks with eval=FALSE.
  • Set error=TRUE for any code that is designed to cause an error.
  • Cmd+F for any references to Run Code button, which should all be inside .tutorial blocks.
  • Cmd+F for 'quiz' and check all quizzes are inside .tutorial blocks.

In chapter

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 6, 2023

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial.
  • Remove code from setup chunk that copies CSS files.
  • Remove exercise setup chunks and empty exercise chunks.
  • Remove quizzes.
  • Check for any references to Run Code button.
  • Convert pre-filled exercise chunks and exercise solution chunks to R code.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Pre-flight conversion checklist: Chapter 7, 2024

  • Copy over images/ directory.
  • Add tutorial title as level-1 heading.
  • Add tutorial description as bold-face text after title.
  • Add instructions for opening corresponding tutorial:
::: {.box .load-tutorial}
To load the [interactive tutorial](../#how-to-use-this-book) for this chapter, copy and paste the following code into the RStudio console:

```r
crimemapping::tutorial("01_getting_started")
```

and press `Enter`.
:::
  • Remove YAML header.
  • Replace start of setup chunk with:
```{r setup}
#| echo: false
#| include: false

source(here::here("mask_learnr_functions.R"))
```
  • Remove library(learnr) from setup chunk
  • Set echo=FALSE for any chunks with -setup in the chunk name.
  • Remove section- prefix from jquery code for extra-detail boxes.
  • Cmd+F for any references to Run Code button.
  • Convert video URLs to use the quarto shortcode {{< video https://example.com/ab1sc >}}.
  • Add reference to chapter file in top-level _quarto.yml file.
  • Run Build > Render Book.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.