sqlmlutils icon indicating copy to clipboard operation
sqlmlutils copied to clipboard

Utility functions for easier usage of SQL Server Machine Learning Services

Results 15 sqlmlutils issues
Sort by recently updated
recently updated
newest added

Running sqlmlutils 0.7.1 in R against a SQL Server 2019 RC1 machine. # Reproduction Steps Running a sample package call: sql_install.packages(connectionString = ad_connection, pkgs = "data.table", scope = "PUBLIC", verbose...

Installing an existing package using sqlmlutils, for example "lattice", would lead to error complaining 1:nrow(dependentPackages) argument is of length zero

Primary warning message: `Skipping base packages (lattice)` TODO: identify why warning appears and mitigate to clean test log. > ── Warning ('test.sqlPackage.dependencies.R:148:9'): Installing a package that is already in use...

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...

Update to reflect current workflow