-
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
15 changed files
with
603 additions
and
18 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
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# site name # run name # year(s) # param file # weather data # cut dates | ||
sorens1 - 2013:2022 sorens_parameters.csv sorens_weather.txt sorens_management1.txt | ||
sorens2 - 2013:2022 sorens_parameters.csv sorens_weather.txt sorens_management2.txt | ||
sorens2 autocut 2013:2022 sorens_parameters.csv sorens_weather.txt high | ||
posieux1 - 2013:1022 posieux_parameters.csv posieux_weather.txt posieux_management1.txt | ||
posieux2 - 2013:2022 posieux_parameters.csv posieux_weather.txt posieux_management2.txt | ||
posieux2 autocut 2013:2022 posieux_parameters.csv posieux_weather.txt high | ||
#sorens2 - 2013:2022 sorens_parameters.csv sorens_weather.txt sorens_management2.txt | ||
#sorens2 autocut 2013:2022 sorens_parameters.csv sorens_weather.txt high | ||
posieux1 - 2013:2022 posieux_parameters.csv posieux_weather.txt posieux_management1.txt | ||
#posieux2 - 2013:2022 posieux_parameters.csv posieux_weather.txt posieux_management2.txt | ||
#posieux2 autocut 2013:2022 posieux_parameters.csv posieux_weather.txt high |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file is part of the standard setup for testthat. | ||
# It is recommended that you do not modify it. | ||
# | ||
# Where should you do additional test configuration? | ||
# Learn more about the roles of various files in: | ||
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview | ||
# * https://testthat.r-lib.org/articles/special-files.html | ||
|
||
library(testthat) | ||
library(rmodvege) | ||
|
||
test_check("rmodvege") |
Oops, something went wrong.