From fa9f46615f94af3c0109d0fedcfe440e0eb3cbb0 Mon Sep 17 00:00:00 2001 From: GitHub Action <action@github.com> Date: Tue, 8 Oct 2019 19:45:52 +0000 Subject: [PATCH] Document --- man/foo.Rd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 man/foo.Rd diff --git a/man/foo.Rd b/man/foo.Rd new file mode 100644 index 0000000..67fea51 --- /dev/null +++ b/man/foo.Rd @@ -0,0 +1,14 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/foo.R +\name{foo} +\alias{foo} +\title{Another way to document} +\usage{ +foo(x) +} +\arguments{ +\item{x}{hi} +} +\description{ +Another way to document +}