Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Read from JSON text failing #22

Closed
mstackhouse opened this issue Oct 10, 2023 · 0 comments · Fixed by #24
Closed

Bug: Read from JSON text failing #22

mstackhouse opened this issue Oct 10, 2023 · 0 comments · Fixed by #24
Assignees
Labels
bug Something isn't working

Comments

@mstackhouse
Copy link
Contributor

What happened?

At some point it looks like the

Session Information

R version 4.3.0 (2023-04-21)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 22.04.2 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so;  LAPACK version 3.10.0

locale:
 [1] LC_CTYPE=C.UTF-8       LC_NUMERIC=C           LC_TIME=C.UTF-8        LC_COLLATE=C.UTF-8    
 [5] LC_MONETARY=C.UTF-8    LC_MESSAGES=C.UTF-8    LC_PAPER=C.UTF-8       LC_NAME=C             
 [9] LC_ADDRESS=C           LC_TELEPHONE=C         LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C   

time zone: Etc/UTC
tzcode source: system (glibc)

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] datasetjson_0.1.0

loaded via a namespace (and not attached):
 [1] digest_0.6.33      fastmap_1.1.1      xfun_0.40          knitr_1.43         htmltools_0.5.6   
 [6] rmarkdown_2.24     cli_3.6.1          jsonvalidate_1.3.2 compiler_4.3.0     rstudioapi_0.15.0 
[11] tools_4.3.0        curl_5.0.2         evaluate_0.21      Rcpp_1.0.11        yaml_2.3.7        
[16] rlang_1.1.1        jsonlite_1.8.7     V8_4.3.3    

Reproducible Example

ds_json <- dataset_json(iris[1:5, ], "IG.IRIS", "IRIS", "Iris", iris_items)
js <- write_dataset_json(ds_json, pretty=TRUE)
dat <- read_dataset_json(js)
@mstackhouse mstackhouse added the bug Something isn't working label Oct 10, 2023
@mstackhouse mstackhouse self-assigned this Oct 10, 2023
mstackhouse added a commit that referenced this issue Oct 10, 2023
This was referenced Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant