Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ inst/doc
docs

CRAN-SUBMISSION
.Rproj.user

.positai
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: shinyreprex
Type: Package
Package: shinyreprex
Title: Reproducible Code for 'Shiny' Objects
Version: 0.1.0
Version: 0.2.0
Authors@R: c(person("Ashley", "Baldry", email = "ashley.baldry@acuityanalytics.com", role = c("aut", "cre")))
Description: Provides functionality to extract reactive expressions from a 'shiny' application and
convert them into stand-alone R scripts. This enables users to reproduce tables and visualisations
Expand All @@ -24,13 +24,13 @@ Suggests:
shiny,
spelling,
testthat (>= 3.0.0)
Language: en-GB
VignetteBuilder: knitr
Config/Needs/website: rmarkdown, ascentsoftware/acuitydown
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Config/Needs/website: ascentsoftware/ascentdown
VignetteBuilder: knitr
Collate:
'Repro_S7.R'
'S7_utils.R'
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# shinyreprex 0.2.0

New features:

* Handling special cases of additional base functions `switch` and `[[`

Other updates:

* Update to the logo

Bug fixes:



# shinyreprex 0.1.0

* This is the first release of shinyreprex
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# shinyreprex

<img src="man/figures/logo.png" width="120" height="120" align="right" alt=""/>
# shinyreprex <a href="https://AscentSoftware.github.io/shinyreprex"><img src="man/figures/logo.svg" align="right" height="139" alt="dtlg website" /></a>

<!-- badges: start -->
[![R-CMD-check](https://github.com/AscentSoftware/shinyreprex/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AscentSoftware/shinyreprex/actions/workflows/R-CMD-check.yaml)
[![CRAN version](https://www.r-pkg.org/badges/version/shinyreprex)](https://cran.r-project.org/package=shinyreprex)
[![R CMD check](https://github.com/AscentSoftware/shinyreprex/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AscentSoftware/shinyreprex/actions/workflows/R-CMD-check.yaml)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://cran.r-project.org/web/licenses/MIT)
[![CRAN downloads last month](http://cranlogs.r-pkg.org/badges/last-month/shinyreprex)](https://cran.r-project.org/package=shinyreprex)
<!-- badges: end -->

The aim of **shinyreprex** is to be able to recreate any reactive or output that is available in
Expand All @@ -16,7 +17,11 @@ environment outside of Shiny.

## Installation

To get the latest version of shinyreprex, install from GitHub:
``` r
install.packages("shinyreprex")
```

To get the development version of shinyreprex, install from GitHub:

```r
require(remotes)
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://ascentsoftware.github.io/shinyreprex/
template:
package: ascentdown
package: acuitydown
bootstrap: 5
Binary file removed man/figures/logo.png
Binary file not shown.
155 changes: 155 additions & 0 deletions man/figures/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion man/s7_classes.Rd

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

File renamed without changes.
Loading