cran-comments.md

R CMD check results

There were no ERRORs or WARNINGs.

There was 1 NOTE associated with a URL that was flagged as invalid.

  Maintainer: 'Clay Morrow <morrowcj@outlook.com>'

  New submission

  Found the following (possibly) invalid URLs:
    URL: https://support.posit.co/hc/en-us/articles/200486498-Package-Development-Prerequisites
      From: README.md
      Status: 403
      Message: Forbidden

I checked the URL (on 2023-08-30), which is in the README file, and it works properly.

Test Environments

This version of the package was tested on 2023-08-23, using check-r-package GitHub Action from the r-lib repository, with the following call to rcmdcheck:

rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "error", check_dir = "check")

Checks were conducted on the following systems, using :

Additionally, the package was checked on the development version of R for Windows (on 2023-08-30) with devtools::check_win_devel() and the same results as above were returned.

Downstream dependencies

There are currently no downstream dependencies for this package.

Other Comments

Updates after intitial submission

After initial submission, I received correspondence from Benjamin Altmann at CRAN. In response to the requested changes I have:

Second update:

Next, it appears that the examples for partGLS ran on CRAN's check system using more than 2 cores. We were unable to replicate these results on any of our test machines ((user + system) / elapsed < 2.5 for all test cases) . But, to be safe we have removed the examples that use multiple cores (ncores=2) and have set the default condition to use 1 core instead of the C++ compiler's default (for operations using Eigen). Hopefully this fixes the issue.



morrowcj/remotePARTS documentation built on Sept. 17, 2023, 5:42 p.m.