Skip to content

Commit

Permalink
minor edits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Mar 1, 2024
1 parent 63af145 commit 28817fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ character vectors and doing a bunch of string operations and type conversions
to make sense of them.

Interlacer was created based on the insight that values and missing reasons
should be handled as separate *channels* of the same variable. Interlacer
can be handled as separate *channels* of the same variable. Interlacer
provides functions that load variables from interlaced data sources into two
separate columns:
One containing the variable's values, the other containing its missing reasons.
Expand Down Expand Up @@ -108,7 +108,7 @@ check out `vignette("interlacer")` for a more complete overview!

## Known Issues

Large dataframes (many columns & rows) run slowly with interlacer! This is because
Large dataframes (many columns & rows) run slowly with interlacer. This is because
the current implementation is written entirely in R. There are a few key places
(noted in the source) that would extremely benefit from a native implementation, and
make the library much more snappy. Before I invest the time in that though, I want
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables as character vectors and doing a bunch of string operations
and type conversions to make sense of them.

Interlacer was created based on the insight that values and missing
reasons should be handled as separate *channels* of the same variable.
reasons can be handled as separate *channels* of the same variable.
Interlacer provides functions that load variables from interlaced data
sources into two separate columns: One containing the variable’s values,
the other containing its missing reasons. As it turns out, this
Expand Down Expand Up @@ -120,7 +120,7 @@ check out `vignette("interlacer")` for a more complete overview!

## Known Issues

Large dataframes (many columns & rows) run slowly with interlacer! This
Large dataframes (many columns & rows) run slowly with interlacer. This
is because the current implementation is written entirely in R. There
are a few key places (noted in the source) that would extremely benefit
from a native implementation, and make the library much more snappy.
Expand Down

0 comments on commit 28817fd

Please sign in to comment.