pachadotdev / analogsea

Digital Ocean R client
https://pacha.dev/analogsea/
Apache License 2.0
154 stars 24 forks source link

Tidy spaces docs #176

Closed amoeba closed 5 years ago

amoeba commented 5 years ago

Closes https://github.com/sckott/analogsea/issues/175 Relates to https://github.com/sckott/analogsea/issues/140

Tidy up spaces impl & docs. There are a few things I did in here:

  1. Call objects "Objects" and spaces "Spaces" throughout
  2. In info.R, moved some Space operations into the Spaces list from the Objects list
  3. Added ability to use either a space object or a string when a function uses a space as an arg (via as.character.space)
  4. Aligned roxygen doc style a bit better with rest of package
  5. Split stand-alone functions from spaces.R into their own files
  6. Renamed spaces* functions to space to match the rest of the spaces functions and rest of the package
sckott commented 5 years ago

LGTM