Skip to content

Bump dependencies on Delphi packages #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 2, 2024
Prev Previous commit
Next Next commit
Update archive.qmd
Co-authored-by: Daniel McDonald <daniel@stat.ubc.ca>
  • Loading branch information
dshemetov and dajmcdon authored May 6, 2024
commit f9b3acebbe1611f4ca54b7c45d2f0907af9c0bbf
2 changes: 1 addition & 1 deletion archive.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ print(x)
```

An `epi_archive` is an S3 class. Its primary field is a data table `DT`, which
is of class `data.table` (from the `data.table` package), and has columns
is of class `data.table` (from the `{data.table}` package), and has columns
`geo_value`, `time_value`, `version`, as well as any number of additional
columns.

Expand Down