sckott / mutant

mutation testing for R
https://sckott.github.io/mutant/
Other
16 stars 2 forks source link

`R CMD check` fails to find `pkgapi` in R 4.0 #13

Closed devarops closed 4 years ago

devarops commented 4 years ago

In this workflow, R CMD check fails to find pkgapi

R CMD check 
* using R version 4.0.0 (2020-04-24)
##[error]Package suggested but not available: ‘pkgapi’
devarops commented 4 years ago

I'm adding this as an issue just to keep it visible.

sckott commented 4 years ago

not sure why that's the case

devarops commented 4 years ago

It's solved. I don't now how it fixed itself.