- Updated tikz.Rd |
|
More...
|
over 15 years ago
|
- Updated tikz.Rd |
|
More...
|
over 15 years ago
|
- Bumped version number in vignette. |
|
More...
|
over 15 years ago
|
- Bumped version number in vignette. |
|
More...
|
over 15 years ago
|
- Bumped version number in vignette. |
|
More...
|
over 15 years ago
|
- Bumped version number in vignette. |
|
More...
|
over 15 years ago
|
Merge branch 'master' of git://github.com/cameronbracken/rtikzdevice into fontsize |
|
More...
|
over 15 years ago
|
Merge branch 'master' of git://github.com/cameronbracken/rtikzdevice into fontsize |
|
More...
|
over 15 years ago
|
- Added a test that uses fancy ggplot axis commands. |
|
More...
|
over 15 years ago
|
- Added a test that uses fancy ggplot axis commands. |
|
More...
|
over 15 years ago
|
Fix stack imbalance error, issue #3 |
|
More...
|
over 15 years ago
|
Fix stack imbalance error, issue #3 |
|
More...
|
over 15 years ago
|
Added callback to R to get version number in C code. |
|
More...
|
over 15 years ago
|
Added callback to R to get version number in C code. |
|
More...
|
over 15 years ago
|
Fixed compilation warnings about discarding qualifiers by creating a copy of sanitized strings and returning that |
|
More...
|
over 15 years ago
|
Fixed compilation warnings about discarding qualifiers by creating a copy of sanitized strings and returning that |
|
More...
|
over 15 years ago
|
Merge branch 'fontsize' of github.com:Sharpie/RTikZDevice |
|
More...
|
over 15 years ago
|
Merge branch 'fontsize' of github.com:Sharpie/RTikZDevice |
|
More...
|
over 15 years ago
|
New tikz() option "sanitize" for replacing special LaTeX characters with the literal versions. The special characters may be set through the `tikzSanitizeCharacters' option which corresponds to the `tikzReplacementCharacters' option. The defaults are `%', `$', `{', `}' and `^'. |
|
More...
|
over 15 years ago
|
New tikz() option "sanitize" for replacing special LaTeX characters with the literal versions. The special characters may be set through the `tikzSanitizeCharacters' option which corresponds to the `tikzReplacementCharacters' option. The defaults are `%', `$', `{', `}' and `^'. |
|
More...
|
over 15 years ago
|
Working on setting up string sanitization, standalone headers do not print in file output |
|
More...
|
over 15 years ago
|
Working on setting up string sanitization, standalone headers do not print in file output |
|
More...
|
over 15 years ago
|
Merge branch 'master' of github.com:cameronbracken/rtikzdevice into sanitize-strings |
|
More...
|
over 15 years ago
|
Merge branch 'master' of github.com:cameronbracken/rtikzdevice into sanitize-strings |
|
More...
|
over 15 years ago
|
Merge branch 'master' into fontsize |
|
More...
|
over 15 years ago
|
Merge branch 'master' into fontsize |
|
More...
|
over 15 years ago
|
- Renamed tikzUtils.R to deviceUtils.R to emphasize the device-oriented nature of these functions. They do not actually produce any TikZ code, they just help the device execute. |
|
More...
|
over 15 years ago
|
- Renamed tikzUtils.R to deviceUtils.R to emphasize the device-oriented nature of these functions. They do not actually produce any TikZ code, they just help the device execute. |
|
More...
|
over 15 years ago
|
- Revised some comments in tikzDevice.c to reflect current implementation status. - Added a C function Print_TikZ_Header. This is called by TikZ_Open to print the comment header that appears at the top of each output file. It currently prints the version number of tikzDevice along with the time at which the file was created. - Added tikzUtils.R which contains a function for formatting the date stamp for Print_TikZ_Header. |
|
More...
|
over 15 years ago
|
- Revised some comments in tikzDevice.c to reflect current implementation status. - Added a C function Print_TikZ_Header. This is called by TikZ_Open to print the comment header that appears at the top of each output file. It currently prints the version number of tikzDevice along with the time at which the file was created. - Added tikzUtils.R which contains a function for formatting the date stamp for Print_TikZ_Header. |
|
More...
|
over 15 years ago
|