Skip to content
Snippets Groups Projects
Select Git revision
  • dev
  • prod default protected
  • cran protected
  • v0.5.10
  • v0.5.6
  • v0.5.4
  • v0.5.3
  • v0.5.2
  • v0.5.1
  • v0.5.0
  • v0.4.3
  • v0.4.2
12 results

ufs

  • Clone with SSH
  • Clone with HTTPS
  • Pipeline status Coverage status Version on CRAN Monthly downloads on CRAN Total downloads on CRAN

    ufs 📦

    ufs: A leaner, cleaner version of the userfriendlyscience package

    The pkgdown website for this project is located at https://r-packages.gitlab.io/ufs.

    Installation

    You can install the released version of ufs from CRAN with:

    install.packages('ufs');

    You can install the development version of ufs from GitLab with:

    remotes::install_gitlab('r-packages/ufs');

    If you want the even more cutting edge version, you can install from the dev branch (as opposed to the default branch, prod) with:

    remotes::install_gitlab('r-packages/ufs@dev');

    (This is assuming you have the remotes packages installed; otherwise, install that first using the install.packages function.)