Movatterモバイル変換
[0]ホーム
rUM 2.2.0 (rUM Runner)
CRAN release: 2025-07
New Features
- Automatic dataset documentation with
write_man(). - Slide templates: Quarto reveal.js templates with
write_slides() - Functions for embedding and finding slides in a package with
find_slides() andshow_slides()
Enhnancements
write_quarto() now accepts anexampleargument.
rUM 2.1.0 (rUM and Coke)
CRAN release: 2025-03-21
New Features
- Automated
make_project(vignette = TRUE) developmenttools during project build to:- Restructure
analysis.qmd &analysis.Rmd YAML for vignette engine & building - Write user’s
rUM project packages toDESCRIPTION file - Adding
VignetteBuilder (quarto or knitr) to projectDESCRIPTION file - Adding items to
.Rbuildignore &vignettes/.gitignore
- Added
rUM::write_quarto() function that will add aquarto html document with many useful options. - Provides
README.md anddated_progress_notes.md templates to new projects. It willask if you’d like to overwrite an existing README if one exists in thecurrent project. - Added custom.scss to non-package Quarto projects with
rUM::write_scss() during project creation. - Added
rUM::write_scss() function that will write a SCSStemplate for Quarto projects. This function is available for use outsideofrUM projects when a SCSS template is desired (perhaps, aQuarto blog or Shiny app). - Added
rUM::write_notes() function to add the progressnotes template to users’ projects when one doesn’t currently exist. Thiscan be used in rUM & non-rUM projects alike. - Added
rUM::write_readme() function to insert astructured README file to users’ projects when one doesn’t currentlyexist. This may also be used in rUM & non-rUM projects. - Added a vignette for using Posit.Cloud
Other Updates
- removed
RUN_ME_FIRST.R file and instead automate thoseprocesses as described above - Empty
ggplot() object included in manuscript &vignette templates - Moved external GitHub gists to
inst/gistsdirectory
Bug Fixes
rUM 2.0.0 (Overproof Rum)
- Added an
example argument tomake_project() - Added a
vignette argument tomake_project() - Added knitr chunk options for graphics
- Fixed a bug that caused duplicate RStudio windows to open if runfrom menus
1.1.0.9008
- fix carriage return for building vignettes in Windows
1.1.0.9007
- prevent an empty folder from being created if a package name isinvalid
- add header to manual_change_*_vignette.R
1.1.0.9006
- add dependencies_fix function for passing Windows CRAN checks.
1.1.0.9005
- set package dependencies for vignette to suggest
1.1.0.9004
- add ?rUM page fix quarto check message to be clearer
1.1.0.9003
- Add an
overwrite option tomake_project
1.1.0.9002
- change run_me.R to RUN_ME_FIRST.R
rUM 1.1
- Harmonize templates
- Include example paper option
rUM 1.0.2
- Linted all code
- Cleaned up
options(dplyr.summarise.inform=F)everywhere.
- Added gists to a inst/gists directory
rUM 1.0.1
- Added https:\ to github link in vignettes for CRAN
- Removed
{width=0.8in} fromvignette titles - Added “with R Markdown” to vignette title
rUM 1.0
- Added quarto options in project creation template/wizard
- Added quarto support for make_project
- Added rStudio project files
- Added check to make sure analysis does not exist - Thanks toFrancisco Cardozo
- Updated .gitignore
- Added citation info to README
- Added vignettes
- Add more options to setup chunks
- Removed
suppressMessages(conflict_prefer("spec", "yardstick")) fromR Markdown templates. It is now intidymodels_prefer(). - Add quarto to gitignore gist
- Add@importFrom bookdown, rmarkdown, table1cran checks
rUM 0.3.2
- Fixed package version for table1 to be
packageVersion("table1") instead ofpackageVersion("tidyverse")
rUM 0.3.1
- Fixed capitalization bug in
make_project(). packageVersion("rum") is nowpackageVersion("rUM")
rUM 0.3.0
- Added automatic second bibliography file that writes all packagesused in a project
- Added rUM to methods section of the research template
- Added first draft of a vignette
Minor Changes
- Updated documentation
- Added dependency on the
table1:: package - To match dependency on
table1::, we now depend on R(>= 3.5)
rUM 0.2.1
- Fixes in DESCRIPTION file
rUM 0.2
- Added methods section and bibliography
rUM 0.1
- Added tidymodels with conflicted to setup
rUM 0.0.5
- Added tidyverse and conflicted to setup
- Added a
NEWS.md file to track changes to thepackage - Added Website
[8]ページ先頭