-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from USEPA/new_labor
new extreme temperature mortality sector updated IEVSL option
- Loading branch information
Showing
73 changed files
with
422 additions
and
991 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^doc$ | ||
^Meta$ | ||
^\..\.Rproj\.user$ | ||
^.*\.Rhistory$ | ||
^\.Rhistory\.user$ | ||
^install$ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
Binary file not shown.
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
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
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
###### Load Packages ###### | ||
require(devtools) | ||
require(tidyverse) | ||
###### Package Source Directory ###### | ||
### Open FrEDI.RProj before running this script | ||
package_name <- "FrEDI" | ||
package_location <- getwd(); package_location | ||
package_location %>% list.files | ||
|
||
###### Library ###### | ||
list.files(package_location) | ||
list.dirs(package_location, recursive = F) | ||
|
||
###### Test Functions ###### | ||
### Uncomment to generate and test example data | ||
load_all(package_location) | ||
testx <- run_fredi() | ||
|
||
# ### Uncomment to update and save default results | ||
# ###### Update and Save Default Scenario ###### | ||
# rm("testx") | ||
# defaultResults <- run_fredi() | ||
# savePath <- package_location %>% file.path("data", "defaultResults.RData") | ||
# save(defaultResults, file=savePath) | ||
|
||
# ### Uncomment to update documentation | ||
###### Update Documentation ###### | ||
###### - Build Manual | ||
###### - Add and build vignettes | ||
###### - Generate Documentation | ||
roxygen2::roxygenise(package_location) | ||
devtools::document(pkg = package_location) | ||
devtools::build_manual(pkg = package_location) | ||
devtools::build_vignettes(pkg = package_location) | ||
|
||
# ### Uncomment to build package | ||
###### Build Package ###### | ||
###### - Build Package but don't include vignettes | ||
devtools::build(pkg=package_location) | ||
|
||
###### Test Package ###### | ||
###### - Build package, reinstall, and restart R | ||
###### - Build Package but don't include vignettes | ||
# testx <- run_fredi() | ||
require(FrEDI) | ||
testx <- run_fredi(pv=T) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
Binary file not shown.
Oops, something went wrong.