From 5241772dd03e71430aaedc20996364b3113153ac Mon Sep 17 00:00:00 2001 From: Alexander Wireko Kena Date: Wed, 20 Dec 2023 18:15:00 +0000 Subject: [PATCH] ReadMe updates --- README.md | 5 +++++ vignettes/qrlabelr.Rmd | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index e5503e1..527a22b 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,11 @@ There are free open-source software such as [FielDHub](https://github.com/Didier In R, users can use available functions in the ['QBMS'](https://icarda-git.github.io/QBMS/index.html) package to query 'BrAPI'-supported databases for input field books. A user-friendly UI component for accessing data from 'BrAPI'-supported databases is available in the 'shiny' app. +For BrAPI compliance, users must install the ['async'](https://github.com/gaborcsardi/async) package in addition to the 'QBMS' package as follows: + +``` r +remotes::install_github("r-lib/async") +``` **Input data must be imported as a data frame into qrlabelr for use. We recommend that users save input data as csv or as xls or xlsx files for easy import to qrlabelr**. diff --git a/vignettes/qrlabelr.Rmd b/vignettes/qrlabelr.Rmd index 4385217..2749863 100644 --- a/vignettes/qrlabelr.Rmd +++ b/vignettes/qrlabelr.Rmd @@ -94,6 +94,12 @@ There are free open-source software such as [FielDHub](https://github.com/Didier In R, users can use available functions in the ['QBMS'](https://icarda-git.github.io/QBMS/index.html) package to query 'BrAPI'-supported databases for input field books. A user-friendly UI component for accessing data from 'BrAPI'-supported databases is available in the 'shiny' app. +For BrAPI compliance, users must install the ['async'](https://github.com/gaborcsardi/async) package in addition to the 'QBMS' package as follows: + +``` r +remotes::install_github("r-lib/async") +``` + **Input data must be imported as a data frame into qrlabelr for use. We recommend that users save input data as csv or as xls or xlsx files for easy import to qrlabelr**.