microsoft / sqlmlutils

Utility functions for easier usage of SQL Server Machine Learning Services
Other
32 stars 33 forks source link

`iptools` no longer on CRAN, breaks test.sqlPackage.dependencies.R test #114

Open seantleonard opened 2 months ago

seantleonard commented 2 months ago

Test "Binary Package install with LinkingTo dependency" now fails since iptools is no longer on CRAN.

A special download process looks to be required to get this working which doesn't look to be possible with SQLMLUtils at this time. Essentially, need to use devtools(<install>), however, that isn't built into sqlmlutils.

Package ‘iptools’ was removed from the CRAN repository.

Formerly available versions can be obtained from the archive.

Archived on 2023-02-20 as issues were not corrected in time.

A summary of the most recent check results can be obtained from the check results archive.

Please use the canonical form https://cran.r-project.org/package=iptools to link to this page.