diff --git a/DESCRIPTION b/DESCRIPTION index cb0304b0..0a5680d3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.code Title: Code Storage and Execution Class for `teal` Applications -Version: 0.3.0.9009 -Date: 2023-07-31 +Version: 0.4.0 +Date: 2023-08-11 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")), person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"), @@ -40,7 +40,7 @@ Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -Collate: +Collate: 'include_css_js.R' 'qenv-class.R' 'qenv-errors.R' diff --git a/NEWS.md b/NEWS.md index a199fb71..55f75c57 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ -# teal.code 0.3.0.9009 +# teal.code 0.4.0 -* `dev_suppress` has been added to suppress rendering of plots on IDE. +# Breaking Change * `chunks` have been removed. The new `qenv` object should be used instead. See the new `qenv` vignette in the package for further details. +### Miscellaneous +* `dev_suppress` has been added to suppress rendering of plots on IDE. + # teal.code 0.3.0 ### Major breaking change