diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-08-26 17:11:43 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-08-26 17:11:43 +0200 |
commit | 913c383880da2a5f4bdb71c8a82107afbad6ef13 (patch) | |
tree | 1c5a988748fc49fde4c279a96650deb26039b711 /.Rhistory | |
parent | 9e62ed638e530a5cebebf491de055caca49a56ef (diff) | |
parent | 396ba6c42252426a132be56b9f417786a1f276e3 (diff) |
Merge branch 'main' into crop_group
Diffstat (limited to '.Rhistory')
-rw-r--r-- | .Rhistory | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.Rhistory b/.Rhistory deleted file mode 100644 index 14fd957..0000000 --- a/.Rhistory +++ /dev/null @@ -1,25 +0,0 @@ -install.packages("chents") -library(chents) -atrazine <- pai.new("atrazine") -atra <- pai$new("atrazine") -atra -atra$mw -library(units) -as_unit("3 g/mol") -as_units(3, g/mol) -as_units(3, "g/mol") -cym <- pai$new("cymoxanil") -cym -py_install("rdkit") -reticulate::py_install("rdkit") -cym <- pai$new("cymoxanil") -library(reticulate) -py_install("rdkit") -rdkit <- py_import(rdkit) -rdkit <- import("rdkit") -rdkit -chent$new("isopropanol") -library(pfm) -drift_data_JKI -EFSA_washoff_2017 -?officer::read_docx |