ISS-Analytics / modelr

Natural-feeling domain-specific language for building PLS structural equation models
0 stars 1 forks source link

Make modelr installable as a devtool #2

Open soumyaray opened 7 years ago

soumyaray commented 7 years ago

Find out what else we have to do to make devtools installable via:

install_github("ISS-Analytics/modelr")

Some reading on R packages:

soumyaray commented 7 years ago

btw, I notice now that our structure function collides with base::structure and masks it in the global environment. still trying to resolve what to do about this. i've posted this question on reddit's rstats group. looking for any feedback on the issue.