Skip to content

Instantly share code, notes, and snippets.

@ljcolling
Last active January 28, 2020 14:16
Show Gist options
  • Select an option

  • Save ljcolling/bd150cfcf0eed267f46231ad7c0b5773 to your computer and use it in GitHub Desktop.

Select an option

Save ljcolling/bd150cfcf0eed267f46231ad7c0b5773 to your computer and use it in GitHub Desktop.
Description of how to install `adata` package on university lab machines

Source the sussex.fix() function using

source("http://tinyurl.com/sussexfix")

and then run it using

sussex.fix()

This will install the sussex pacakge which contains the functions install.sussex

To install the adata package, run

sussex::install.sussex("adata")

These steps are unnecessary for people using their own laptops. Instead they can just run

remotes::install_github("mivalek/adata")

Just make sure they have the remotes packages installed

As a quick way to install tidyverse on the lab machines run

sussex::install.sussex("tidyverse")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment