Skip to content

Commit

Permalink
Add accents and help.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdfrias committed Oct 17, 2018
1 parent 09c36ce commit 541e489
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Version: 1.3.0
Date: 2018-10-17
Authors@R: as.person(c(
"Santander Meteorology Group <http://meteo.unican.es> [cph]",
"Maria Dolores Frías <[email protected]> [aut, cre]",
"Jesus Fernández <[email protected]> [aut]",
"María Dolores Frías <[email protected]> [aut, cre]",
"Jesús Fernández <[email protected]> [aut]",
"Maialen Iturbide <[email protected]> [aut]",
"Joaquín Bedia <[email protected]> [aut]",
"Max Tuni <[email protected]> [ctb]",
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,gray)
importFrom(grDevices,grey.colors)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
Expand All @@ -60,6 +61,7 @@ importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lattice,panel.grid)
Expand Down
10 changes: 5 additions & 5 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
bibentry(bibtype = "Article",
title = "An R package to visualize and communicate uncertainty in seasonal climate prediction",
author = c(person(given = "M. Dolores", family = "Frias", role = "aut"),
author = c(person(given = "M. Dolores", family = "Frías", role = "aut"),
person(given = "Maialen", family = "Iturbide", role = "aut"),
person(given = "Rodrigo", family = "Manzanas", role = "aut"),
person(given = "Joaquin", family = "Bedia", role = "aut"),
person(given = "Jesus", family = "Fernandez", role = "aut"),
person(given = "Joaquín", family = "Bedia", role = "aut"),
person(given = "Jesús", family = "Fernández", role = "aut"),
person(given = "Sixto", family = "Herrera", role = "aut"),
person(given = "Antonio S.", family = "Cofino", role = "aut"),
person(given = "Jose Manuel", family = "Gutierrez", role = "aut")),
person(given = "Antonio S.", family = "Cofiño", role = "aut"),
person(given = "Jose Manuel", family = "Gutiérrez", role = "aut")),
journal = "Environmental Modelling & Software",
volume = "99",
pages = "101 - 110",
Expand Down
4 changes: 2 additions & 2 deletions man/cascadePlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/side.density.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 541e489

Please sign in to comment.