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 epiprocess.qmd
Co-authored-by: Daniel McDonald <daniel@stat.ubc.ca>
  • Loading branch information
dshemetov and dajmcdon authored May 6, 2024
commit eeebbc83a01fb4216c64c63ef6742197844b26e2
2 changes: 1 addition & 1 deletion epiprocess.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The second main data structure in the package is called [`epi_archive`]. This is
an S3 class containing a data table that stores the archive (version history) of
some signal variables of interest.

By convention, functions in the `epiprocess` package that operate on
By convention, functions in the `{epiprocess}` package that operate on
`epi_archive` objects begin with `epix` (the "x" is meant to remind you of
"archive"). For example:

Expand Down