Skip to content

Commit

Permalink
urlchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
mstackhouse committed Jan 24, 2025
1 parent 9d29df3 commit dbedb9a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Authors@R: c(
email = "[email protected]",
role = "aut")
)
Description: Read, construct and write CDISC (Clinical Data Interchange Standards Consortium) Dataset JSON (JavaScript Object Notation) files, while validating per the Dataset JSON schema file, as described in CDISC (2023) <https://www.cdisc.org/dataset-json>.
URL: https://atorus-research.github.io/datasetjson
BugReports: https://github.com/atorus-research/datasetjson/issues
Description: Read, construct and write CDISC (Clinical Data Interchange Standards Consortium) Dataset JSON (JavaScript Object Notation) files, while validating per the Dataset JSON schema file, as described in CDISC (2023) <https://www.cdisc.org/standards/data-exchange/dataset-json>.
URL: https://atorus-research.github.io/datasetjson/
BugReports: https://github.com/atorus-research/datasetjson/issues/
Encoding: UTF-8
Language: en-US
License: Apache License (>= 2)
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library(datasetjson)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->

Welcome to **datasetjson**. **datasetjson** is an R package built to read and write [CDISC Dataset JSON](https://www.cdisc.org/dataset-json) formatted datasets.
Welcome to **datasetjson**. **datasetjson** is an R package built to read and write [CDISC Dataset JSON](https://www.cdisc.org/standards/data-exchange/dataset-json) formatted datasets.

As always, we welcome your feedback. If you spot a bug, would like to see a new feature, or if any documentation is unclear - submit an issue through GitHub right [here](https://github.com/atorus-research/datasetjson/issues).

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
<!-- badges: end -->

Welcome to **datasetjson**. **datasetjson** is an R package built to
read and write [CDISC Dataset JSON](https://www.cdisc.org/dataset-json)
read and write [CDISC Dataset
JSON](https://www.cdisc.org/standards/data-exchange/dataset-json)
formatted datasets.

As always, we welcome your feedback. If you spot a bug, would like to
Expand Down Expand Up @@ -92,7 +93,7 @@ cat(js_text)
```

## {
## "datasetJSONCreationDateTime": "2025-01-24T12:44:59",
## "datasetJSONCreationDateTime": "2025-01-24T16:34:20",
## "datasetJSONVersion": "1.1.0",
## "fileOID": "/some/path",
## "dbLastModifiedDateTime": "2025-01-21T13:34:50",
Expand Down
6 changes: 3 additions & 3 deletions man/datasetjson-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/datasetjson.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The `columns` parameter is special here, in that you provide a data frame with t
iris_items
```

This data frame has 7 columns, 4 of which are strictly required. This is defined by the [CDISC Dataset JSON Specification](https://www.cdisc.org/dataset-json).
This data frame has 7 columns, 4 of which are strictly required. This is defined by the [CDISC Dataset JSON Specification](https://www.cdisc.org/standards/data-exchange/dataset-json).

| **Attribute** | **Requirement** | **Description** |
|----------------|-----------------|--------------------------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit dbedb9a

Please sign in to comment.