Dears, I'm working in an R package and when I check the package with devtools::check, next note and error are arising to windows and Debian systems:
- checking CRAN incoming feasibility ... NOTE
Maintainer: ‘name and e-mail’
- checking if this is a source package ... ERROR
Only source packages can be checked.
Can someone answer me how can I solve these two problems?
Thank you!