UBC-MDS / rhousehunter

Simplify House-Hunting
https://ubc-mds.github.io/rhousehunter/
MIT License
2 stars 3 forks source link

Revised description to add missing package, revise typos in data cleaner example #17

Closed athy9193 closed 3 years ago

athy9193 commented 3 years ago

Hi all, I create integration branch to check that the package is installable. I add all missing packages in DESCRIPTION. Fixing minor type from cleaner to run check()

I also found that when mailR cannot be imported directly to DESCRIPTION.
@elabandari any advice on this? You can also switch to this integration branch and work on this. Thank you.

elabandari commented 3 years ago

Hi Alex,

Thanks so much for putting this all together. I ran it successfully on my computer top-to-down 🎉

For the mailR package to run, you need to install java (jdk8) from https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html

then run the following command: sudo R CMD javareconf

Hopefully the TAs marking will see these instructions.