-
Notifications
You must be signed in to change notification settings - Fork 15
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
6 changed files
with
91 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
id: csv | ||
type: contact | ||
fun: contact_handler_csv.R | ||
funders: [] | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: [email protected] | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: [email protected] | ||
def: Handle metadata contacts from a CSV file | ||
status: stable | ||
packages: | ||
- readr | ||
available_options: | ||
guess_max: | ||
def: Guess max argument, see readr::read_csv | ||
class: integer | ||
default: 0 |
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,18 @@ | ||
id: dbi | ||
type: contact | ||
fun: contact_handler_dbi.R | ||
funders: [] | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: [email protected] | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: [email protected] | ||
def: Handle metadata contacts from a DB source | ||
status: stable | ||
packages: | ||
- DBI | ||
- RSQLite | ||
- RPostgres | ||
- RPostgreSQL | ||
available_options: [] |
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,15 @@ | ||
id: excel | ||
type: contact | ||
fun: contact_handler_excel.R | ||
funders: [] | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: [email protected] | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: [email protected] | ||
def: Handle metadata contacts from a Microsoft Excel (xls,xlsx) file | ||
status: stable | ||
packages: | ||
- readxl | ||
available_options: [] |
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,15 @@ | ||
id: gsheet | ||
type: contact | ||
fun: contact_handler_gsheet.R | ||
funders: [] | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: [email protected] | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: [email protected] | ||
def: Handle metadata contacts from a Google spreadsheet | ||
status: stable | ||
packages: | ||
- gsheet | ||
available_options: [] |
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,19 @@ | ||
id: ocs | ||
type: contact | ||
fun: contact_handler_ocs.R | ||
funders: | ||
- name: INRAE | ||
url: https://www.inrae.fr | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: [email protected] | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: [email protected] | ||
def: Handle metadata contacts from a tabulat data source (csv or excel) hosted on an OCS cloud | ||
status: stable | ||
packages: | ||
- ocs4R | ||
- rear | ||
- readxl | ||
available_options: [] |