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

Update the-dev-history.Rmd #254

Merged
merged 1 commit into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions inst/the-dev-history.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ usethis::use_readme_rmd()
usethis::use_code_of_conduct("[email protected]")
# NEWS
usethis::use_news_md()
# Package structure (add this in a dev/Readme.md file)
fusen::draw_package_structure()
```

**From now, you will need to "inflate" your package at least once to be able to use the following commands. Let's go to your flat template, and come back here later if/when needed.**
Expand Down Expand Up @@ -108,6 +106,12 @@ devtools::check()

# Add a new flat template
fusen::add_flat_template("add")

# Inflate all flat files at once
fusen::inflate_all()

# Package structure (add this in a dev/Readme.md file)
fusen::draw_package_structure()
```

# Share the package
Expand Down
Loading