Skip to content

Commit 192e2b1

Browse files
committed
fix typo in description
1 parent fb300ba commit 192e2b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version: 0.0.1
55
Authors@R: c(
66
person(c("Anders", "Aasted"), "Isaksen", , "andaas@rm.dk", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0001-8457-5466")),
8-
person("Steno Diabetes Center Aarhus", role = "cph"),
8+
person("Steno Diabetes Center Aarhus", role = "cph")
99
)
1010
Description: A package to synthesize register data and run a data processing pipeline to illustrate the most common tasks encountered when conducting register-based research
1111
License: MIT + file LICENSE

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
just --list --unsorted
33

44
# Run all recipes
5-
run-all: clean install-deps document check-url-cran style build-website check-local-cran install-package
5+
run-all: clean install-deps document check-url-cran style build-website install-package
66

77
# List all TODO items in the repository
88
list-todos:

vignettes/introduction.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Introduction to Arrow and DuckDB in R"
2+
title: "Introduction to Parquet, Arrow and DuckDB in R"
33
author: "Anders Aasted Isaksen"
44
format: html
55
editor: visual

0 commit comments

Comments
 (0)