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

help not loading in RStudio #2

Open
jeutzsch opened this issue Feb 13, 2018 · 3 comments
Open

help not loading in RStudio #2

jeutzsch opened this issue Feb 13, 2018 · 3 comments

Comments

@jeutzsch
Copy link
Member

not sure why, maybe I'm doing something fundamentally wrong, but after updating the package in RStudio, the help files give an error: "Error in fetch(key) : lazy-load database '/Users/me/Library/R/3.4/library/FRelan/help/FRelan.rdb' is corrupt"

@jeutzsch
Copy link
Member Author

but it seems to be working on my laptop, even after reloading. strange. maybe I just don't know what I'm doing...

@nikopartanen
Copy link
Member

I get this occasionally too when I install some of my own things from GitHub, so it may be some general problem I have in how I put the package together. You could try to do in R:

remove.packages("FRelan")
devtools::install_github("langdoc/FRelan")

I'm not sure either where this problem comes from, but I've had it a few times!

@nikopartanen
Copy link
Member

I just generated again all the documentation with:

roxygen2::roxygenise()

This should automatically create documentation from all the annotations there are around the code. I hadn't updated this before properly. It is worth testing if it works now!

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

2 participants