Skip to content

Commit fc7636f

Browse files
committed
v1.1.1
1 parent 12fb440 commit fc7636f

File tree

7 files changed

+20
-16
lines changed

7 files changed

+20
-16
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: dataspice
2-
Version: 1.1.0
2+
Version: 1.1.1
33
Title: Create Lightweight Schema.org Descriptions of Data
44
Description: The goal of 'dataspice' is to make it easier for researchers to
55
create basic, lightweight, and concise metadata files for their datasets.

‎NEWS.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# NEWS
22

3+
## dataspice 1.1.1
4+
5+
This release updates dataspice's tests to be compatible with the upcoming stringr 1.6.0 release.
6+
37
## dataspice 1.1.0
48

59
This release is for the version of the package after going through [rOpenSci Onboarding](https://github.com/ropensci/software-review/issues/426).

‎README.Rmd‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The template files are:
7272

7373
### Fill in templates
7474

75-
The user needs to fill in the details of the four template files. These csv files can be directly modified, or they can be edited using either the associated helper function and/or [Shiny](https://shiny.rstudio.com/) app.
75+
The user needs to fill in the details of the four template files. These csv files can be directly modified, or they can be edited using either the associated helper function and/or [Shiny](https://shiny.posit.co/) app.
7676

7777
#### Helper functions
7878

@@ -119,7 +119,7 @@ readr::read_csv(
119119

120120
#### Shiny helper apps
121121

122-
Each of the metadata templates can be edited interactively using a [Shiny](https://shiny.rstudio.com/) app:
122+
Each of the metadata templates can be edited interactively using a [Shiny](https://shiny.posit.co/) app:
123123

124124
* `edit_attributes()` opens a Shiny app that can be used to edit `attributes.csv`. The Shiny app displays the current `attributes` table and lets the user fill in an informative description and units (e.g. meters, hectares, etc.) for each variable.
125125
* `edit_access()` opens an editable version of `access.csv`

‎README.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![CRAN Version](https://www.r-pkg.org/badges/version/dataspice)
44
![CI](https://github.com/ropensci/dataspice/workflows/R-CMD-check/badge.svg)
55
[![Codecov test
6-
coverage](https://codecov.io/gh/ropensci/dataspice/branch/main/graph/badge.svg)](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)
77
[![](https://badges.ropensci.org/426_status.svg)](https://github.com/ropensci/software-review/issues/426)
88

99
The goal of `dataspice` is to make it easier for researchers to create
@@ -80,7 +80,7 @@ The template files are:
8080
The user needs to fill in the details of the four template files. These
8181
csv files can be directly modified, or they can be edited using either
8282
the associated helper function and/or
83-
[Shiny](https://shiny.rstudio.com/) app.
83+
[Shiny](https://shiny.posit.co/) app.
8484

8585
#### Helper functions
8686

@@ -229,7 +229,7 @@ NA
229229
#### Shiny helper apps
230230

231231
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:
233233

234234
- `edit_attributes()` opens a Shiny app that can be used to edit
235235
`attributes.csv`. The Shiny app displays the current `attributes`
@@ -336,17 +336,17 @@ record which is totally fine:
336336

337337
``` r
338338
library(EML)
339-
#>
339+
#>
340340
#> Attaching package: 'EML'
341341
#> The following object is masked from 'package:magrittr':
342-
#>
342+
#>
343343
#> set_attributes
344344

345345
eml_validate(eml_doc)
346346
#> [1] FALSE
347347
#> 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."
350350
#> [3] "Element 'dataTable': Missing child element(s). Expected is one of ( physical, coverage, methods, additionalInfo, annotation, attributeList )."
351351
#> [4] "Element 'dataTable': Missing child element(s). Expected is one of ( physical, coverage, methods, additionalInfo, annotation, attributeList )."
352352
#> [5] "Element 'dataTable': Missing child element(s). Expected is one of ( physical, coverage, methods, additionalInfo, annotation, attributeList )."

‎codemeta.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"codeRepository": ["https://github.com/ropensci/dataspice"],
1313
"issueTracker": ["https://github.com/ropensci/dataspice/issues"],
1414
"license": ["https://spdx.org/licenses/MIT"],
15-
"version": ["1.1.0"],
15+
"version": ["1.1.1"],
1616
"programmingLanguage": {
1717
"@type": ["ComputerLanguage"],
1818
"name": ["R"],

‎cran-comments.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# cran-comments
22

3-
This is a minor release submission and is largely made of changes to documentation and tests.
3+
This is a patch release submission and primarily updates tests to be compliant with new dependency versions.
44

55
## Test environments
66

77
On GitHub Actions:
88

9-
- windows (release)
9+
- Windows (release)
1010
- macOS (release)
11-
- ubuntu-20.04 (release)
12-
- ubuntu-20.04 (devel)
11+
- ubuntu-24.04 (release)
12+
- ubuntu-24.04 (devel)
1313

1414
## R CMD check
1515

‎vignettes/overview.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To start the user will have one or more datafiles in a common directory. We curr
2727
Once these are created, you need to fill in each template file with the remaining metadata.
2828
Templates can be filled either:
2929

30-
1. With the integrated [Shiny](https://shiny.rstudio.com/) applications (`edit_attributes()`, `edit_access()`, `edit_creators()`, `edit_biblio()`)
30+
1. With the integrated [Shiny](https://shiny.posit.co/) applications (`edit_attributes()`, `edit_access()`, `edit_creators()`, `edit_biblio()`)
3131
2. Manually (i.e., with a text or CSV/spreadsheet editor)
3232

3333
For new and even advanced users, option (1) is probably easier and more friendly.

0 commit comments

Comments
 (0)