microsoft / sqlmlutils

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

Update CRAN repo to latest, fix one test using removed CRAN packages, ignore another #113

Closed seantleonard closed 4 months ago

seantleonard commented 4 months ago

Why This Change?

  1. CRAN repo used (MRAN) is deprecated. Shouldn't be used.
  2. In tests -> package Assertive.Base is no longer on CRAN
  3. In tests -> package iptools is no longer on CRAN

What is this change

  1. MRAN is deprecated. Updated repo to https://cloud.r-project.org/ per https://cran.r-project.org/mirrors.html
  2. Change package to abc.data since it has a special character, a requirement of the test it is used in.
  3. Ignore test for now because no immediate solution is known. Tracked via: #114