2
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 16 hours ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing warnings from R CMD check, still 9 more, some of which may not be able to be fixed
cameronbracken
as Cameron Bracken
More... about 16 years ago
Fixing warnings from R CMD check, still 9 more, some of which may not be able to be fixed
cameronbracken
as Cameron Bracken
More... about 16 years ago
- Spent a lot of time trying to integrate Paul Murrell's graphicsQC package into our test suite which does comparisons between plots. Unfortunately, it never produced any usefull output. However, I did take one good idea from it. Comparison plots are now produced using pdf() after tikz() is done plotting. The two plots are then compared for differences using the ImageMagick tool compare. A new file is now produced called compares.pdf that shows the tikz plot, followed by the pdf plot followed by the ImageMagick compare for each test.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Spent a lot of time trying to integrate Paul Murrell's graphicsQC package into our test suite which does comparisons between plots. Unfortunately, it never produced any usefull output. However, I did take one good idea from it. Comparison plots are now produced using pdf() after tikz() is done plotting. The two plots are then compared for differences using the ImageMagick tool compare. A new file is now produced called compares.pdf that shows the tikz plot, followed by the pdf plot followed by the ImageMagick compare for each test.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
Beginning vignette
cameronbracken
as Cameron Bracken
More... about 16 years ago
Beginning vignette
cameronbracken
as Cameron Bracken
More... about 16 years ago
- Mainly a cleanup/tweak commit.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Mainly a cleanup/tweak commit.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
Rename Rd file
cameronbracken
as Cameron Bracken
More... about 16 years ago
Rename Rd file
cameronbracken
as Cameron Bracken
More... about 16 years ago
Merge branch 'Text_Alignment' of git://github.com/Sharpie/RTikZDevice into doc
cameronbracken
as Cameron Bracken
More... about 16 years ago
Merge branch 'Text_Alignment' of git://github.com/Sharpie/RTikZDevice into doc
cameronbracken
as Cameron Bracken
More... about 16 years ago
Merge branch 'master' of git://github.com/Sharpie/RTikZDevice into doc
cameronbracken
as Cameron Bracken
More... about 16 years ago
Merge branch 'master' of git://github.com/Sharpie/RTikZDevice into doc
cameronbracken
as Cameron Bracken
More... about 16 years ago
- Implemented metric caching for the new character metrics routines. As a result latexParseCharForMetrics is no longer exported from the namespace- the public interface is now getLatexCharMetrics which performs a similar role to getLatexStrWidth in relation to querying the metrics dictionary and calling LaTeX.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Implemented metric caching for the new character metrics routines. As a result latexParseCharForMetrics is no longer exported from the namespace- the public interface is now getLatexCharMetrics which performs a similar role to getLatexStrWidth in relation to querying the metrics dictionary and calling LaTeX.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
Package docs
cameronbracken
as Cameron Bracken
More... about 16 years ago
Package docs
cameronbracken
as Cameron Bracken
More... about 16 years ago
- Started R-level package documentation.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Started R-level package documentation.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
Merge branch 'Text_Alignment' of git://github.com/Sharpie/RTikZDevice into string-width
cameronbracken
as Cameron Bracken
More... about 16 years ago
Merge branch 'Text_Alignment' of git://github.com/Sharpie/RTikZDevice into string-width
cameronbracken
as Cameron Bracken
More... about 16 years ago
- Added R callbacks to TikZ_Metric info in order to enable it to call out for LaTeX font metrics. And just like that, Legend labels are perfectly centered!
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Added R callbacks to TikZ_Metric info in order to enable it to call out for LaTeX font metrics. And just like that, Legend labels are perfectly centered!
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Added a new function for obtaining character metrics from LaTeX by leveraging the properties of TikZ nodes. Characters are accessed by ASCII symbol code in the T1 encoding.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Added a new function for obtaining character metrics from LaTeX by leveraging the properties of TikZ nodes. Characters are accessed by ASCII symbol code in the T1 encoding.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Loaded the device on Windows and Linux to see if anything got broken by recent changes. Since everything still appears to work, I will merge with the master branch.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- Loaded the device on Windows and Linux to see if anything got broken by recent changes. Since everything still appears to work, I will merge with the master branch.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- zzz.R now performs a check to ensure filehash is available.
Sharpie
as Charles Sharpsteen
More... about 16 years ago
- zzz.R now performs a check to ensure filehash is available.
Sharpie
as Charles Sharpsteen
More... about 16 years ago