SATVILab / projr

Streamline R projects
https://satvilab.github.io/projr/
Other
1 stars 1 forks source link

Enable adding template literate programming documents #67

Open MiguelRodo opened 1 year ago

MiguelRodo commented 1 year ago

The "hot" template ( bstfun::project_templates[["hot"]]) is pretty good.

MiguelRodo commented 1 year ago

I think we can call this projr_template_<template_type>.

I think that a targets template would be good. Perhaps also a data template that ends with usethis::use_data(<dataset>).

MiguelRodo commented 8 months ago

Well, ya, actually, this is not bad - could be like another _projr.yml file.

Could have a folder where people can keep such template files, and then save that folder address as an environment variable, and copy in the documents wanted. Not hard to do, actually.