Commit Graph

949 Commits (master)

Author SHA1 Message Date
Matti Pastell 4a3cad3118 Added rst format, closes #14 2014-12-05 23:13:44 +02:00
Matti Pastell 99d7a5ebb7 Updated Readme 2014-12-05 18:58:15 +02:00
Matti Pastell e6c7d5b59d Formatting 2014-12-05 12:59:05 +02:00
Matti Pastell b73137bd12 Fixed figures inside term chunks 2014-12-05 11:28:55 +02:00
Matti Pastell 63935ccf87 Added github markdown to formats, changed fig size defaults 2014-12-05 10:37:02 +02:00
Matti Pastell 7239424432 Removed broken dpi option from Gadfly 2014-12-05 09:34:08 +02:00
Matti Pastell b9bf5a4b62 Update examples and Readme 2014-12-04 22:10:24 +02:00
Matti Pastell e20025315d Changed chunk options to follow Knitr's naming
* Implemented dpi and fig_witdth and fig_height for Gadfly and Winston
2014-12-04 21:54:56 +02:00
Matti Pastell 60b29e751e Improved resolution for Winston figures 2014-12-04 18:01:49 +02:00
Matti Pastell c4ab398ac3 Fixes to Winston support 2014-12-04 17:54:56 +02:00
Matti Pastell 2b83abd264 Improvements to Winston support 2014-12-04 16:14:07 +02:00
Matti Pastell ce1b97ca1d Update README 2014-12-04 15:33:24 +02:00
Matti Pastell 8ce6840c1b Fixed a few deprecation warnings 2014-12-04 00:01:38 +02:00
Matti Pastell 3830ef9e54 Initial Gadfly support 2014-12-03 23:34:29 +02:00
Matti Pastell 6c540a4cec Working on Gadfly support 2014-12-03 15:41:53 +02:00
Matti Pastell f56ad978d6 Added sandbox for running code, fixes scoping problems 2014-12-03 09:21:56 +02:00
Matti Pastell d65cd9dfe5 Merge pull request #12 from dmbates/master
Use a thunk to cause outfile to be closed
2014-12-02 20:55:59 +02:00
Douglas Bates 009c8baee4 Use a thunk to cause outfile to be closed 2014-12-02 12:42:12 -06:00
Matti Pastell 12a31c7396 Added texminted format 2014-12-02 17:22:33 +02:00
Matti Pastell 830e1d0bcb Update readme 2014-12-02 16:59:26 +02:00
Matti Pastell 706ab8f72f Implemented formatting in Julia, removed PyCall depency 2014-12-02 16:57:00 +02:00
Matti Pastell f993537ba5 Notes about Winston 2014-12-02 11:07:10 +02:00
Matti Pastell a12773af60 Updated Readme 2014-12-02 10:55:32 +02:00
Matti Pastell e02a64ce0a Update .gitignore 2014-12-02 10:23:42 +02:00
Matti Pastell 7f289d8f21 Merge pull request #9 from dmbates/master
Parse the chunk options as a set of Julia expressions and store options ...
2014-12-02 10:16:07 +02:00
Douglas Bates 5daa95287d Parse the chunk options as a set of Julia expressions and store options in a Dict{Symbol,Any} 2014-12-01 16:58:12 -06:00
Matti Pastell f0ac1189d7 Merge pull request #8 from dmbates/master
Memory map the document file as an array of bytes then split.
2014-12-01 23:21:28 +02:00
Douglas Bates b67b20eb15 Memory map the document file as an array of bytes then split. 2014-12-01 15:16:51 -06:00
Matti Pastell dbc0a08fe1 formatting fix 2014-12-01 23:06:57 +02:00
Matti Pastell 5d95c806d5 Merge branch 'master' of https://github.com/dmbates/JuliaReport.jl
Conflicts:
	REQUIRE
	src/config.jl
	src/readers.jl
2014-12-01 22:58:26 +02:00
Matti Pastell bd4af9c326 Fixes to Winston support 2014-12-01 22:41:12 +02:00
Matti Pastell 00f45832b3 Initial support for Winston plots 2014-12-01 21:23:35 +02:00
Douglas Bates ba98eb4a62 Use @compat for new Dict syntax 2014-12-01 12:31:44 -06:00
Matti Pastell b6aa8289de Added .gitignore 2014-11-27 13:41:59 +02:00
Matti Pastell 13458bf001 Exception handling for invalid chunk options 2014-11-27 13:09:42 +02:00
Matti Pastell 1c2ae8b33b Readme typo 2014-11-27 11:53:56 +02:00
Matti Pastell 6f54ccfeff Fixed readme formatting 2014-11-27 11:53:13 +02:00
Matti Pastell 550008d910 Made rcParams const 2014-11-27 11:51:21 +02:00
Matti Pastell 0c34c3d085 Updated Readme 2014-11-27 11:07:44 +02:00
Matti Pastell e5187af15f Implemented noweb reader in Julia
Causes changes to chunk option formatting. Updated sample accordingly.
2014-11-26 23:29:25 +02:00
Matti Pastell 6780641e11 Merge pull request #5 from dmbates/master
Change example to use Pkg.dir
2014-11-26 08:37:37 +02:00
Douglas Bates 2038ac4086 Change example to use Pkg.dir 2014-11-25 15:04:52 -06:00
Matti Pastell fd1579abb7 Merge pull request #1 from dmbates/master
Add a requirement of the PyPlot package (which, in turn, requires PyCall)
2014-11-25 19:59:40 +00:00
Douglas Bates 30d7956262 Add a requirement of the PyPlot package (which, in turn, requires PyCall). 2014-11-25 10:02:17 -06:00
Matti Pastell e39d1ec2f7 Updated readme 2014-11-25 10:17:12 +00:00
Matti Pastell ddac2175a3 Added pdf of sample for reference 2014-11-24 23:23:57 +00:00
Matti Pastell 2d58c8eb61 First version 2014-11-24 23:10:48 +00:00
Matti Pastell bcff343feb JuliaReport.jl generated files.
license:  MIT
    authors:  Matti Pastell
    years:    2014
    user:     mpastell

Julia Version 0.3.2 [21d5433*]
2014-11-25 00:08:25 +02:00
Matti Pastell 037174cbc8 initial empty commit 2014-11-25 00:08:25 +02:00