Commit Graph

58 Commits (6b65075f0d9a3f24a7f5f2a5d21f26edc2f978d3)

Author SHA1 Message Date
Matti Pastell 6b65075f0d Coverage to travis 2014-12-06 19:51:00 +02:00
Matti Pastell 56daf4b4a6 Cairo to travis 2014-12-06 19:34:28 +02:00
Matti Pastell 5f6b80c426 Added Gadfly 2014-12-06 19:28:25 +02:00
Matti Pastell 4953c46f69 Added coverage to .travis.yml 2014-12-06 19:25:27 +02:00
Matti Pastell 8fd8de5a4c Added tests, fix to markdown parsing 2014-12-06 19:16:45 +02:00
Matti Pastell 85bfafb760 Improved markdown reader 2014-12-06 16:40:50 +02:00
Matti Pastell 29d15b00b7 Added markdown example 2014-12-06 00:18:25 +02:00
Matti Pastell 70b2df47aa Implemented markdown reader 2014-12-06 00:17:54 +02:00
Matti Pastell 7d4b94b4e6 Added descriptions to output formats 2014-12-05 23:33:54 +02:00
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