2
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 19 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release status is now alpha. -Skeleton routines have been added which implement most all required functionality at some level. -The tikz() device almost passes the plot(1,1) test: * coordinates of text strings show up as nan. * for some reason the results of box() are funky. -Plotting options such as color, character size and line type are currently ignored. -Text handling is very poor- strWidth and metricInfo are not implemented. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Committer: Charles Sharpsteen <[email protected]> # # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: DESCRIPTION # modified: R/tikz.R # new file: README # modified: src/tikzDevice.c # modified: src/tikzDevice.h #
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Release status is now alpha. -Skeleton routines have been added which implement most all required functionality at some level. -The tikz() device almost passes the plot(1,1) test: * coordinates of text strings show up as nan. * for some reason the results of box() are funky. -Plotting options such as color, character size and line type are currently ignored. -Text handling is very poor- strWidth and metricInfo are not implemented. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Committer: Charles Sharpsteen <[email protected]> # # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: DESCRIPTION # modified: R/tikz.R # new file: README # modified: src/tikzDevice.c # modified: src/tikzDevice.h #
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Release status is now alpha. -Skeleton routines have been added which implement most all required functionality at some level. -The tikz() device almost passes the plot(1,1) test: * coordinates of text strings show up as nan. * for some reason the results of box() are funky. -Plotting options such as color, character size and line type are currently ignored. -Text handling is very poor- strWidth and metricInfo are not implemented. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Committer: Charles Sharpsteen <[email protected]> # # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: DESCRIPTION # modified: R/tikz.R # new file: README # modified: src/tikzDevice.c # modified: src/tikzDevice.h #
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Release status is now alpha. -Skeleton routines have been added which implement most all required functionality at some level. -The tikz() device almost passes the plot(1,1) test: * coordinates of text strings show up as nan. * for some reason the results of box() are funky. -Plotting options such as color, character size and line type are currently ignored. -Text handling is very poor- strWidth and metricInfo are not implemented. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Committer: Charles Sharpsteen <[email protected]> # # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: DESCRIPTION # modified: R/tikz.R # new file: README # modified: src/tikzDevice.c # modified: src/tikzDevice.h #
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Major improvements: -The tikzDevice C routine now creates an R Graphics Engine device and registers it with the R environment. -The device may be started by using tikz(file) which opens the specified file and prints the string \begin{tikzpicture} -The device may be close using dev.off() which prints the string \end{tikzpicture} and closes the file. -The graphics functions close, activate and deactivate have been implemented.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
Major improvements: -The tikzDevice C routine now creates an R Graphics Engine device and registers it with the R environment. -The device may be started by using tikz(file) which opens the specified file and prints the string \begin{tikzpicture} -The device may be close using dev.off() which prints the string \end{tikzpicture} and closes the file. -The graphics functions close, activate and deactivate have been implemented.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
-Clarifications to package name. This package will generate a blend of TikZ code and PGF code- function names have been altered to reflect this intention.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
-Clarifications to package name. This package will generate a blend of TikZ code and PGF code- function names have been altered to reflect this intention.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
-Initial commit of the pgfDevice. Current status is Hello world.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago
-Initial commit of the pgfDevice. Current status is Hello world.
Sharpie
as Charles Sharpsteen
More... almost 15 years ago