An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111216/9998faa6/attachment.pl>
package.skeleton()
6 messages · Duncan Murdoch, Ben Ganzfried, PIKAL Petr +1 more
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111216/2839ef5b/attachment.pl>
On 11-12-16 4:12 PM, Ben Ganzfried wrote:
Hi-- I'm creating an R package, I've read through "Writing R Extensions" and the package.skeleton() R page-- and I'm still running into a little confusion. I would greatly appreciate any advice you can provide. Where do I run my following line of code from?:
package.skeleton(name = "a", code_files = "EsetObject.r"
I'm currently running it from Rgui, but when I type the line above nothing happens.
What is supposed to happen is that a new source package directory will be created in the current directory (what getwd() gives you). Did that happen? (I thought a message would also be printed and apparently you're not seeing that, but maybe it just worked without telling you.) Duncan Murdoch
Thank you very much. Ben [[alternative HTML version deleted]]
______________________________________________ R-help at 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.
2 days later
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111218/a1a71770/attachment.pl>
Hi
If I remember correctly I do
start clear R -vanilla session
copy my functions to it.
run package.skeleton("some.name")
which creates the some.name directory.
Regards
Petr
Hi Duncan, Thanks for your response. That's the confusing thing, I didn't receive
a
message and I can't seem to find the new source package directory anywhere. I would greatly appreciate any advice about what I might be doing wrong. Happy Holidays, Ben On Fri, Dec 16, 2011 at 7:12 PM, Duncan Murdoch
<murdoch.duncan at gmail.com>wrote:
On 11-12-16 4:12 PM, Ben Ganzfried wrote:
Hi-- I'm creating an R package, I've read through "Writing R Extensions"
and
the package.skeleton() R page-- and I'm still running into a little
confusion.
I would greatly appreciate any advice you can provide. Where do I run my following line of code from?:
package.skeleton(name = "a", code_files = "EsetObject.r"
I'm currently running it from Rgui, but when I type the line above
nothing
happens.
What is supposed to happen is that a new source package directory will
be
created in the current directory (what getwd() gives you). Did that happen? (I thought a message would also be printed and apparently
you're
not seeing that, but maybe it just worked without telling you.) Duncan Murdoch Thank you very much.
Ben
[[alternative HTML version deleted]]
______________________________**________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/
mailman/listinfo/r-help>
PLEASE do read the posting guide http://www.R-project.org/** posting-guide.html <http://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.
[[alternative HTML version deleted]]
______________________________________________ R-help at 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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111219/b93fd7e6/attachment.pl>