From 65193f1e544057d8ee0c02177d5f99da8b2768a9 Mon Sep 17 00:00:00 2001 From: hyginn Date: Thu, 16 Sep 2021 00:53:23 -0400 Subject: [PATCH] Minor 2021 Maintenance --- RPR-eUtils_XML.R | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/RPR-eUtils_XML.R b/RPR-eUtils_XML.R index 70391f7..f22f6c6 100644 --- a/RPR-eUtils_XML.R +++ b/RPR-eUtils_XML.R @@ -3,12 +3,13 @@ # Purpose: A Bioinformatics Course: # R code accompanying the RPR-Scripting_data_downloads unit. # -# Version: 1.2 +# Version: 1.2.1 # -# Date: 2017-10 - 2020-09 +# Date: 2017-10 - 2021-09 # Author: Boris Steipe (boris.steipe@utoronto.ca) # # Versions: +# 1.2.1 2021 Maintenance # 1.2 2020 Updates # 1.1 Change from require() to requireNamespace(), # use ::() idiom throughout @@ -32,9 +33,9 @@ #TOC> #TOC> Section Title Line #TOC> ----------------------------------------------------------- -#TOC> 1 Working with NCBI eUtils 42 -#TOC> 1.1 Task - fetchNCBItaxData() function 144 -#TOC> 2 Task solutions 151 +#TOC> 1 Working with NCBI eUtils 43 +#TOC> 1.1 Task - fetchNCBItaxData() function 145 +#TOC> 2 Task solutions 152 #TOC> #TOC> ========================================================================== @@ -156,5 +157,10 @@ URL <- paste0(eUtilsBase, # Test: dbFetchNCBItaxData("XP_001837394") +# Expected outout: +# ---------------- +# taxID organism +# 1 240176 Coprinopsis cinerea okayama7#130 + # [END]