diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-02-01 10:39:53 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-02-01 10:39:53 +0100 |
commit | 904a86fa92f1577414f2fce2bdbfe21e12381106 (patch) | |
tree | f1384a12882bff584334932e533d060338e1e0ad /GNUmakefile | |
parent | 7bf5aad5e3b89c157d1b31a586ee87a25386117d (diff) |
Calculate drift percentages and PECsw using the Rautmann formula
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index b987f41..b5ae886 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -62,8 +62,6 @@ winbuilder: build curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-devel/ pd: roxy - # In earlier versions, we used suppressWarnings to get - # rid of mbcsToSbcs warnings when plotting the 'ยต' character Rscript -e 'pkgdown::build_site(lazy = TRUE, run_dont_run = TRUE)' pd_all: roxy |