ua-snap / ffvtr

FFVT R/Shiny
MIT License
0 stars 0 forks source link

Make sure to add library() line for each used library #9

Closed cstephen closed 7 years ago

cstephen commented 7 years ago

I'm not yet sure why, but I've been able to use some libraries without including a library() line in my script. These lines should almost certainly be added where they are missing. More research is needed. Maybe RStudio is injecting these libraries behind the scenes somehow?

cstephen commented 7 years ago

This was fixed in e8d12b4. I've confirmed that there are no other library() lines missing by restarting my R environment (CTRL + SHIFT + F10 in RStudio) and running the master branch again.