Skip to content

Commit

Permalink
Add to CRAN ignores and fix 404 link (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 7, 2023
1 parent 51ad9b7 commit a0becce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
^CRAN-RELEASE$
^example_apps$
^CRAN-SUBMISSION$
^\.prettierrc.json$
^\.prettierignore$
^CONTRIBUTING\.md$
2 changes: 1 addition & 1 deletion vignettes/custom-browser-tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For notes on creating URLs for your data either locally or hosted, read more [he

## Creating a minimal shiny app

[Shiny](https://shiny.rstudio.com/) is an excellent web framework that makes it easy to create interactive web applications with a minimal amount of R code.
[Shiny](https://shiny.posit.co/) is an excellent web framework that makes it easy to create interactive web applications with a minimal amount of R code.
The basic Shiny app consists of a UI and a server:

```{r}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/json-tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Here are some great resources for learning more about JBrowse 2 configuration:
- [JBrowse 2 config guide](https://jbrowse.org/jb2/docs/config_guide)
- [JBrowse 2 React component example](https://github.com/GMOD/jbrowse-components/blob/master/products/jbrowse-react-linear-genome-view/docs/example.md)
- [JBrowse 2 CLI quickstart](https://jbrowse.org/jb2/docs/quickstart_cli)
- [JBrowse 2 graphical config editing quickstart](https://jbrowse.org/jb2/docs/quickstart_gui)
- [JBrowse 2 graphical config editing quickstart](https://jbrowse.org/jb2/docs/tutorials/config_gui/)
- [JBrowse 2 test data](https://github.com/GMOD/jbrowse-components/tree/master/test_data)

One important point when looking at JB2 config files is that the main app accepts an array of assembly objects.
Expand Down

0 comments on commit a0becce

Please sign in to comment.