diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2023-01-03 17:42:15 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-01-03 17:42:15 +0100 | 
| commit | ae314cd8869765dd05f1ae44f4d73ae71f788c62 (patch) | |
| tree | 0bcab4f8be4fde1b00eef57aad1d8010732d53d3 | |
| parent | 18a18ef46391c4b9fa3e5e1cb06937d90a83ba05 (diff) | |
Reflect changed name of dll directory in template
| -rw-r--r-- | .Rbuildignore | 1 | ||||
| -rw-r--r-- | .gitignore | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/.Rbuildignore b/.Rbuildignore index 1eb33577..70eef830 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,6 +12,7 @@  ^inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.pdf$  ^inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_cache  ^inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_files +^inst/rmarkdown/templates/hierarchical_kinetics/skeleton/dlls  ^vignettes/.build.timestamp$  ^vignettes/.*_cache$  ^vignettes/.*cache$ @@ -3,7 +3,7 @@ install.log  inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_cache  inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton_files  inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.pdf -inst/rmarkdown/templates/hierarchical_kinetics/skeleton/*_dlls +inst/rmarkdown/templates/hierarchical_kinetics/skeleton/dlls  mkin*.tar.gz  mkin.tar  mkin.Rcheck | 
