Skip to content

Commit

Permalink
updated package info + comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevantis committed Aug 9, 2021
1 parent 7147b71 commit 4a0004b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cloudos
Title: R Client Library for CloudOS
Version: 0.01
Version: 0.2.0
Authors@R: c(
person(given = "Sangram Keshari",
family = "Sahu",
Expand All @@ -15,8 +15,6 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
VignetteBuilder:
knitr
RoxygenNote: 7.1.1
Imports:
httr,
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# cloudos 0.01
# cloudos 0.2.0

* Adds compatibility for cohort browser v2 API.
* Renames a number of functions with more consistent naming scheme. #58
* Minor package structure adjustments to conform to CRAN guidelines.

# cloudos 0.1.0 (v0.01)

* Phenotypic plot improvement and bug fixes #9
* Adds phenotypic filter discovery, query and apply. `cb_search_phenotypic_filters()`, `cb_filter_metadata()`, `cb_get_filter_statistics()`, `cb_apply_filter()` and also support for multiple phenotypic filter apply. #13
Expand Down
20 changes: 17 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
## Test environments
* local R installation, R 4.1.0
* ubuntu 16.04 (on travis-ci), R 4.1.0
* win-builder (devel)
* macOS-latest (release) on github CI
* windows-latest (release) on github CI
* windows-latest (3.6) on github CI
* ubuntu-16.04 (devel) on github CI
* ubuntu-16.04 (release) on github CI
* ubuntu-16.04 (oldrel) on github CI
* ubuntu-16.04 (3.5) on github CI
* ubuntu-16.04 (3.4) on github CI
* ubuntu-16.04 (3.3) on github CI

## R CMD check results

0 errors | 0 warnings | 1 note
── R CMD check results ────────────────────────────────────── cloudos 0.2.0 ────
Duration: 23.4s

* This is a new release.
❯ checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Sangram Keshari Sahu <[email protected]>

New submission

0 errors ✔ | 0 warnings ✔ | 1 note ✖

0 comments on commit 4a0004b

Please sign in to comment.