diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-01-31 13:16:17 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-01-31 13:27:50 +0100 |
commit | aed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911 (patch) | |
tree | 7ca136834857c12449f50a1e086a589cc9b79e2e /.Rbuildignore | |
parent | 64f629efbe666bae56f48a309adf33d1eb09c358 (diff) |
Reorganise data generation
- Use inst/data_generation for R code generating data as in some of my other packages
- data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff
contents were not changed
- Remove ChangeLog, the history is in the git logs
- Update docs and some links contained therein
- use \doi{} markup
- Move logs to log directory
Diffstat (limited to '.Rbuildignore')
-rw-r--r-- | .Rbuildignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.Rbuildignore b/.Rbuildignore index 4159cc9..99c6d74 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,12 +1,12 @@ ^pfm_.*.tar.gz ^pfm_.*.zip +^pfm.Rcheck$ ^GNUmakefile$ ^README.html$ -^build.log$ -^test.log$ +^log ^test.R$ +^pesticide.txt$ ^inst/extdata/Tabelle\ der\ Abdrifteckwerte.xls$ -^inst/extdata/FOCUS_Step_12_scenarios.txt$ ^_pkgdown.yml$ ^\.travis\.yml$ ^docs$ |