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

Chores/prep cran siane #6

Merged
merged 7 commits into from
May 6, 2018
Merged

Chores/prep cran siane #6

merged 7 commits into from
May 6, 2018

Conversation

Nuniemsis
Copy link
Collaborator

This pull request was created to solve issues #2 , #3 , #4 and #5.

  • .Rbuildignore file was added
  • Import statements were corrected in the namespce and in the R files.
  • DESCRIPTION file was corrected
  • README.md updated

@Nuniemsis Nuniemsis self-assigned this Apr 7, 2018
@Nuniemsis Nuniemsis requested a review from Enchufa2 April 7, 2018 10:21
DESCRIPTION Outdated
email = "[email protected]"))
Author: Carlos J. Gil Bellosta[aut, cre]
Nuno Carvalho[aut]
Author: Carlos J. Gil Bellosta [aut],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This field, as well as the Maintainer field, can be dropped if Authors@R is present, as it is the case. Advantages: remove duplications, easier to maintain.

LICENSE Outdated
@@ -0,0 +1,2 @@
YEAR: 2017
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be 2017-2018.

LICENSE Outdated
@@ -0,0 +1,2 @@
YEAR: 2017
COPYRIGHT HOLDER: Your name goes here
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Substitute Your name goes here with comma-separated names: Carlos J. Gil Bellosta, Nuno Carvalho.

DESCRIPTION Outdated
administrative level. The other main functionality is to bind numerical data to polygons.
This package is only compatible with the spanish IGN(National Institute of Geography) maps
and the INE(National Institute of Statistics) data.
Depends: plyr, raster, rgdal, sp, methods, utils
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packages in Depends are automatically loaded when the user loads your library. Does the user need them for using your package? If the answer is no for any of them, then they should be moved to Imports instead of Depends. See Other dependencies for further details about Depends and Imports.

@Enchufa2
Copy link
Member

Enchufa2 commented May 6, 2018

Great, thanks!

@Nuniemsis Nuniemsis merged commit beea60c into master May 6, 2018
@Nuniemsis Nuniemsis deleted the chores/prep_cran_siane branch May 6, 2018 15:03
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

Successfully merging this pull request may close these issues.

2 participants