Skip to content
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
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    992ac86 View commit details
    Browse the repository at this point in the history
  2. add @salim-b as contributor

    salim-b committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    48ccc6b View commit details
    Browse the repository at this point in the history
  3. avoid $ due to partial matching

    and rename fn
    salim-b committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    aca7027 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. add lintr config

    salim-b committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    3fdd156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a166ca View commit details
    Browse the repository at this point in the history
  3. tidy DESCRIPTION

    salim-b committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e83e1c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    756017d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    752e311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1234a1c View commit details
    Browse the repository at this point in the history
  4. add additional dependencies

    salim-b committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    9b4467f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c639c2 View commit details
    Browse the repository at this point in the history
  6. overhaul package:

    - 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
    salim-b committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8a68484 View commit details
    Browse the repository at this point in the history
  7. remove unnecessary noise

    (obsolete leftover)
    salim-b committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    2608140 View commit details
    Browse the repository at this point in the history
  8. minor doc change

    salim-b committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    869b16a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. remove redundancy

    salim-b committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    166340c View commit details
    Browse the repository at this point in the history
  2. avoid pipe operator

    (wasn't really intentional to use it😅)
    salim-b committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    138a28a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21a6e1 View commit details
    Browse the repository at this point in the history
  4. document()

    salim-b committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    38d3308 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. set per-project Rmd formatting harmonization

    this is performed by Pandoc under the hood and only available in RStudio 1.4+, see https://rstudio.github.io/visual-markdown-editing/
    salim-b committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b5dd995 View commit details
    Browse the repository at this point in the history
  2. update README

    and overhaul it to be more clear/precise
    salim-b committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    2ee99f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e15c2d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. fix formatting of doc

    (RStudio's built-in auto-formatting broke the proper Markdown syntax 😒)
    salim-b committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    cb9ebdf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. be more precise

    salim-b committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    964295b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35892ff View commit details
    Browse the repository at this point in the history
  3. update pkg version (dev)

    salim-b committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    59303cf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    8a9e739 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    24859df View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. gitignore README source file

    salim-b committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    c3db00e View commit details
    Browse the repository at this point in the history
  2. update RoxygenNote

    salim-b committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    c00d74d View commit details
    Browse the repository at this point in the history
  3. tweak help pane CSS

    salim-b committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    6fc324c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Rproj conf: clean package sources prior to installation

    (default in upcoming RStudio)
    salim-b committed May 12, 2022
    Configuration menu
    Copy the full SHA
    cba1200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c53a82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5715ec4 View commit details
    Browse the repository at this point in the history
  4. fix history search results background color (2)

    maybe these `GEL-OVUB*` classes are not really permanent and thus a dead end?
    salim-b committed May 12, 2022
    Configuration menu
    Copy the full SHA
    29515ea View commit details
    Browse the repository at this point in the history