We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Structure of a basic package (what is readme/namespace/description?)
. ├── R │ └── ├── README.md ├── LICENSE ├── DESCRIPTION └── NAMESPACE
Setting up package structure using devtools / usethis
devtools
usethis
roxygen2 for automatic documentation generation
roxygen2
Managing dependencies in package DESCRIPTION file
Software metadata (config.yaml?)
The text was updated successfully, but these errors were encountered:
christopher-wild
No branches or pull requests
Structure of a basic package (what is readme/namespace/description?)
Setting up package structure using
devtools
/usethis
roxygen2
for automatic documentation generationManaging dependencies in package DESCRIPTION file
Software metadata (config.yaml?)
The text was updated successfully, but these errors were encountered: