The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

News

0.1.0

Our first CRAN submission! This v0.1.0 release includes the following new features and updates:

License:

Breaking changes:

New features:

Bug fixes:

Internals:

0.0.5

IMPORTANT BREAKING CHANGE:

The package has been renamed to tinyplot. (#22 9)

This package renaming also incorporates the following function changes:

So, where you used to write…

library(plot2)
plot2(Sepal.Length ~ Petal.Length | Species, iris)

… you should now write:

library(tinyplot)
tinyplot(Sepal.Length ~ Petal.Length | Species, iris)

# Or, use the equivalent shorthand `plt` alias
plt(Sepal.Length ~ Petal.Length | Species, iris)

The package URLs have been updated accordingly:

Many thanks to everyone who provided thoughtful feedback about this prospective name change, especially @zeileis and @vincentarelbundock for kicking off the discussion, as well as the 100+ participants who voted in the social media poll.

For more details about the rational underlying this renaming decision, please see the following GitHub comment, as well as the discussion that preceded it: https://github.com/grantmcdermott/plot2/issues/22#issuecomment-1928472754

0.0.4

Website:

We now have a dedicated website! (#80 @vincentarelbundock)

New features:

Bug fixes:

0.0.3

Breaking changes:

New features:

Bug fixes:

0.0.2

Breaking changes:

New features:

Bug fixes:

Internals:

Project:

0.0.1

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.