-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
37 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,39 +1,5 @@ | ||
# AidRecipientProfiles | ||
# S-Curve | ||
|
||
Welcome to ProjectTemplate! | ||
Welcome to the S-Curve Web Repository | ||
|
||
This file introduces you to ProjectTemplate, but you should eventually replace | ||
the contents of this file with an introduction to your project. People who | ||
work with your data in the future will thank you for it, including your future | ||
self. | ||
|
||
ProjectTemplate is an R package that helps you organize your statistical | ||
analysis projects. Since you're reading this file, we'll assume that you've | ||
already called `create.project()` to set up this project and all of its | ||
contents. | ||
|
||
To load your new project, you'll first need to `setwd()` into the directory | ||
where this README file is located. Then you need to run the following two | ||
lines of R code: | ||
|
||
library('ProjectTemplate') | ||
load.project() | ||
|
||
After you enter the second line of code, you'll see a series of automated | ||
messages as ProjectTemplate goes about doing its work. This work involves: | ||
* Reading in the global configuration file contained in `config`. | ||
* Loading any R packages you listed in he configuration file. | ||
* Reading in any datasets stored in `data` or `cache`. | ||
* Preprocessing your data using the files in the `munge` directory. | ||
|
||
Once that's done, you can execute any code you'd like. For every analysis | ||
you create, we'd recommend putting a separate file in the `src` directory. | ||
If the files start with the two lines mentioned above: | ||
|
||
library('ProjectTemplate') | ||
load.project() | ||
|
||
You'll have access to all of your data, already fully preprocessed, and | ||
all of the libraries you want to use. | ||
|
||
For more details about ProjectTemplate, see http://projecttemplate.net | ||
This file introduces you to S-Curve Web Repository |