2
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/cameronbracken/rtikzdevice
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
Merge branch 'master' of git://github.com/cameronbracken/rtikzdevice
Sharpie
as Charlie Sharpsteen
More... over 15 years ago
Print output to console if filename is empty (''). Also incorporated changes to test suite for windows from Gabor Grothendieck. More... over 15 years ago
Print output to console if filename is empty (''). Also incorporated changes to test suite for windows from Gabor Grothendieck. More... over 15 years ago
New tikz() option "console" for dumping output directly to the R console. This is useful for embedding the tikz code in a latex document. More... over 15 years ago
New tikz() option "console" for dumping output directly to the R console. This is useful for embedding the tikz code in a latex document. More... over 15 years ago
Fix for errant % signs in text labels, this fixes errors in producing plots but everything after the % sign in the string will dissappear. Long term fix will be to introduce a "sanitizeString" option. More... over 15 years ago
Fix for errant % signs in text labels, this fixes errors in producing plots but everything after the % sign in the string will dissappear. Long term fix will be to introduce a "sanitizeString" option. More... over 15 years ago
- Realized that the device description structure allready has a perfect place to store the base font size-- the startps parameter. Removed baseSize from the tikzDevDesc and rebased everything on startps.
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
- Realized that the device description structure allready has a perfect place to store the base font size-- the startps parameter. Removed baseSize from the tikzDevDesc and rebased everything on startps.
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
- Implemented C-level support for the fontsize parameter-- which is used extensively by Grid graphics. Basically the device is set up with a "base font size" which should match that used in the LaTeX document. I.E. \documentclass[12pt]{memoir} corresponds to a base font size of 12 pt.
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
- Implemented C-level support for the fontsize parameter-- which is used extensively by Grid graphics. Basically the device is set up with a "base font size" which should match that used in the LaTeX document. I.E. \documentclass[12pt]{memoir} corresponds to a base font size of 12 pt.
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
Raise version number for CRAN More... almost 16 years ago
Raise version number for CRAN More... almost 16 years ago
- Added a new annotation command- tikzCoord( x, y, name ) this command places a TikZ Coordinate with name "name" at the location specified by x and y. x and y are coerced to device corrdinates through the grconvert functions.
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
- Added a new annotation command- tikzCoord( x, y, name ) this command places a TikZ Coordinate with name "name" at the location specified by x and y. x and y are coerced to device corrdinates through the grconvert functions.
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
Merge branch 'beta' of git://github.com/cameronbracken/rtikzdevice into beta
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
Merge branch 'beta' of git://github.com/cameronbracken/rtikzdevice into beta
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
Fix bad commit of DESCRIPTION file More... almost 16 years ago
Fix bad commit of DESCRIPTION file More... almost 16 years ago
Fix DESCRIPTION file More... almost 16 years ago
Fix DESCRIPTION file More... almost 16 years ago
Fix colon in DESCRIPTION file More... almost 16 years ago
Fix colon in DESCRIPTION file More... almost 16 years ago
- Edited the Vignette a little-- fixed some misspellings. Reworded some awkward sentences.
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
- Edited the Vignette a little-- fixed some misspellings. Reworded some awkward sentences.
Sharpie
as Charlie Sharpsteen
More... almost 16 years ago
Final fixes for CRAN Conflicts: DESCRIPTION R/zzz.R README inst/doc/tikzDevice.pdf man/tikz.Rd More... almost 16 years ago
Final fixes for CRAN Conflicts: DESCRIPTION R/zzz.R README inst/doc/tikzDevice.pdf man/tikz.Rd More... almost 16 years ago
Fixed incorrect number of backslashes in tikz.Rd More... almost 16 years ago
Fixed incorrect number of backslashes in tikz.Rd More... almost 16 years ago