-
Notifications
You must be signed in to change notification settings - Fork 67
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
Overhaul package #45
Open
salim-b
wants to merge
34
commits into
anthonynorth:master
Choose a base branch
from
salim-b:improve-install
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Overhaul package #45
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
and rename fn
- rewrite majority of R code to be more consistent and logically coherent incl. lots of renamings - improve QSS installation for Windows by checking file access permissions; display a warning with more infos if permissions are insufficient (not admin) - improve QSS installation for Linux: ask interactively for administrator credentials by calling [Polkit](https://en.wikipedia.org/wiki/Polkit)'s #' [`pkexec`](https://www.freedesktop.org/software/polkit/docs/latest/pkexec.1.html) and perform all admin-level actions in one go - improve/extend documentation; should be less confusing now for users who didn't know about QSS
(obsolete leftover)
(wasn't really intentional to use it😅)
this is performed by Pandoc under the hood and only available in RStudio 1.4+, see https://rstudio.github.io/visual-markdown-editing/
and overhaul it to be more clear/precise
(RStudio's built-in auto-formatting broke the proper Markdown syntax 😒)
@anthonynorth Did you have a chance to look at this PR? |
i.a. updates related to R 4.2.0's doc enhancements, cf. https://developer.r-project.org/Blog/public/2022/04/08/enhancements-to-html-documentation/index.html
(default in upcoming RStudio)
maybe these `GEL-OVUB*` classes are not really permanent and thus a dead end?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rewrite majority of R code to be more consistent and logically coherent incl. lots of renamings; use consistent style (mostly tidyverse-compliant; but line width @ 160)
improve QSS installation for Windows by checking file access permissions; display a warning with more infos if permissions are insufficient (not admin)
improve QSS installation for Linux: ask interactively for administrator credentials by calling Polkit's
pkexec
and perform all admin-level actions in one goimprove/extend documentation; should be less confusing now for users who haven't heard about RStudio's QSS files before
improve/extend package title and description
update and convert README to R Markdown format (and generate
README.md
usingdevtools::build_readme()
) to make use of RStudio 1.4's new Markdown canonicalizationneeds testing on Windows! otherwise package should be more-or-less ready for a CRAN submission at this point (though we might want to tackle other issues first)