Skip to content
Prev 318754 / 398506 Next

how_to_create_a_package?

On 03/05/2013 02:42 PM, Jyoti Sharma wrote:
Hi Jyoti,
Creating packages is not a trivial task. The only ASAP solution that I 
could suggest is to read the first and third sections in "Creating 
packages" ("Package structure" and "Checking and building packages") in 
the "Writing R Extensions" document that comes with R. To see this, invoke:

help.start()

in an R session and it should be the second link down on the left of the 
page that appears.

Jim