This commit is contained in:
Hong Ooi 2021-01-14 08:48:51 +11:00
Родитель 6b0d3cb297
Коммит 11a20d95fb
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Package: AzureCosmosR
Title: Interface to the 'Azure Cosmos DB' 'NoSQL' Database Service
Version: 0.0.1
Version: 1.0.0
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role=c("aut", "cre")),
person("Andrew", "Liu", role="ctb", comment="Assistance with Cosmos DB"),

3
NEWS.md Normal file
Просмотреть файл

@ -0,0 +1,3 @@
# AzureCosmosR 1.0.0
- Initial CRAN release.