-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DESCRIPTION before CRAN release #193
Conversation
Signed-off-by: Marcin <[email protected]>
Code Coverage Summary
Diff against main
Results for commit: 137c49b Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Wanna sneak in the update on the installation instructions on this PR? 😄 diff --git a/README.md b/README.md
index b3fd153..93b72d6 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ This package provides various widgets for `teal` applications. Examples include:
```r
# stable versions
-install.packages('teal.widgets', repos = c('https://insightsengineering.r-universe.dev', getOption('repos')))
+install.packages('teal.widgets')
# install.packages("pak")
pak::pak("insightsengineering/teal.widgets@*release") |
@averissimo I did cross installation instructions : ) let's change them the moment the package lands on CRAN. This might take a couple more days (weeks) so let's leave installation as it is |
Signed-off-by: Marcin <[email protected]>
I just noticed that the side effect is that the README link on CRAN still has the r-universe way of installing :-\ https://cran.r-project.org/web/packages/teal.widgets/readme/README.html It's not a big deal though as it will eventually be updated |
Oh yeah, I think the final version pushed to CRAN should have that changed manually |
Continuation of #191 and a part of #189