Skip to content

Commit

Permalink
Merge pull request #14 from atorus-research/dev
Browse files Browse the repository at this point in the history
Update for CRAN availability.
  • Loading branch information
mstackhouse committed Sep 15, 2023
2 parents 5d1f11a + edc2fc2 commit e420165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can install **datasetjson** with:

```{r install, eval=FALSE}
# Install from CRAN:
# install.packages("datasetjson") # Will be updated once accepted to CRAN!
install.packages("datasetjson")
# Or install the development version:
devtools::install_github("https://github.com/atorus-research/datasetjson.git", ref="dev")
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can install **datasetjson** with:

``` r
# Install from CRAN:
# install.packages("datasetjson") # Will be updated once accepted to CRAN!
install.packages("datasetjson")

# Or install the development version:
devtools::install_github("https://github.com/atorus-research/datasetjson.git", ref="dev")
Expand Down Expand Up @@ -78,10 +78,10 @@ cat(js_text)
```

## {
## "creationDateTime": "2023-09-13T13:49:37",
## "creationDateTime": "2023-09-15T17:57:31",
## "datasetJSONVersion": "1.0.0",
## "fileOID": "NA",
## "asOfDateTime": "2023-09-13T13:49:37",
## "asOfDateTime": "2023-09-15T17:57:31",
## "originator": "Some Org",
## "sourceSystem": "source system",
## "sourceSystemVersion": "1.0",
Expand Down Expand Up @@ -174,7 +174,7 @@ attached as attributes on the data frame itself:
print(attr(dat, "creationDateTime"))
```

## [1] "2023-09-13T13:49:37"
## [1] "2023-09-15T17:57:31"

``` r
print(attr(dat$Sepal.Length, "OID"))
Expand Down

0 comments on commit e420165

Please sign in to comment.