UBC-MDS / aRidanalysis

aRidanalysis: DRY out your regression analysis!
https://ubc-mds.github.io/aRidanalysis/
Other
0 stars 2 forks source link

Package Review: arid_eda vignette typo #65

Open cmmclaug opened 3 years ago

cmmclaug commented 3 years ago

From our package review:

In aridanalysis.R, for function arid_eda, I was not able to run the example in the docstring arid_eda(house_prices, 'price', 'continuous, c('rooms', 'age','garage')). I believe continuous is missing a quote on the right and dataset house_prices is not loaded.

Just need to add a quote to 'continuous'.