Skip to contents

Function to run noweb file contained in a package. Assume all noweb files of the package are placed flat under the inst directory

Usage

runNoweb(nowebFileName, packageName, weaveMethod = "knitr")

Arguments

nowebFileName

Basename of the noweb file, e.g. 'myFile.Rnw'.

packageName

Name of the package containing noweb file(s)

weaveMethod

Method to apply for weaving. Currently available are 'Sweave' and 'knitr', default to the latter.