Skip to content

Instantly share code, notes, and snippets.

View vspinu's full-sized avatar

Vitalie Spinu vspinu

  • Rotterdam
  • 22:28 (UTC -12:00)
View GitHub Profile
@vspinu
vspinu / roxy3_vit.md
Created August 29, 2012 18:15
Roxygen3 design

The process

  1. Roxygen parses the file(s) and creates an object roxyPackage which is a roxygen representation of the package and is essentially a list of RoxyBlock objects. Each RoxyBlock object contains two slots, one @doc of class RoxyDoc and another one @object of class ANY, such that any object can be fit inside. In other words RoxyBlock, is an abstract representation of: