-
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.
Merge pull request #4 from josuechinchilla/auto_tests
Auto tests
- Loading branch information
Showing
15 changed files
with
451 additions
and
181 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,3 +1,9 @@ | ||
.DS_store | ||
.Rproj.user | ||
BIGf90.Rproj | ||
.DS_store | ||
.Rproj.user | ||
.Rbuildignore | ||
BIGf90.Rproj | ||
inst/exec_mac | ||
inst/exec_windows/ | ||
inst/data | ||
tests/ | ||
.Rhistory |
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,11 @@ | ||
# BIGf90 0.3.1 | ||
|
||
* Users now can have executable files, input files, and output files in different locations | ||
* Warnings were added in case of run_gibbs and run_postgibbs functions that requires inputs to be together with renum results | ||
* Code changed to always use global path even if it is referring to working directory | ||
* Verbose argument added to give option to print or not information on screen while running | ||
* Default values added | ||
* Output directories need to exist. The function will stop if they don´t | ||
* Automatic installation checks included | ||
* NEWS file included | ||
* GitHub example |
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
Oops, something went wrong.