Skip to content

Commit

Permalink
Update onload.R
Browse files Browse the repository at this point in the history
  • Loading branch information
meztez authored Dec 11, 2023
1 parent 73cd6a6 commit f425b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/onload.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.onLoad <- function(libname, pkgname) {
# On Windows, we might have an embedded SLL root cert file.
# On Windows, we might have an embedded SSL root cert file.
# Externally env var, set by the user, takes priority.
if (.Platform$OS.type == "windows") {
pem <- system.file(package = .packageName, "roots.pem")
Expand Down

0 comments on commit f425b43

Please sign in to comment.