Skip to content

Commit

Permalink
Updated pkgdown readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
DGreenwd committed Aug 14, 2024
1 parent 42bec0d commit 433bf6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Install the current version from [GitHub](https://github.com/):
devtools::install_github("FrancisCrickInstitute/chronogram")
```

If you have not installed packages from github before, you will to [setup your GitHub account to interact with R](https://usethis.r-lib.org/articles/git-credentials.html#practical-instructions).
If you have not installed packages from github before, you will need to [setup your GitHub account to interact with R](https://usethis.r-lib.org/articles/git-credentials.html#practical-instructions).

------------------------------------------------------------------------

Expand All @@ -63,15 +63,15 @@ The `chronogram` workflow can be divided into assembly, annotation and finally,

- `cg_assemble()` combines cleaned metadata, experimental data, and a range of calendar dates into a chronogram.

- `cg_add_experiment()` allows the adding of further experiments
- `cg_add_experiment()` allows the adding of further experiments.

Further details:

- [assembly](articles/assembly.html) vignette for a step-by-step guide, or the [quickstart](articles/chronogram.html).

- [SQL vignette](articles/SQL_assembly.html) explains `chronogram` assembly from an SQL database.

- An introduction to the [chronogram class](articles/chronogram_class.html)
- An introduction to the [chronogram class](articles/chronogram_class.html).

### chronogram annotation

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Install the current version from [GitHub](https://github.com/):
devtools::install_github("FrancisCrickInstitute/chronogram")
```

If you have not installed packages from github before, you will to
If you have not installed packages from github before, you will need to
[setup your GitHub account to interact with
R](https://usethis.r-lib.org/articles/git-credentials.html#practical-instructions).

Expand Down Expand Up @@ -67,7 +67,7 @@ analysis.
- `cg_assemble()` combines cleaned metadata, experimental data, and a
range of calendar dates into a chronogram.

- `cg_add_experiment()` allows the adding of further experiments
- `cg_add_experiment()` allows the adding of further experiments.

Further details:

Expand All @@ -78,7 +78,7 @@ Further details:
assembly from an SQL database.

- An introduction to the [chronogram
class](articles/chronogram_class.html)
class](articles/chronogram_class.html).

### chronogram annotation

Expand Down
Binary file modified man/figures/README-unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 433bf6e

Please sign in to comment.