Version 1.1-51 -------------- * 2024 Mar 07 * Discussion on r-package-devel@r-project.org asked me to revert the items listed under 2024 Mar 06, and replace them with the items discussed under 2024 Mar 07 * This set of repairs is still in response to changes in `R CMD check` on or about 2024 Jan 22: 1. NAMESPACE now uses exportPattern("^[^\\.]") instead of exportPattern(".") 2. file R/globals.R is restored to its previous active contents. Both references to '.__global__' are removed. Unnecessary comments are removed. 3. file man/global.Rd is no longer needed, hence removed. * on CRAN 2024 Mar 07 Version 1.1-50 -------------- * 2024 Mar 06 * repairs needed in response to changes in `R CMD check` on or about 2024 Jan 22: 1. Global variable '.__global__', which is generated by the `globalVariables()` function, must now be documented as a variable. 2. I included the variable '.__global__' inside the function call `globalVariables('.__global__')`. 3. The documentation of '.__global__' must be in a file that has a name that is not rejected by `R CMD build`. Specifically, the filename man/.__global__.Rd is rejected. The name man/global.Rd is not rejected. 4. The name '.__global__' must be used in the code. I used it in a meaningless way in the file R/globals.R, the file that contains the call to globalVariables(). * on CRAN 2024 Mar 06