Skip to content

Commit

Permalink
Only precompile when Rhome is set
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Aug 14, 2023
1 parent 2ed4c5f commit dc6a135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RCall.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ else
end
end

__precompile__(Rhome != "")

include("types.jl")
include("Const.jl")
include("methods.jl")
Expand Down

0 comments on commit dc6a135

Please sign in to comment.