Skip to content

Commit

Permalink
typo (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette committed Nov 14, 2023
1 parent 01e0062 commit 69c22dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function __init__()
validate_libR(libR)

# Check if R already running
# for some reaons, cglobal((:R_NilValue, libR)) doesn't work on rstudio/linux
# for some reasons, cglobal((:R_NilValue, libR)) doesn't work on rstudio/linux
# https://github.com/Non-Contradiction/JuliaCall/issues/34
Rinited, from_libR = try
unsafe_load(cglobal(:R_NilValue, Ptr{Cvoid})) != C_NULL, false
Expand Down

0 comments on commit 69c22dd

Please sign in to comment.