Info2: <<

Package: cran-markdown-r%type_pkg[rversion]
# in maintenance mode. Upstream says to use the litedown package
Distribution: <<
	(%type_pkg[rversion] = 31 ) 10.9,
	(%type_pkg[rversion] = 31 ) 10.10,
	(%type_pkg[rversion] = 31 ) 10.11,
	(%type_pkg[rversion] = 31 ) 10.12,
	(%type_pkg[rversion] = 32 ) 10.9,
	(%type_pkg[rversion] = 32 ) 10.10,
	(%type_pkg[rversion] = 32 ) 10.11,
	(%type_pkg[rversion] = 32 ) 10.12,
	(%type_pkg[rversion] = 33 ) 10.9,
	(%type_pkg[rversion] = 33 ) 10.10,
	(%type_pkg[rversion] = 33 ) 10.11,
	(%type_pkg[rversion] = 33 ) 10.12,
	(%type_pkg[rversion] = 33 ) 10.13,
	(%type_pkg[rversion] = 33 ) 10.14,
	(%type_pkg[rversion] = 33 ) 10.14.5,
	(%type_pkg[rversion] = 34 ) 10.9,
	(%type_pkg[rversion] = 34 ) 10.10,
	(%type_pkg[rversion] = 34 ) 10.11,
	(%type_pkg[rversion] = 34 ) 10.12,
	(%type_pkg[rversion] = 34 ) 10.13,
	(%type_pkg[rversion] = 34 ) 10.14,
	(%type_pkg[rversion] = 34 ) 10.14.5,
	(%type_pkg[rversion] = 35 ) 10.9,
	(%type_pkg[rversion] = 35 ) 10.10,
	(%type_pkg[rversion] = 35 ) 10.11,
	(%type_pkg[rversion] = 35 ) 10.12,
	(%type_pkg[rversion] = 35 ) 10.13,
	(%type_pkg[rversion] = 35 ) 10.14,
	(%type_pkg[rversion] = 35 ) 10.14.5
<<
Type: rversion (4.1 4.0 3.6 3.5 3.4 3.3 3.2 3.1)
Version: 1.13
Revision: 1
Description: GNU R Tools for making web reports from text
Homepage: https://cran.r-project.org/package=markdown
License: GPL
Maintainer: David Fang <fangism@users.sourceforge.net>
Source: mirror:custom:markdown_%v.tar.gz
Source-Checksum: SHA256(385421c674cf5bf2ba04d1df7c16bb5d857bec03755a36321999ac37f5b3cfd9)
SourceDirectory: markdown
CustomMirror: <<
	Primary: https://cran.r-project.org/src/contrib
	Secondary: https://cran.r-project.org/src/contrib/00Archive/markdown
<<
Depends: <<
	r-base%type_pkg[rversion],
	cran-commonmark-r%type_pkg[rversion] (>= 1.9.0-1),
	cran-xfun-r%type_pkg[rversion] (>= 0.38),
	libgettext8-shlibs
<<
BuildDepends: <<
	fink (>= 0.27.2),
	r-base%type_pkg[rversion]-dev,
	libgettext8-dev
<<
BuildDependsOnly: false
CompileScript: <<
  #!/bin/sh -ev
  BIN_R=%p/Library/Frameworks/R.framework/Versions/%type_raw[rversion]/Resources/bin/R
  
  pushd ..
  if [[ %type_raw[rversion] > 2.15 ]]; then
    $BIN_R --verbose CMD build --no-build-vignettes markdown
  else
    $BIN_R --verbose CMD build --no-vignettes markdown
  fi
<<
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 markdown
<<
DescDetail: <<
R Markdown is a format that enables easy authoring of reproducible 
web reports from R. It combines the core syntax of Markdown 
(an easy-to-write plain text format for web content) with embedded 
R code chunks that are run so their output can be included in 
the final document.

The concept of R Markdown is similar to Sweave (a system built-in 
to R for combining R with LaTeX). In Sweave, Rnw files are "weaved" 
into TeX files that are then compiled into PDFs. In R Markdown, 
Rmd files are similarly "weaved" into plain markdown (.md) files 
that are then compiled into HTML documents.
<<
DescPackaging: <<
  R (>= 2.11.1)

* v1.1 had an internal copy of the sundown library for markup
formatting. It wasn't directly accessible by outside rmods and was
removed in favor of the commonmark package.
<<

<<