This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#===================================== | |
# Demo function roxygen2 documentation | |
#===================================== | |
# This shows how things work, including weird corner cases, not how they | |
# should be done. Most of the information comes from | |
# http://r-pkgs.had.co.nz/man.html | |
#' Brief description/title of the page describing this function. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package Some::Class; | |
# See end of file for copyright info. | |
use strict; | |
use warnings; | |
# Comment describing how I'm using Some::Dependency. | |
# use Some::Dependency; |
NewerOlder