The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
froggeR version: 0.3.0
froggeR is an R package designed to streamline the creation and management of Quarto projects. It provides a suite of tools to automate setup, ensure consistency, and enhance collaboration in data science workflows.
Leap ahead in your data science journey with froggeR! Streamline Quarto workflows, create structured projects, and enhance collaboration with ease. 🐸
froggeR simplifies project setup so you can focus on what matters:
.gitignore
settings
for enhanced data protectionInstall froggeR and create your first project in minutes:
# Install from CRAN... COMING SOON!
# install.packages("froggeR")
# Or get the development version
::install_github('kyleGrealis/froggeR')
remotes
# Create your first froggeR project
::quarto_project('frogs') froggeR
froggeR is ideal for R users who:
Example of a rendered Quarto document created with froggeR
Initialize a comprehensive Quarto project with a single command:
::quarto_project(
froggeRname = 'my_new_project',
custom_yaml = TRUE # Use custom YAML values from _variables.yml
)
This creates:
.gitignore
README.md
& progress notes
templates_variables.yml
custom.scss
style sheet template.Rproj
)Maintain consistent metadata across your documents:
::settings() froggeR
Interactively create or update metadata that is reusable across Quarto projects & documents with:
Quickly generate new Quarto documents with pre-formatted headers:
::write_quarto(
froggeRfilename = 'data_cleaning',
custom_yaml = TRUE # Use variables from _variables.yml
)
Set up a comprehensive .gitignore
for R projects:
::write_ignore() froggeR
Automatically excludes:
.RData
, .rda
,
.rds
)Generate a SCSS template for custom document styling:
::write_scss() froggeR
Provides a formatted stylesheet with:
Customize your document’s appearance by uncommenting desired styles.
Generate a structured README for your project:
::write_readme() froggeR
Includes sections for:
While there are other project management tools for R, froggeR stands out by:
We’re constantly improving froggeR. Upcoming features include:
Function | Description |
---|---|
settings() |
Manage persistent Quarto document metadata |
quarto_project() |
Initialize a complete Quarto project structure |
write_quarto() * |
Create consistently formatted Quarto documents |
write_variables() * |
Re-use metadata across projects & documents |
write_ignore() * |
Configure .gitignore for enhanced data security |
write_readme() * |
Generate a comprehensive project README |
write_notes() * |
Create a dated progress notes template |
write_scss() * |
Create a customizable SCSS styling template |
* These functions are included with
quarto_project()
We’re open to suggestions! If you have ideas for new features, please open an issue on our GitHub repository.
Developed by Kyle Grealis
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.