Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLatest commit
* Fix incorrect function
On RCall v0.13.8 if `]build RCall` is run a second time it can fail:
```
(@v1.5) pkg> build RCall
Building Conda → `~/.julia/packages/Conda/3rPhK/deps/build.log`
Building RCall → `~/.julia/packages/RCall/Xq1xc/deps/build.log`
┌ Error: Error building `RCall`:
│ ERROR: LoadError: MethodError: no method matching hasfield(::Module, ::Symbol)
│ Closest candidates are:
│ hasfield(!Matched::Type{T}, ::Symbol) where T at reflection.jl:187
│ Stacktrace:
│ [1] top-level scope at /Users/jack/.julia/packages/RCall/Xq1xc/deps/build.jl:22
│ [2] include(::String) at ./client.jl:457
│ [3] top-level scope at none:5
│ in expression starting at /Users/jack/.julia/packages/RCall/Xq1xc/deps/build.jl:11
└ @ Pkg.Operations /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Operations.jl:949
```
* Bump to 0.13.9
