From 22b3418b7b7c1cff7ef5ea4080739247ba31b324 Mon Sep 17 00:00:00 2001 From: Moohan Date: Wed, 23 Oct 2024 11:01:33 +0000 Subject: [PATCH] Document package (GHA) --- man/fun.Rd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 man/fun.Rd diff --git a/man/fun.Rd b/man/fun.Rd new file mode 100644 index 0000000..57f8853 --- /dev/null +++ b/man/fun.Rd @@ -0,0 +1,11 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/test_style_file.R +\name{fun} +\alias{fun} +\title{Not a real function} +\usage{ +fun(var = 1) +} +\description{ +Just a test function - using to test the actions +}