Santina Lin

Results 5 comments of Santina Lin

Sure! Thanks for responding to this :smiley: @tarebyte

I can look into what we do with revoscalepy :)

Hey sorry for the late response. There isn't much information. The release note simply has something like cookiecutter that changes the version. That's about it. Unless you're thinking of including...

Possibly due to the environment variable set up in [.Renviron file](https://github.com/datasnakes/renv/blob/34618907f021aa42475d7dc3d9c59b4880b4b864/renv/scripts/common/.Renviron) and that installation is not getting into the right directory. As pointed out in [this thread](http://r.789695.n4.nabble.com/quot-ignoring-environment-value-of-R-HOME-quot-error-when-installing-packages-td856674.html) ``` if test...

You can also do this: https://kite.com/python/examples/4187/platform-check-if-the-system-is-32-bit-or-64-bit ' import platform print platform.architecture()[0] == "32bit" ' Looks better than hard coding value and have Python calculating 2**63