README.md

Package "rfcvquery"

This directory contains the rfcvquery package for the R software environment. This package helps querying the database of the collections from the French Network of Grapevine Repositories (RFCV).

The rfcvquery package is available under a free software license, the GNU Affero General Public License (version 3 or later). See the COPYING file for details. The copyright is owned by the INRA. The coordinators are Timothée Flutre and Thierry Lacombe.

The content of this directory is versioned using git, the central repository being hosted on GitHub.

Installation

To install the rfcvquery package, the easiest is to install it directly from GitHub. Open an R session and run the following commands:

library(devtools)
install_github("lacombe-vigne/rfcvquery")

Once this is done, the rfcvquery package should be available on your computer.

Usage

Once the rfcvquery package is installed on your computer, it can be loaded into a R session:

library(rfcvquery)
help(package="rfcvquery")

Issues

When encountering a problem with the package, you can report issues on GitHub directly (here). Remember to copy-paste the output of sessionInfo() to help efficiently diagnose the problem and find a solution.

Contributing

You can contribute in various ways:



lacombe-vigne/rfcvquery documentation built on May 20, 2019, 7:32 p.m.