Thanks for your contribution!
make
andR
to build the .ctv file from the .md sourcepandoc
(from: http://johnmacfarlane.net/pandoc/installing.html) to build the README.md and OpenData.html files
If you don't want to or can't install these things, then just edit the opendata.md
file, and submit a pull request.
-
Fork this repo
-
Edit the opendata.md file. If the package you are adding is on CRAN, add a the package name within
<pkg></pkg>
tags (use<ohat></ohat>
for OmegaHat packages,<rforge></rforge>
for RForge, and<bioc></bioc>
for Bioconductor packages). If it's not on CRAN, put it within<a></a>
tags (e.g.,<a href="https://github.com/ropensci/rgbif">rgbif</a> (not on CRAN)
). If the API or service wrapped requires registration, append (K) to the description. It it is paid, append ($). (The '' is needed for proper processing by the build system.) -
On the command line type
make
and press enter, which creates theOpenData.ctv
andREADME.md
files. -
Check to make sure the
.ctv
file is correct. In the console output frommake check
, you should get:$`Packages in <info> but not in <packagelist>` character(0) $`Packages in <packagelist> but not in <info>` character(0) $`Packages in <packagelist> but not in repos` character(0)
If you don't, follow the error messages to fix. If you can't figure out how to fix, just send the PR anyway, and the maintainer will fix.
If you changed anything in the
opendata.md
file, repeat step 3 to remake files. If everything was fine, proceed. -
Push back up to your account, then send a pull request to
ropensci/opendata
.
If you just want to submit an issue, then go to the issues page and do that. Please list as much of the following as possible: package name, repository, development URL, commercial or account-required.