aboutsummaryrefslogtreecommitdiff
path: root/inst/data_generation/drift_parameters_Rautmann.R
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-01-31 13:16:17 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-01-31 13:27:50 +0100
commitaed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911 (patch)
tree7ca136834857c12449f50a1e086a589cc9b79e2e /inst/data_generation/drift_parameters_Rautmann.R
parent64f629efbe666bae56f48a309adf33d1eb09c358 (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 'inst/data_generation/drift_parameters_Rautmann.R')
-rw-r--r--inst/data_generation/drift_parameters_Rautmann.R5
1 files changed, 5 insertions, 0 deletions
diff --git a/inst/data_generation/drift_parameters_Rautmann.R b/inst/data_generation/drift_parameters_Rautmann.R
new file mode 100644
index 0000000..2dea272
--- /dev/null
+++ b/inst/data_generation/drift_parameters_Rautmann.R
@@ -0,0 +1,5 @@
+library(here)
+
+save(drift_parameters_Rautmann,
+ file = "../data/drift_parameters_Rautmann.RData")
+

Contact - Imprint