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

Tidy spaces docs #176

Merged
merged 7 commits into from Mar 25, 2019
Merged

Tidy spaces docs #176

merged 7 commits into from Mar 25, 2019

Conversation

amoeba
Copy link
Contributor

@amoeba amoeba commented Mar 23, 2019

Closes #175
Relates to #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

There are a few things I did in here:

1. Call objects "Objects" and spaces "Spaces" throughout
2. In info.R, moved from Space operations into the Spaces 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
This is more similar to the rest of the package
@sckott sckott added this to the v0.7 milestone Mar 25, 2019
@sckott
Copy link
Collaborator

sckott commented Mar 25, 2019

LGTM

@sckott sckott merged commit 8df064a into pachadotdev:master Mar 25, 2019
@sckott sckott modified the milestones: v0.7, v0.8 Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add links to spaces API docs where appropriate
2 participants