Add a targets_structure
function to use the targets system instead of the default used by repana.
Add a logo!. Repana package has now a logo
Modified format of NEWS.md
file to track changes to the package.
Modify the documentation at package level as requested by CRAN
Allow to change the template file for a project
Simplify the template file
pkgdown is used to create a website for the package in github
Change the way timestamp is manage. It does not need anymore to include the start and end within the program.
Custom YAML tags now control if session info and signature are injected to the code
Master now works by default with the spin option. User format txt option for only txt output
Make structure now produce 00_clean.R instead of 01_clean.R
Simplified pattern manager for programs. Now all programs with format nn_ are included by default in the list of programs executed by master
Default db changed from SQLite to duckdb as duckdb have similar functionality, but is more R friendly and preserver factors and dates (see https://duckdb.org/)
Remove unused dependencies. Check that report is render only if pandoc is available. Test for render reports only if pandoc is available
Fix the problem of creating repeated *.Rproj in the .gitignore file
#repana 1.23.0
The confirm_libraries function has been removed. It was not really useful and potentially would not work well if many libraries are installed in the system.
Messages on the make_structure are now messages and not calls to cat() function.
Modification of the version to have three numbers, change author address to submit to CRAN.
Modify license.
Modify render_report to not delete the output file if the output directory is the same as the directory of the input file.
Modify templates. Now only 1 exists which is more friendly for pdf and html render and improve the search of Rscript to be windows friendly.
DBI is declared as dependent and therefore it is loaded automatically with the package.
Master spin is now by default html but a new parameters allow to select the type of render.
Name of reports from rcode is now uniformly called spin instead of SPIN
*Fix get_con to use a different config.yml if needed
This entry is not back compatible any more with the previous config.yml
The way to specify the database also changes. Now config.yml configure a RSQLite in-memory database. This is also not back compatible with previous config.yml
gitignore is now processed based on the names of gitignore entry of the config.yml. Previously was a fixed set of directories
make_structure create directories and subdirectories
Include config.yml in .gitignore
Change the NEWS to NEWS.md
*Improve seeking of Rscript package. Works for Linux and OS
*Include parameter stop to master function