Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export package contents as LangSxp and make them callable in v0.4.x #30

Merged
merged 2 commits into from
Mar 13, 2015
Merged

Conversation

randy3k
Copy link
Member

@randy3k randy3k commented Mar 11, 2015

as title, in v0.4.x, now it is possible to call the functions directly.

julia> @rimport MASS as mass

julia> rcopy(mass.ginv(sexp([1 2;3 4])))
2x2 Array{Float64,2}:
 -2.0   1.0
  1.5  -0.5

dmbates added a commit that referenced this pull request Mar 13, 2015
export package contents as LangSxp and make them callable in v0.4.x
@dmbates dmbates merged commit 246cbdc into JuliaInterop:master Mar 13, 2015
@dmbates
Copy link
Member

dmbates commented Mar 13, 2015

Thanks for creating this and sorry for the delay in looking at the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants