Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features to implement #1

Open
3 of 15 tasks
ahasverus opened this issue Feb 28, 2023 · 0 comments
Open
3 of 15 tasks

New features to implement #1

ahasverus opened this issue Feb 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ahasverus
Copy link
Member

ahasverus commented Feb 28, 2023

Here is a list of features to add:

  1. Generic functions
  • get_phylopic_image(): Download a PhyloPic silhouette using the PhyloPic API 2.x.x
  • get_world_basemap(): Download the IPBES world basemap available at https://zenodo.org/record/3928281
  • format_authors_names(): Collapse a Vector of Author Names
  • shorten_authors_names(): Shorten Full Names (Doe, John becomes Doe, J)
  • remove_latex_tags(): Translate LaTeX tags in UTF-8
  • remove_multi_spaces(): Remove Extra Space in Strings
  • get_osm_coords(): Client to the OpenStreetMap Data Search Engine API (http://nominatim.openstreetmap.org)
  • is_valid_doi(): Check if a DOI has a good structure
  • check_doi(): Check if a DOI exists on the Web
  1. Check arguments
  • is_character(): check if an argument exists, is a character, and of length of exactly 1
  • is_characters(): check if an argument exists, is a character, and of length > 0
  • is_logical(): check if an argument exists, is a logical, and of length of exactly 1
  • is_logicals(): check if an argument exists, is a logical, and of length > 0
  • is_numeric(): check if an argument exists, is a numeric, and of length of exactly 1
  • is_numerics(): check if an argument exists, is a numeric, and of length > 0
@ahasverus ahasverus added the enhancement New feature or request label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant