Open johnrharley opened 3 years ago
Lovely write up. It looks like you fixed a bug in the repo on line 346
for (i in seq_len(n_frames)) {
On the website it is still written as
for (i in seq_len(frames)) {
Which throws up an error. Thanks for putting this together!
Lovely write up. It looks like you fixed a bug in the repo on line 346
for (i in seq_len(n_frames)) {
On the website it is still written as
for (i in seq_len(frames)) {
Which throws up an error. Thanks for putting this together!