Skip to content

Commit

Permalink
linting?
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Dec 6, 2023
1 parent 67585d0 commit 4110d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion r/datascience/Aptfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ libharfbuzz-dev
libssl-dev
libxml2-dev
unixodbc
unixodbc-dev
unixodbc-dev
4 changes: 2 additions & 2 deletions r/datascience/install_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ for (pkg in packages) {
} else {
message(paste("✅ Package", pkg, "installed successfully."))
}
},
},
error = function(e) {
# Handle errors: print error message
stop(paste("🔥 Error installing package", pkg, ":", e$message))
}
)
}
}

0 comments on commit 4110d98

Please sign in to comment.