From edc2fc26effb2262dafc90fba098f9e29973ca9e Mon Sep 17 00:00:00 2001 From: "mike.stackhouse" Date: Fri, 15 Sep 2023 17:58:01 +0000 Subject: [PATCH] Update for CRAN availability. --- README.Rmd | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 4895721..1d93186 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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") diff --git a/README.md b/README.md index ee68847..73e368c 100644 --- a/README.md +++ b/README.md @@ -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") @@ -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", @@ -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"))