I think that is standard to have a package_name-package.R file in the R folder of the package. This just contains some roxygen-style comments at the top which then get compiled to do various things across the documentation. For the PoolTestR I've used one to do a bunch of things including put in possible references and description. Now, I can't quite recall exactly why this file is needed, but I think it might be or is at least recommended. Could you look into it please, Fred? I think the resource I'd look at is Hadley's book on R packages
I think that is standard to have a package_name-package.R file in the R folder of the package. This just contains some roxygen-style comments at the top which then get compiled to do various things across the documentation. For the PoolTestR I've used one to do a bunch of things including put in possible references and description. Now, I can't quite recall exactly why this file is needed, but I think it might be or is at least recommended. Could you look into it please, Fred? I think the resource I'd look at is Hadley's book on R packages