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

rebuild error when region deleted #75

Open
rBatt opened this issue Apr 27, 2017 · 1 comment
Open

rebuild error when region deleted #75

rBatt opened this issue Apr 27, 2017 · 1 comment

Comments

@rBatt
Copy link
Owner

rBatt commented Apr 27, 2017

I deleted a region, and when rebuilding got error just after raw data had be rewritten, during document() step.

Error was that clean.newf wasn't an exported objected in namespace

I think the problem is that the datasets.R file still had the documentation for that region. It would be a pain to regenerate the datasets.R file (even though most is automated). I think it might be better to just not document at every step, if possible.

Right now I just went to the remake.R script and skipped that raw <- document() line, and just ran the line that cleaned newf. Then re-running, i got same error for clean.sgulf, another region that had been removed. So I think my guess here is correct.

Need to either regenerate datasets.R (ugh), or just avoid doing document() until very end (preferable).

@rBatt
Copy link
Owner Author

rBatt commented Oct 20, 2017

#67 #66

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

1 participant