Hi all, apologies for the ignorance I'm about to describe: I'm trying to create a .r file for a function I've written (~300 lines of code). The function is called 'total' and I've entered the most simple package.skeleton:
package.skeleton(name="test", list=c("total")) The export works fine (it creates sub folders for R, man, and DESCRIPTION, NAMESPACE and read-and-delete-me files, but total.r is only 73 lines long and the code stops in the middle of a phrase. Is there a character limit to the export, or am I failing to do something more complicated here? Thanks, Jeff -- View this message in context: http://r.789695.n4.nabble.com/package-skeleton-only-exports-the-first-73-lines-of-code-tp4447061p4447061.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.