Skip to content

Commit

Permalink
Merge pull request #107 from addelany/main
Browse files Browse the repository at this point in the history
update default model info
  • Loading branch information
addelany authored Aug 7, 2024
2 parents 0808b27 + f12431c commit 9fbdb9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/generate_authors.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ generate_authors <- function(model, metadata_table){

if (is.na(model_info$`Can we publicly list your name and email as part of the model metadata?`)){

x <- list(list('url' = 'pending',
'name' = 'pending',
x <- list(list('url' = 'https://projects.ecoforecast.org/neon4cast-ci/',
'name' = 'NEON Ecological Forecasting Project',
'roles' = list("producer",
"processor",
"licensor")))
Expand All @@ -30,8 +30,8 @@ generate_authors <- function(model, metadata_table){
"licensor")))

}else{
x <- list(list('url' = 'pending',
'name' = 'pending',
x <- list(list('url' = 'https://projects.ecoforecast.org/neon4cast-ci/',
'name' = 'NEON Ecological Forecasting Project',
'roles' = list("producer",
"processor",
"licensor")))
Expand Down

0 comments on commit 9fbdb9c

Please sign in to comment.