File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if Rhome == ""
5656 __precompile__ (false )
5757end
5858
59- include (" versioninfo .jl" )
59+ include (" debuginfo .jl" )
6060include (" types.jl" )
6161include (" Const.jl" )
6262include (" methods.jl" )
Original file line number Diff line number Diff line change 22Print some useful information about the current RCall.jl setup.
33If `all` is false, only RCall.jl information is printed, otherwise
44information about your Julia and R setup is printed as well.
5+ This function is intended to be used in the Julia REPL only.
56"""
6- function versioninfo (; all= true )
7+ function debuginfo (; all= true )
8+ if all && ! isdefined (Main, :versioninfo )
9+ error (" This function is intended to be used in the Julia REPL only." )
10+ end
711 if all
812 println (" RCall.jl information:" )
913 end
You can’t perform that action at this time.
0 commit comments