2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added examples for the standAlone=T and bareBones=T options to tikz(). They're pretty lame- the bareBones example especially, but hey, it leaves room for improvement!
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added examples for the standAlone=T and bareBones=T options to tikz(). They're pretty lame- the bareBones example especially, but hey, it leaves room for improvement!
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Hashing out system for setting header options, not working yet
cameronbracken
as Cameron Bracken
More... almost 15 years ago
Hashing out system for setting header options, not working yet
cameronbracken
as Cameron Bracken
More... almost 15 years ago
- Changed implementation status to beta in preparation for initial public release. Incremented version number to 0.4. Set DEBUG flag to false in tikzDevice.c.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Changed implementation status to beta in preparation for initial public release. Incremented version number to 0.4. Set DEBUG flag to false in tikzDevice.c.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Hah! The problem with Sweave building the vignettes on windows was our bad- we had the setup chunk in the .Rnw file echoing a \usepackage into the header of the .tex file. A static \usepackage{Sweave} has been added and the code that echoed the path has been replaced with code that copies Sweave.sty to the current working directory.
Sharpie
as U-Grendel\sharpie
More... almost 15 years ago
- Hah! The problem with Sweave building the vignettes on windows was our bad- we had the setup chunk in the .Rnw file echoing a \usepackage into the header of the .tex file. A static \usepackage{Sweave} has been added and the code that echoed the path has been replaced with code that copies Sweave.sty to the current working directory.
Sharpie
as U-Grendel\sharpie
More... almost 15 years ago
- Large update to vignette. A good draft of documentation for the tikz() function is well underway. Removed the first title page as there is a it was decided that the second one looked the best. Fleshed out the documentation skeletion for Parts 1 and 2 of the vignette.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Large update to vignette. A good draft of documentation for the tikz() function is well underway. Removed the first title page as there is a it was decided that the second one looked the best. Fleshed out the documentation skeletion for Parts 1 and 2 of the vignette.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Editing tests
cameronbracken
as Cameron Bracken
More... almost 15 years ago
Editing tests
cameronbracken
as Cameron Bracken
More... almost 15 years ago
- Added a package startup message that prints the version. Also unsupressed the results of searching for a LaTeX compiler. This message wasn't being suppressed on Windows anyway (because Windows is special, or so it's mother told it). This way the package behaves the same on all platforms and the message might be useful when asking people to submit bug reports.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added a package startup message that prints the version. Also unsupressed the results of searching for a LaTeX compiler. This message wasn't being suppressed on Windows anyway (because Windows is special, or so it's mother told it). This way the package behaves the same on all platforms and the message might be useful when asking people to submit bug reports.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added a new title page for the vignette- a basic one and a more advanced one that incporates a plot.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added a new title page for the vignette- a basic one and a more advanced one that incporates a plot.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added a new bareBones option which is the exact oposite of standAlone- it causes code to be output without wrapping it in the tikzpicture environment. This will hopefully be useful for embedding R output inside larger TikZ pictures.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added a new bareBones option which is the exact oposite of standAlone- it causes code to be output without wrapping it in the tikzpicture environment. This will hopefully be useful for embedding R output inside larger TikZ pictures.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added code to TikZ_Text that calls SetColor in order to enforce text colors. Added some new tests to analyze this.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added code to TikZ_Text that calls SetColor in order to enforce text colors. Added some new tests to analyze this.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Merge branch 'master' of git://github.com/cameronbracken/rtikzdevice
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Merge branch 'master' of git://github.com/cameronbracken/rtikzdevice
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Merge branch 'Text_Alignment'
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Merge branch 'Text_Alignment'
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added a quick hack for a bug that popped up when cross-checking on Windows and Linux. When TikZ_Clip starts a new scope, previously defined values of fillColor and drawColor become unavailable and pdflatex hangs while processing the file. The hack sets the values of oldFillColor, oldDrawColor and oldLineType to -999 in order to force these values to be re-inserted the next time a draw command occurs.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- Added a quick hack for a bug that popped up when cross-checking on Windows and Linux. When TikZ_Clip starts a new scope, previously defined values of fillColor and drawColor become unavailable and pdflatex hangs while processing the file. The hack sets the values of oldFillColor, oldDrawColor and oldLineType to -999 in order to force these values to be re-inserted the next time a draw command occurs.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- The routines strWidth, metricInfo and text now respect the graphical parameters cex and fontface. This means that R's scaling factors are applied to text size during calculation of metrics and typesetting of output. It also means that if R requests any of the following font faces:
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
- The routines strWidth, metricInfo and text now respect the graphical parameters cex and fontface. This means that R's scaling factors are applied to text size during calculation of metrics and typesetting of output. It also means that if R requests any of the following font faces:
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Suppress version output when package is loaded, also down to 2 warnings in R CMD check, both of which we cannot control
cameronbracken
as Cameron Bracken
More... almost 15 years ago
Suppress version output when package is loaded, also down to 2 warnings in R CMD check, both of which we cannot control
cameronbracken
as Cameron Bracken
More... almost 15 years ago