|
3 | 3 |  |
4 | 4 |  |
5 | 5 | [](https://codecov.io/gh/ropensci/dataspice?branch=main) |
| 6 | +coverage](https://codecov.io/gh/ropensci/dataspice/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropensci/dataspice?branch=main) |
7 | 7 | [](https://github.com/ropensci/software-review/issues/426) |
8 | 8 |
|
9 | 9 | The goal of `dataspice` is to make it easier for researchers to create |
@@ -80,7 +80,7 @@ The template files are: |
80 | 80 | The user needs to fill in the details of the four template files. These |
81 | 81 | csv files can be directly modified, or they can be edited using either |
82 | 82 | the associated helper function and/or |
83 | | -[Shiny](https://shiny.rstudio.com/) app. |
| 83 | +[Shiny](https://shiny.posit.co/) app. |
84 | 84 |
|
85 | 85 | #### Helper functions |
86 | 86 |
|
|
229 | 229 | #### Shiny helper apps |
230 | 230 |
|
231 | 231 | Each of the metadata templates can be edited interactively using a |
232 | | -[Shiny](https://shiny.rstudio.com/) app: |
| 232 | +[Shiny](https://shiny.posit.co/) app: |
233 | 233 |
|
234 | 234 | - `edit_attributes()` opens a Shiny app that can be used to edit |
235 | 235 | `attributes.csv`. The Shiny app displays the current `attributes` |
@@ -336,17 +336,17 @@ record which is totally fine: |
336 | 336 |
|
337 | 337 | ``` r |
338 | 338 | library(EML) |
339 | | -#> |
| 339 | +#> |
340 | 340 | #> Attaching package: 'EML' |
341 | 341 | #> The following object is masked from 'package:magrittr': |
342 | | -#> |
| 342 | +#> |
343 | 343 | #> set_attributes |
344 | 344 |
|
345 | 345 | eml_validate(eml_doc) |
346 | 346 | #> [1] FALSE |
347 | 347 | #> attr(,"errors") |
348 | | -#> [1] "Element '{https://eml.ecoinformatics.org/eml-2.2.0}eml': The attribute 'packageId' is required but missing." |
349 | | -#> [2] "Element '{https://eml.ecoinformatics.org/eml-2.2.0}eml': The attribute 'system' is required but missing." |
| 348 | +#> [1] "Element '{https://eml.ecoinformatics.org/eml-2.2.0}eml': The attribute 'packageId' is required but missing." |
| 349 | +#> [2] "Element '{https://eml.ecoinformatics.org/eml-2.2.0}eml': The attribute 'system' is required but missing." |
350 | 350 | #> [3] "Element 'dataTable': Missing child element(s). Expected is one of ( physical, coverage, methods, additionalInfo, annotation, attributeList )." |
351 | 351 | #> [4] "Element 'dataTable': Missing child element(s). Expected is one of ( physical, coverage, methods, additionalInfo, annotation, attributeList )." |
352 | 352 | #> [5] "Element 'dataTable': Missing child element(s). Expected is one of ( physical, coverage, methods, additionalInfo, annotation, attributeList )." |
|
0 commit comments