Skip to content

Commit

Permalink
ReadMe updates
Browse files Browse the repository at this point in the history
  • Loading branch information
awkena committed Dec 20, 2023
1 parent f8fa455 commit 5241772
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
6 changes: 6 additions & 0 deletions vignettes/qrlabelr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down

0 comments on commit 5241772

Please sign in to comment.