setup_with_git()
(#148).rmarkdown::draft()
can't have Quarto docs in the template/
folders, so instead move them as generic Quarto template files.doc/
to docs/
in the basic analysis project folder. This
is to match the semantics that the docs/
folder usually will have
more than one document in it (#149).create_report()
is removed from
project_setup()
(#142)..gitignore
, include .quarto
and .DS_Store
files (#141) as well as .Rbuildignore
files (#143)..Rproj
set with same options as
usethis::use_blank_slate("project")
(#144).gert
to imports, since it makes more sense that it should be
a hard dependency as the project is an opinionated project creator
(#145).title
field in the DESCRIPTION
file is needed by many
usethis functions, so it is added to the created DESCRIPTION
file
(#137).Package
field (#127).setup_with_git()
.setup_project()
called
path
(#102).RData
)
(#105)prodigen()
function (#107)usethis::ui_*
functionsuse_template()
instead of custom function (#101)create_*
type commands.prodigen
function is deprecated.include_*()
functions over into
rostools (#96)README.md
(#29, #30, #32)prodigen()
now creates a new project structure that mimics R
package development more, specifically devtools
(since it is well
documented and actively maintained) (#18, #15, #14). The old style
has been removed.rfigshare
script to send to
figshare (#19).NEWS.md
file to track changes to the package..Rproj
file and the .Rprofile
files from being installed and created.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.