Skip to content

Commit

Permalink
v0.1.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored May 30, 2023
1 parent d1370ea commit 9027028
Show file tree
Hide file tree
Showing 24 changed files with 58 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
^vignettes/epoxy\.Rmd$
^\.vscode$
^CODE_OF_CONDUCT\.md$
^cran-comments\.md$
^vignettes/images/hal-gatewood-tZc3vjPCk-Q-unsplash\.jpg$
^vignettes/images/javier-quesada-ZYb_fGvNndA-unsplash\.jpg$
^vignettes/images/mel-poole-gT-Sob4njj8-unsplash\.jpg$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: epoxy
Title: String Interpolation for Documents, Reports and Apps
Version: 0.0.4.9999
Version: 0.1.0
Authors@R: c(
person("Garrick", "Aden-Buie", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# epoxy rc-0.1.0
# epoxy 0.1.0

This is epoxy's first release on CRAN! This NEWS file collects changes from
versions that were available on GitHub prior to the CRAN release.
Expand Down
2 changes: 2 additions & 0 deletions R/deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#'
#' @param ... Passed to the new `epoxy_transform` function.
#'
#' @return Returns the result of the new `epoxy_transform` function.
#'
#' @keywords internal
#' @export
#' @name epoxy_style
Expand Down
2 changes: 1 addition & 1 deletion R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
#' readers.
#'
#' If your template includes changes in lots of disparate areas, it would be
#' better to set `"aria-live" = "polite"` and `"aria-atomic" = "true"`` on
#' better to set `"aria-live" = "polite"` and `"aria-atomic" = "true"` on
#' specific regions that should be announced together. Otherwise, the default
#' is to announce the entire region within the `ui_epoxy_html()` whenever any
#' of the values within change. In other words, set `.aria_live = "off"` and
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ scripts, reports, and apps.
Use `epoxy` chunks for extra-strength inline syntax. Just
`library(epoxy)` in your [R Markdown](https://rmarkdown.rstudio.com) or
[Quarto](https://quarto.org) document to get started. All epoxy chunks
make it easy to tranform values in place with a `{cli}`-inspired inline
make it easy to transform values in place with a `{cli}`-inspired inline
syntax described in `?epoxy_transform_inline`.

### [In R scripts](https://pkg.garrickadenbuie.com/epoxy/articles/epoxy-script.html)
Expand Down Expand Up @@ -101,7 +101,7 @@ and it features movie stars
<blockquote>
The movie *Back to the Future Part II* was released in **1989**. It
earned \$118,450,002 with a budget of \$40,000,000, and it features
movie stars Michael J. Fox, Christopher Lloyd, Lea Thompson, and Thomas
movie stars Michael J. Fox, Christopher Lloyd, Lea Thompson and Thomas
F. Wilson.
</blockquote>

Expand Down
24 changes: 24 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release, resubmitted to CRAN to address comments.

> If there are references describing the methods in your package, please
> add these in the description field of your DESCRIPTION file
This package doesn't implement methods from a paper or other reference.

> Missing Rd-tags:
> epoxy_style.Rd: \value
I have added the missing `\value` tag for `epoxy_style()`.

> Please ensure that your functions do not write by default or in your
> examples/vignettes/tests in the user's home filespace.
This package doesn't include any functions that write output.
I verified that tests write to the temporary directory.
There is an internal function that is used to build the
package documentation during development; it's possible that
this was the source of the note.
3 changes: 3 additions & 0 deletions man/epoxy_style.Rd

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

2 changes: 1 addition & 1 deletion man/fragments/epoxy-lead.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Use `epoxy` chunks for extra-strength inline syntax.
Just `library(epoxy)`
in your [R Markdown][rmarkdown] or [Quarto][quarto]
document to get started.
All epoxy chunks make it easy to tranform values in place
All epoxy chunks make it easy to transform values in place
with a `{cli}`-inspired inline syntax
described in `?epoxy_transform_inline`.

Expand Down
9 changes: 8 additions & 1 deletion man/ui_epoxy_html.Rd

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

9 changes: 8 additions & 1 deletion man/ui_epoxy_markdown.Rd

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

2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ template:
package: grkgdown

development:
mode: release
mode: auto

navbar:
components:
Expand Down
2 changes: 1 addition & 1 deletion pkgdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scripts, reports, and apps
Use `epoxy` chunks for extra-strength inline syntax. Just
`library(epoxy)` in your [R Markdown](https://rmarkdown.rstudio.com) or
[Quarto](https://quarto.org) document to get started. All epoxy chunks
make it easy to tranform values in place with a `{cli}`-inspired inline
make it easy to transform values in place with a `{cli}`-inspired inline
syntax described in `?epoxy_transform_inline`.

### [In R scripts](articles/epoxy-script.html)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ render_rmd <- function(rmd_text, ..., output_format = rmarkdown::md_document())
writeLines(rmd_text, tmpfile)
out <- rmarkdown::render(tmpfile, output_format = output_format, ..., envir = new.env(), quiet = TRUE)
if (is.character(out) && file.exists(out)) {
on.exit(unlink(out))
on.exit(unlink(out), add = TRUE)
readLines(out)
} else out
}
Binary file modified vignettes/images/epoxy-shiny/epoxy-app-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/epoxy-app-bechdel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/epoxy-app-copies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/epoxy-app-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/epoxy-app-input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/epoxy-app-markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/epoxy-example-markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/epoxy-mustache-empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/epoxy-mustache-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/images/epoxy-shiny/shiny-app-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9027028

Please sign in to comment.