Skip to content

Commit

Permalink
Merge pull request #131 from Appsilon/upgrade-react-3.19
Browse files Browse the repository at this point in the history
Upgrade react 3.19
  • Loading branch information
jakubnowicki authored Jun 5, 2024
2 parents 4cbbabf + bb5f605 commit e02c25c
Show file tree
Hide file tree
Showing 42 changed files with 4,942 additions and 2,670 deletions.
12 changes: 7 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shiny.gosling
Title: A Grammar-based Toolkit for Scalable and Interactive Genomics Data Visualization for R and Shiny
Version: 1.0.2
Version: 1.0.3
Language: en-US
Authors@R:
c(
Expand All @@ -13,21 +13,23 @@ Authors@R:
comment = c(ORCID = "0000-0003-4021-513X")),
person("Federico", "Rivadeneira",
role = c("aut"),
comment = c(ORCID = "0000-0001-7818-1225"))
comment = c(ORCID = "0000-0001-7818-1225")),
person("Vedha", "Viyash",
email = "[email protected]",
role = c("aut"))
)
Description: A Grammar-based Toolkit for Scalable and Interactive Genomics Data Visualization. http://gosling-lang.org/. This R package is based on gosling.js. It uses R functions to create gosling plots that could be embedded onto R Shiny apps.
License: LGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
biocViews: ShinyApps, Genetics, Visualization
Imports:
htmltools,
jsonlite,
rlang,
shiny,
shiny.react (>= 0.3.0),
shiny.react (<= 0.3.0),
shiny.react (>= 0.4.0),
fs,
digest,
rjson
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
> _R Shiny wrapper for Gosling.js - Grammar-based Toolkit for Scalable and Interactive Genomics Data Visualization_
<!-- badges: start -->
[![in Bioc](https://bioconductor.org/shields/years-in-bioc/shiny.gosling.svg)](https://bioconductor.org/packages/release/bioc/html/shiny.gosling.html#since)
[![BiocCheck](https://github.com/Appsilon/shiny.gosling/actions/workflows/bioc-check.yml/badge.svg)](https://github.com/Appsilon/shiny.gosling/actions/workflows/bioc-check.yml)
[![R-CMD-checks](https://github.com/Appsilon/shiny.gosling/actions/workflows/r-cmd-check.yml/badge.svg)](https://github.com/Appsilon/shiny.gosling/actions/workflows/r-cmd-check.yml)
<!-- badges: end -->
Expand All @@ -14,8 +15,10 @@ Based on [gosling.js](http://gosling-lang.org/) and powered by [shiny.react](htt
To install the packages, run:

```R
remotes::install_github("Appsilon/shiny.react")
remotes::install_github("Appsilon/shiny.gosling")
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("shiny.gosling")
```

Take a look at [basic example app](https://github.com/Appsilon/shiny.gosling/blob/main/inst/examples/staticCircularBar/app.R) to start working with _shiny.gosling_.
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ATAC
ATCC
BedGraph
BigWig
Bioc
BiocCheck
Biosafety
CMD
Expand Down
2 changes: 2 additions & 0 deletions inst/www/120.gosling.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions inst/www/120.gosling.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*!
* html2canvas 1.4.1 <https://html2canvas.hertzen.com>
* Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
* Released under MIT License
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
2 changes: 2 additions & 0 deletions inst/www/354.gosling.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions inst/www/354.gosling.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*!
* html2canvas 1.4.1 <https://html2canvas.hertzen.com>
* Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
* Released under MIT License
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
2 changes: 2 additions & 0 deletions inst/www/407.gosling.js

Large diffs are not rendered by default.

Loading

0 comments on commit e02c25c

Please sign in to comment.