Skip to content

Commit

Permalink
Merge pull request #1135 from rstudio/change-company-name
Browse files Browse the repository at this point in the history
Change company name throughout
  • Loading branch information
rich-iannone committed Nov 18, 2022
2 parents 7df4d22 + 00071e6 commit e9d39da
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .github/CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ If you believe you found a bug, create a minimal [reprex](https://reprex.tidyver

A great way to help is by simply answering questions. It's amazing how a little conversation could lead to better insights on a problem. Don't quite know the answer? That's okay too. We're all in this together.

Where might you answer user questions? Some of the forums for Q&A on **gt** include the [RStudio community](https://community.rstudio.com), on Twitter (a good search term is `gt #rstats`), and on [Stack Overflow](https://stackoverflow.com). Good etiquette is key during these interactions: be a good person to all who ask questions.
Where might you answer user questions? Some of the forums for Q&A on **gt** include the [Posit community](https://community.rstudio.com), on Twitter (a good search term is `gt #rstats`), and on [Stack Overflow](https://stackoverflow.com). Good etiquette is key during these interactions: be a good person to all who ask questions.

### Making Pull Requests

Expand All @@ -19,9 +19,8 @@ Should you consider making a pull request (PR), please file an issue first and e
Once there is consensus that a PR based on the issue would be helpful, adhering to the following process will make things proceed more quickly:

* Create a separate Git branch for each PR.
* Look at the Travis and AppVeyor build status badges before and after making changes; these badges are available in the package [README](https://github.com/rstudio/gt).
* Look at the build status badges before and after making changes; these badges are available in the package [README](https://github.com/rstudio/gt).
* The **gt** package follows the tidyverse [style guide](http://style.tidyverse.org) so please adopt those style guidelines in your submitted code as best as possible.
* The internal documentation uses [roxygen2](https://cran.r-project.org/web/packages/roxygen2/vignettes/roxygen2.html); if your contribution requires new or revised documentation ensure that the roxygen comments are added/modified (do not modify any `.Rd` files in the `man` folder).
* We use [testthat](https://cran.r-project.org/web/packages/testthat/) for code coverage; those contributions with test cases included are helpful easier to accept.
* Add a bullet to the top of `NEWS.md` below the current development version header describing any user-facing changes made; include your GitHub username, and links to relevant issue(s)/PR(s).
* Ensure that you have signed the contributor license agreement. It will appear as a "Check" on your PR and a comment from "CLAassistant" will also appear explaining whether you have yet to sign. After you sign, you can click the "Recheck" link in that comment and the check will flip to reflect that you've signed.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -19,7 +19,7 @@ Authors@R: c(
comment = c(ORCID = "0000-0003-0637-4436")),
person("JooYoung", "Seo", , "jseo1005@illinois.edu", "aut",
comment = c(ORCID = "0000-0002-4064-6012")),
person("RStudio", role = c("cph", "fnd"))
person("Posit Software, PBC", role = c("cph", "fnd"))
)
License: MIT + file LICENSE
URL: https://gt.rstudio.com/, https://github.com/rstudio/gt
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,2 +1,2 @@
YEAR: 2018-2022
COPYRIGHT HOLDER: RStudio, PBC
COPYRIGHT HOLDER: Posit Software, PBC
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2022 RStudio, PBC
Copyright (c) 2018-2022 Posit Software, PBC

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -5,15 +5,15 @@
<hr style="color:transparent"/>
<!-- badges: start -->
<a href="https://cran.r-project.org/package=gt"><img src="https://www.r-pkg.org/badges/version/gt" alt="CRAN status" /></a>
<a href="https://github.com/rstudio/gt/actions"><img src="https://github.com/rich-iannone/pointblank/workflows/R-CMD-check/badge.svg" alt="R build status" /></a>
<a href="https://github.com/rstudio/gt/actions"><img src="https://github.com/rstudio/gt/workflows/R-CMD-check/badge.svg" alt="R build status" /></a>
<a href="https://app.codecov.io/gh/rstudio/gt?branch=master"><img src="https://codecov.io/gh/rstudio/gt/branch/master/graph/badge.svg" alt="Coverage status" /></a>

<a href="https://bestpractices.coreinfrastructure.org/projects/5593"><img src="https://bestpractices.coreinfrastructure.org/projects/5593/badge" alt="Best Practices"></a>
<a href="https://www.repostatus.org/#active"><img src="https://www.repostatus.org/badges/latest/active.svg" alt="The project has reached a stable, usable state and is being actively developed." /></a>
<a href="https://CRAN.R-project.org/package=gt"><img src="https://cranlogs.r-pkg.org/badges/gt" alt="Monthly Downloads"></a>
<a href="https://CRAN.R-project.org/package=gt"><img src="https://cranlogs.r-pkg.org/badges/grand-total/gt" alt="Total Downloads"></a>

[![RStudio community](https://img.shields.io/badge/RStudio%20Cloud-gt%20Test%20Drive-blue?style=social&logo=rstudio&logoColor=75AADB)](https://rstudio.cloud/project/779965)
[![Posit Cloud](https://img.shields.io/badge/Posit%20Cloud-gt%20Test%20Drive-blue?style=social&logo=rstudio&logoColor=75AADB)](https://rstudio.cloud/project/779965)

<a href="https://www.contributor-covenant.org/version/2/0/code_of_conduct/"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
<!-- badges: end -->
Expand Down Expand Up @@ -93,7 +93,7 @@ for experimenting with **gt**’s functions.
Beyond this simple example, there are many functions available in **gt**
for creating super-customized tables. For much more information on these, visit the
[documentation website](https://gt.rstudio.com/) or take
a *Test Drive* in the [RStudio Cloud project](https://rstudio.cloud/project/779965).
a *Test Drive* in the [Posit Cloud project](https://rstudio.cloud/project/779965).

## DISCUSSIONS

Expand Down Expand Up @@ -179,7 +179,7 @@ participating in this project you agree to abide by its terms.
**gt** is licensed under the MIT license. See the
[`LICENSE.md`](LICENSE.md) file for more details.

© RStudio, PBC.
© Posit Software, PBC.

## 🏛️ Governance

Expand Down
2 changes: 1 addition & 1 deletion man/gt-package.Rd

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

4 changes: 2 additions & 2 deletions tests/gt-examples/05-html-email/connect-example-main.Rmd
Expand Up @@ -61,12 +61,12 @@ diamonds %>%
as_raw_html()
```

We can create an email using **RStudio Connect**, one that aligns with the content from this report. We do this with the `render_connect_email()` and `attach_connect_email()` functions from the **blastula** package. The email subdocument (`"connect-example-email.Rmd"`) is used to craft the contents of the email, drawing upon results available in this document.
We can create an email using **Posit Connect**, one that aligns with the content from this report. We do this with the `render_connect_email()` and `attach_connect_email()` functions from the **blastula** package. The email subdocument (`"connect-example-email.Rmd"`) is used to craft the contents of the email, drawing upon results available in this document.

```{r connect_email, echo=FALSE}
render_connect_email(input = "connect-example-email.Rmd") %>%
attach_connect_email(
subject = "RStudio Connect HTML Email",
subject = "Posit Connect HTML Email",
attach_output = TRUE
)
```
Expand Down

0 comments on commit e9d39da

Please sign in to comment.