diff --git a/DESCRIPTION b/DESCRIPTION index 4e502d36..db409f6a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: safetyGraphics -Title: Create Interactive Graphics Related to Clinical Trial Safety +Title: Interactive Graphics for Monitoring Clinical Trial Safety Version: 2.0.0 Authors@R: c( person("Jeremy", "Wildfire", email = "jwildfire@gmail.com", role = c("cre","aut")), @@ -9,10 +9,10 @@ Authors@R: c( person("James","Buchanan", role="aut"), person("Susan","Duke", role="aut")) Maintainer: Jeremy Wildfire -Description: A framework for evaluation of clinical trial safety. Users can interactively explore their data using the 'Shiny' application or create standalone 'htmlwidget' charts. Interactive charts are built using 'd3.js' and 'webcharts.js' 'JavaScript' libraries. +Description: A framework for evaluation of clinical trial safety. Users can interactively explore their data using the included 'Shiny' application. URL: https://github.com/SafetyGraphics/safetyGraphics BugReports: https://github.com/SafetyGraphics/safetyGraphics/issues -Depends: R (>= 3.5) +Depends: R (>= 4.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true diff --git a/NEWS.md b/NEWS.md index 4a1bf14d..d3c75d20 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,16 @@ +# safetyGraphics v2.0.0 + +Version 2 of {safetyGraphics} is a major update that adds the following features: + +- Added support for multiple data domains +- Streamlined support for multiple chart types +- Improved chart export and newly added full-app export +- Single filtering module for all charts +- New "Config" tab summarizing app configuration +- Created new `safetyGraphicsInit()` app with a simple UI that can initialize the app with custom data/charts + +For more details, see the fully updated vingettes. + # safetyGraphics v1.1.0 Allows users to preload their own charts and data sets for use in the safetyGraphics Shiny Application. See the "Custom Workflows" Vignette for details and examples. diff --git a/cran-comments.md b/cran-comments.md index 6b30e46d..cfe28e38 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,8 @@ ## Test environments -* local OS X install, R 3.5.0 -* local windows install, R 3.5.0 -* ubuntu 14.04 (on travis-ci), R 3.5.0 - +* local OS X install, R 4.1.0 +* Fedora Linux, R-devel, clang, gfortran (rhub.io) +* Ubuntu Linux 16.04 LTS, R-release, GCC (rhub.io) +* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (rhub.io) ## R CMD check results There were no ERRORs, WARNINGs or NOTEs. diff --git a/docs/index.html b/docs/index.html index fc480ccc..61553b1e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,14 +5,14 @@ -Create Interactive Graphics Related to Clinical Trial Safety • safetyGraphics +Interactive Graphics for Monitoring Clinical Trial Safety • safetyGraphics - - + +