Somehow a 'CF.mb' file was unintentinally created. My best guess is that I made a typo. I created a 'monster.' I don't want it in my package because it does not belong there. I cannot get rid of it.
Rstudio looks for it, whether or not the CF.mb' file resides in my package or not. When I execute a CLEAN and REBUILD or run 'Knit,' I receive the following:
==> devtools::document(roclets=c('rd', 'collate', 'namespace', 'vignette'))
Updating CF documentation
Loading CF
Warning: The existing 'NAMESPACE' file was not generated by roxygen2, and will not be overwritten.
Updating vignettes
Documentation completed
==> R CMD INSTALL --preclean --no-multiarch --with-keep.source CF
Error: object 'CF.mb' not found
Execution halted
Exited with status 1.
Strangely, all the functions in my 'CF' package execute properly. Let me clarify the situation. When I first discovered the problem, I could not the 'CF.mb' file on my computer. I made an empty 'CF.mb' file to see if it would resolve the problem. It does not. I get the same 'Execution error'.
I suspect that is a devtools function dealing with INSTALL can fix the problem. I am a novice Rstudio user and cannot find an answer.
Help will be greatly appreciated.
Thanks,
Paul