tidymodels / infer

An R package for tidyverse-friendly statistical inference
https://infer.tidymodels.org
Other
726 stars 80 forks source link

Upkeep for infer #474

Closed simonpcouch closed 1 year ago

simonpcouch commented 1 year ago

2020

2021

2022

2023

Posit updates:

Other updates:

is_rstudio_pkg <- function() TRUE

mockr::with_mock(is_rstudio_pkg = function() TRUE, {usethis::use_tidy_logo()})
# install.packages("pak")
pak::pak("org/pkg")
andrewpbray commented 1 year ago

Hey @simonpcouch thanks for putting this together. These all look like great additions.

Could you tell me more about the copyright? Do you know what the implications are for the copyright being held jointly by the package authors and by a B corp?

simonpcouch commented 1 year ago

Thanks for the holler @andrewpbray, and apologies for not providing more context. This issue was automatically generated by usethis::use_tidy_upkeep_issue(), and I'm now working through and editing the list to get rid of things that aren't applicable here or have already been done.

Since we've already done the work of relicensing the package to MIT, I'm fine with deleting the suggested copyright change:

 * Update copyright holder in DESCRIPTION: person(given = "Posit, PBC", role = c("cph", "fnd"))

and will open a separate issue down the line if that's something we feel like we ought to do. :)

andrewpbray commented 1 year ago

Sounds good - thanks!

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.