crtahlin / medplot

Functions for drawing graphs in R visualizing medical information.
4 stars 2 forks source link

package dependencies #81

Closed llaarraa closed 10 years ago

llaarraa commented 10 years ago

add lme4 in the dependency list

library(medplot)

Error: package ‘lme4’ could not be loaded In addition: There were 12 warnings (use warnings() to see them)

warnings() warnings() ...

12: In library(pkg, character.only = TRUE, logical.return = TRUE, ... : there is no package called ‘lme4’

crtahlin commented 10 years ago

Strange - lme4 is already in DESCRIPTION under "Depends". It might be that some entries start with a tabulator, while other start with whitespaces. Have replaced tabs with whitespace in 70b68e51719c92d7231dd26261d2b2e4366d392c.

I don't think this should have influenced the behavior, though. I cannot recreate the bug (even with old settings), so I am closing the issue. Please reopen if problem persists (with info on the scenario how this happens).