coolbutuseless / yyjsonr

Fast JSON package for R
https://coolbutuseless.github.io/package/yyjsonr/index.html
Other
121 stars 7 forks source link

Next CRAN Release Mid-2024 #38

Open coolbutuseless opened 4 months ago

coolbutuseless commented 4 months ago

Features

Housekeeping:

kadyb commented 4 months ago

include latest yyjson and its LICENSE file

Just to confirm, I currently couldn't find the file LICENSE-yyjson.txt listed here:

https://github.com/coolbutuseless/yyjsonr/blob/225d641b90c20631d364c0f717983e26d0971781/inst/COPYRIGHTS#L4

https://github.com/coolbutuseless/yyjsonr/blob/225d641b90c20631d364c0f717983e26d0971781/README.Rmd#L58

coolbutuseless commented 4 months ago

@kadyb Thanks for the feedback - I've clarified in the README how to access this file installed with the package:

readLines(system.file('LICENSE-yyjson.txt', package = 'yyjsonr', mustWork = TRUE))
kadyb commented 3 months ago

Aaa, ok. I couldn't find this file because I was looking for it in the GitHub repository.