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

quick fix for collate installation error #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

munichrocker
Copy link

This is a quick fix for an error that occurs during installation with devtools::install_github("danielmarcelino/SciencesPo"), because some files have been named differently in the DESCRIPTION file and the different *.R-files.

The fix changes the names in the DESCRIPTION file and makes a successful installation possible.

In the long run it might be better style to change the names of the *.R-files that cause problems.

Original error during installation:

 Error in .install_package_code_files(".", instdir) : 
   fehlende Dateien im 'Collate' Feld von '/private/var/folders/fd/gcq8b6k96xx65_kh9_tp_yrssnxkx1/T/RtmpdqyEvk/Rbuild10bc5240c93d/SciencesPo/R':
     Bootstrap.R
     Describe.R
     Dummy.R
     Jackknife.R
     Normalize.R
     Recode.R
     runShinyApp.R
   ERROR: unable to collate and parse R files for package ‘SciencesPo’

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.

None yet

1 participant