Once #1 and #2 are done (maybe they are already done, I haven't checked all todos), we should aim to push this to CRAN. From my experience, any tests make it rather harder to pass CRAN checks, so I probably wouldn't bother finishing #3 just now. So what's left to do is:
[x] resolve note about the regexs data. I think it would make more sense to have the regular expressions as internal data anyway, but I wasn't aware that option existed at the time
[x] we should take another stab at pre-computing the vignettes (see this) otherwise cran tests will get mad
[x] CRAN has a weird policy that tests are not allowed to leave behind any files outside the package directory, except in tempdir. This includes rendering the examples, readme and vignettes. We need to check if anything produces a file (auth() does for sure).
Once #1 and #2 are done (maybe they are already done, I haven't checked all todos), we should aim to push this to CRAN. From my experience, any tests make it rather harder to pass CRAN checks, so I probably wouldn't bother finishing #3 just now. So what's left to do is:
regexs
data. I think it would make more sense to have the regular expressions as internal data anyway, but I wasn't aware that option existed at the timeauth()
does for sure).Anything else?