Git Product home page Git Product logo

Comments (2)

github-learning-lab avatar github-learning-lab commented on July 1, 2024

Great, here we go! You'll be revising files in this repository shortly. To follow a process similar to our team's standard git workflow, you should first clone this training repository to your local machine so that you can make file changes and commits there.

⌨️ Activity: Set up your local repository

Open a git bash shell (Windows) or a terminal window (Mac) and change (cd) into the directory you work in for projects in R (for me, this is ~/Documents/Code). There, clone the repository and set your working directory to the new project folder that was created:

git clone [email protected]:wdwatkins/ds-pipelines-3.git
cd ds-pipelines-3

⌨️ Activity: Install packages as needed

You may need to install some of the packages for this course if you don't have them already. These are:

  • scipiper
  • remake
  • tidyverse
  • dataRetrieval
  • urbnmapr
  • rnaturalearth
  • cowplot
  • leaflet
  • leafpop
  • htmlwidgets

If you don't already have remake and scipiper installed, refer to the documentation here to install those packages.

Install urbnmapr with remotes::install_github('UrbanInstitute/urbnmapr').

All the rest should be installable with install.packages().

⌨️ Activity: Invite some collaborators

Alison (aappling-usgs) and/or Jordan (jread-usgs) will be providing code reviews during your course. To make it possible for you to request reviews from them, go to the Settings tab, Manage access subtab, and then click the green button to Invite a collaborator to add each of their usernames to your repo.

How to invite reviewers


When you're set up locally, close this issue.

from ds-pipelines-3.

github-learning-lab avatar github-learning-lab commented on July 1, 2024

Task accomplished! Head back to the Issues page for your next assignment.

from ds-pipelines-3.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.