Version 1.3.2 is a bug fix release with the following fixes:
- Fix an issue in the way method names are constructed for S3 imports
More info in NEWS.md
- local Mac OS X (R 4.3.1)
- r-hub
- (Windows Server 2022, R-devel, 64 bit)
- (Ubuntu Linux 20.04.1 LTS, R-release, GCC)
- (Fedora Linux, R-devel, clang, gfortran)
- win-builder (devel R R-4.1.0 and release R-4.0.2)
- GitHub CE (macos, linux and windows)
There were no ERRORs or WARNINGs.
On winbuilder, there were no NOTEs:
On r-hub.io, some platforms raies one or the other of the following notes:
+--- ❯ checking for non-standard things in the check directory ... NOTE Found the following files/directories: ''NULL''
❯ checking for detritus in the temp directory ... NOTE Found the following files/directories: 'lastMiKTeXException' +---
These notes are not reproducible locally or on all platforms, and seem not to affect the output. The check reports no errors related to the PDF version of the manual:
#> * checking PDF version of manual ... [12s] OK
We checked 13 reverse dependencies (12 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
- We saw 0 new problems
- We failed to check 0 packages
The package's functionality may alter the search path, but this is intended and should be clear for the user, as the main functionality is an alternative to using library. For example the call:
import::from(parallel, makeCluster, parLapply)
will make an "imports" entry in the search path and place the imported there.