Re: [R] R CMD BUILD converting data file format?

2022-01-28 Thread Carl Witthoft
Never mind; I had a brain cramp and confused the value returned from data() with the actions taken. My data objects were properly loaded into my environment. Apologies to this list. Carl On 1/28/22 3:23 PM, Jeff Newmiller wrote: I am not aware of R files being converted to rda... I

[R] R CMD BUILD converting data file format?

2022-01-28 Thread Carl Witthoft
When I run the shell command R CMD BUILD mypackage the builder converts *.R files to *.rda data files. This seems to conflict with the information in R-Exts which says a package's /data directory can contain foo.R files which the function data() will call source() to execute. In my case,