Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rohan sasne patch 2 #3

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
PGHOST: postgres
CI: true


jobs:
# ----------------------------------------------------------------------
# R TEST
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
- develop


tags:
- '*'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/depends.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Docker Depends Image


on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@




## Our Vision
#### Ecosystem science, policy, and management informed by the best available data and models

Expand Down
1 change: 1 addition & 0 deletions base/db/R/check.lists.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# http://opensource.ncsa.illinois.edu/license.html
#-------------------------------------------------------------------------------


##--------------------------------------------------------------------------------------------------#
##' Check two lists. Identical does not work since one can be loaded
##' from the database and the other from a CSV file.
Expand Down
1 change: 1 addition & 0 deletions documentation/index_vm.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<body>
<h1>PEcAn</h1>


<ul>
<li><a href="/pecan/">Run Models</a></li>
<li><a href="/bety/">Database</a></li>
Expand Down
1 change: 1 addition & 0 deletions models/cable/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
RoxygenNote: 6.1.0

Loading