Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1020 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 1020 Bytes

AddToField

Julia macros to easily construct named tuples and set properties of mutable structures.

Installation

AddToField.jl can be installed via the Julia package manager. Run either of the following to install:

julia> import Pkg; Pkg.add("AddToField")

or via the Pkg REPL mode (enter by typing ] at the REPL console)

] add AddToField

Documentation

Package Maintenance

Pull requests are welcome. Pull requests should include updated tests. If functionality is changed, docstrings should be added or updated. Generally, follow the guidelines in DataFrames.