2
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 22 hours ago.
Aug 27, 2024 — Aug 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Updated tikz.Rd
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
- Updated tikz.Rd
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
- Bumped version number in vignette.
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
- Bumped version number in vignette.
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
- Bumped version number in vignette.
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
- Bumped version number in vignette.
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
Merge branch 'master' of git://github.com/cameronbracken/rtikzdevice into fontsize
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
Merge branch 'master' of git://github.com/cameronbracken/rtikzdevice into fontsize
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
- Added a test that uses fancy ggplot axis commands.
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
- Added a test that uses fancy ggplot axis commands.
Sharpie
as Charlie Sharpsteen
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
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
Merge branch 'master' into fontsize
Sharpie
as Charlie Sharpsteen
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.
Sharpie
as Charlie Sharpsteen
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.
Sharpie
as Charlie Sharpsteen
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.
Sharpie
as Charlie Sharpsteen
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.
Sharpie
as Charlie Sharpsteen
More... over 15 years ago