-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjulia.pkg
34 lines (34 loc) · 1.09 KB
/
julia.pkg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
d 'julia.ado': package to link Stata to Julia
d
d This package interfaces to the free programming language
d Julia. It provides three connections: 1) A "jl:" prefix
d command that lets you send single-line commands from the
d Stata prompt to Julia and see the results. 2) Subcommands
d such as PutVarsToDF for high-speed copying of data between
d Julia and Stata. 3) Julia functions for reading and writing
d Stata variables, macros, matrices, and scalars. It runs
d in 64-bit Windows, Linux, or macOS with an Intel or ARM CPU.
d On Intel Macs, it may require at least macOS 11 (Big Sur) or
d 12 (Monterey) to run reliably.
d
d KW: Julia
d KW: plugins
d
d Requires: Stata version 14.1 and Julia 1.11.1
d
d Distribution-Date: 20241108
d
d Author: David Roodman
d Support: email david@@davidroodman.com
d
f jl.ado
f _jl.ado
f jl.sthlp
F stataplugininterface.jl
G WIN64 jl.pluginWIN64.dll jl.plugin
G MACARM64 jl.pluginMACARM64 jl.plugin
G OSX.ARM64 jl.pluginMACARM64 jl.plugin
G MACINTEL64 jl.pluginMACINTEL64 jl.plugin
G OSX.X8664 jl.pluginMACINTEL64 jl.plugin
G LINUX64 jl.pluginLINUX64 jl.plugin
h jl.plugin