Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Package from Template #3

Open
TyGu1 opened this issue Nov 27, 2019 · 1 comment
Open

Create Package from Template #3

TyGu1 opened this issue Nov 27, 2019 · 1 comment

Comments

@TyGu1
Copy link

TyGu1 commented Nov 27, 2019

Somehow, i Always assumed ist not possible to create an R package from template. Looking at the second Picture of your README.md it Looks like it might be possible.

Would i just create the necessary files (of a package) by script to have a Project that could be used as a package later on?
(Sry for my bad understanding on the min requirements of a package).

@pvictor
Copy link
Member

pvictor commented Nov 27, 2019

Hello,
The package template was more an example to show that you can change the names of directories created.
If you want to create the necessary structure for a R package, you should look at package {usethis}, and especially create_package(), it's very simple to use :

create_package("path/to/mypackage")

Victor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants