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

create a way to list all of the packages in GRAN #86

Open
eread-usgs opened this issue Mar 19, 2015 · 7 comments
Open

create a way to list all of the packages in GRAN #86

eread-usgs opened this issue Mar 19, 2015 · 7 comments

Comments

@eread-usgs
Copy link
Contributor

No description provided.

@ldecicco-USGS
Copy link
Member

I think the list should also include a description and maintainer. Can be pulled from the DESCRIPTION file in the package?

@jordansread
Copy link
Member

in the meantime, we could add this simple command:

available.packages(contrib.url(c("USGS"='http://owi.usgs.gov/R')))

@ldecicco-USGS
Copy link
Member

That works as a quick fix, but a little messy output for the casual user. On the other hand, that contrib.url function is cool!

@jordansread
Copy link
Member

Agreed.

this is cleaner:

names(available.packages(contrib.url(c("USGS"='http://owi.usgs.gov/R')))[,1])

@jordansread
Copy link
Member

See #89

@ldecicco-USGS
Copy link
Member

Actually, I don't think we should close this issue. We should still make a nice table, but for now, people can see the list with the instructions.

@jordansread
Copy link
Member

agreed. I didn't close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants