Skip to content

Instantly share code, notes, and snippets.

View tbreloff's full-sized avatar

Tom Breloff tbreloff

View GitHub Profile
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.5.1-pre+2 (2016-09-20 03:34 UTC)
_/ |\__'_|_|_|\__'_| | Commit f0d40ec (28 days old release-0.5)
|__/ | x86_64-apple-darwin15.6.0
julia> using MetaPkg
julia> for pkg in ("ApproxFun","AverageShiftedHistograms","ControlSystems","DifferentialEquations","EEG","ExperimentalAnalysis","ImplicitEquations","Robotlib","SymPy")
Pkg.add(pkg)
Pkg.test(pkg)
end
INFO: Cloning cache of ApproxFun from git://github.com/ApproxFun/ApproxFun.jl.git
INFO: Cloning cache of FastGaussQuadrature from git://github.com/ajt60gaibb/FastGaussQuadrature.jl.git
INFO: Installing ApproxFun v0.1.0
INFO: Installing FastGaussQuadrature v0.0.3
INFO: Building Plots
INFO: Package database updated