Info2: <<

Package: cran-ggplot2-r%type_pkg[rversion]
Type: rversion (4.1 4.0 3.6)
Version: 3.5.1
Revision: 1
Description: Implementation of the Grammar of Graphics
Homepage: https://cran.r-project.org/package=ggplot2
License: BSD
Maintainer: None <fink-devel@lists.sourceforge.net>
Source: mirror:custom:ggplot2_%v.tar.gz
Source-Checksum: SHA256(7c58b424f99b3634038e6f6d1fe4b0241b8aecb50e9c50466d5590f7e3144721)
SourceDirectory: ggplot2
CustomMirror: <<
	Primary: https://cran.r-project.org/src/contrib
	Secondary: https://cran.r-project.org/src/contrib/00Archive/ggplot2
<<
Depends: <<
	r-base%type_pkg[rversion],
	cran-digest-r%type_pkg[rversion],
	cran-glue-r%type_pkg[rversion],
	cran-gtable-r%type_pkg[rversion] (>= 0.1.1-1),
	cran-isoband-r%type_pkg[rversion],
	cran-mass-r%type_pkg[rversion],
	cran-mgcv-r%type_pkg[rversion],
	cran-rlang-r%type_pkg[rversion] (>= 1.1.0-1),
	cran-scales-r%type_pkg[rversion] (>= 1.3.0-1),
	cran-tibble-r%type_pkg[rversion],
	cran-vctrs-r%type_pkg[rversion] (>= 0.6.0-1),
	cran-withr-r%type_pkg[rversion] (>= 2.5.0-1)
<<
BuildDepends: r-base%type_pkg[rversion]-dev
CompileScript: <<
  #!/bin/bash -ev
  export TMPDIR=%b/tmp
  BIN_R=%p/Library/Frameworks/R.framework/Versions/%type_raw[rversion]/Resources/bin/R
  
  pushd ..
  $BIN_R --verbose CMD build --no-build-vignettes ggplot2
<<
InstallScript: <<
  #!/bin/sh -ev
  BIN_R=%p/Library/Frameworks/R.framework/Versions/%type_raw[rversion]/Resources/bin/R
  
  mkdir -p %i/lib/R/%type_raw[rversion]/site-library
  pushd %b/.. && $BIN_R --verbose CMD INSTALL --library=%i/lib/R/%type_raw[rversion]/site-library ggplot2
<<
DescDetail: <<
An implementation of the grammar of graphics in R. It combines the advantages
of both base and lattice graphics: conditioning and shared axes are handled
automatically, and you can still build up a plot step by step from multiple
data sources. It also implements a sophisticated multidimensional conditioning
system and a consistent interface to map data to aesthetic attributes.
<<
DescPackaging: <<
  Package version   R version
  3.3.6             >= 3.6
  3.3.4             >= 3.3
  3.3.3             >= 3.2
  3.1.0             >= 3.1
<<

<<