- 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 run from menus
- fix carriage return for building vignettes in Windows
- prevent an empty folder from being created if a package name is invalid
- add header to manual_change_*_vignette.R
- add dependencies_fix function for passing Windows CRAN checks.
- set package dependencies for vignette to suggest
- add ?rUM page fix quarto check message to be clearer
- Add an
overwrite
option tomake_project
- change run_me.R to RUN_ME_FIRST.R
- Harmonize templates
- Include example paper option
- Linted all code
- Cleaned up
options(dplyr.summarise.inform=F)
everywhere.
- Cleaned up
- Added gists to a inst/gists directory
- Added https:\ to github link in vignettes for CRAN
- Removed
![rUM](package-logo.jpg){width=0.8in}
from vignette titles - Added "with R Markdown" to vignette title
- 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 to Francisco Cardozo
- Updated .gitignore
- Added citation info to README
- Added vignettes
- Add more options to setup chunks
- Removed
suppressMessages(conflict_prefer("spec", "yardstick"))
from R Markdown templates. It is now intidymodels_prefer()
. - Add quarto to gitignore gist
- Add @importFrom bookdown, rmarkdown, table1 cran checks
- Fixed package version for table1 to be
packageVersion("table1")
instead ofpackageVersion("tidyverse")
- Fixed capitalization bug in
make_project()
. packageVersion("rum")
is nowpackageVersion("rUM")
- Added automatic second bibliography file that writes all packages used in a project
- Added rUM to methods section of the research template
- Added first draft of a vignette
- Updated documentation
- Added dependency on the
table1::
package - To match dependency on
table1::
, we now depend on R (>= 3.5)
- Fixes in DESCRIPTION file
- Added methods section and bibliography
- Added tidymodels with conflicted to setup
- Added tidyverse and conflicted to setup
- Added a
NEWS.md
file to track changes to the package - Added Website