-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/kbodwin/decodeR
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# decodeR | ||
|
||
This is a repository for fun activities/assignments for R learners. Each folder contains a puzzle focused on the specified skill (or "general" for a variety of general R skills). These puzzles will ask the Decoder to complete a series of steps, which will unscramble/translate/decrypt a message or construct an image. | ||
|
||
Each folder contains a markdown file for the Puzzle, a Solution to the Puzzle, and any source code used to create the Puzzle, as well as the data files the Puzzle depends on. | ||
|
||
Each folder also contains a readme with notes for the instructor. (*Well, eventually they all will have this...*) | ||
|
||
PRs welcome, and apologies in advance for any errors in the activities! |