bcallaway11 / did

Difference in Differences with Multiple Periods, website: https://bcallaway11.github.io/did
288 stars 92 forks source link

Package "did" requires the latest version of another package "stringi" #128

Closed zianhoo closed 2 years ago

zianhoo commented 2 years ago

It seems that the package "did" requires the latest version of another package "stringi". If R has an existing older version of this package, the "did" package will not run and the following error message will appear:

Error: package or namespace load failed for ‘did’: package ‘stringi’ was installed before R 4.0.0: please re-install it

bcallaway11 commented 2 years ago

We don't actually import stringi, so it must be downstream from one of the packages that we do import. I'm not sure if there is anything we can actually do here. Perhaps you could try running update.packages() in order to move to the newer version of the stringi package.