Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwildfire committed Sep 21, 2021
1 parent 4816313 commit e4d374e
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 13 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("cre","aut")),
Expand All @@ -9,10 +9,10 @@ Authors@R: c(
person("James","Buchanan", role="aut"),
person("Susan","Duke", role="aut"))
Maintainer: Jeremy Wildfire <[email protected]>
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
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ articles:
TechnicalFAQ: TechnicalFAQ.html
chartConfiguration: chartConfiguration.html
intro: intro.html
last_built: 2021-09-21T20:39Z
last_built: 2021-09-21T20:52Z
urls:
reference: https://pages.github.com/SafetyGraphics/safetyGraphics/reference
article: https://pages.github.com/SafetyGraphics/safetyGraphics/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/app_startup.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/app_startup.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4d374e

Please sign in to comment.