Hello everyone!
I am using jupyter through an r environment to make a presentation easier to understand for people who do not usually code. Jupyter's formatting is just a bit easier on the eyes for someone who doesn't code at all. In order to do this, I am trying to run an r environment on conda.
So far this has been good, except when it comes to remotes.
I am trying to install the github program postmastr. In r this is:
remotes::install_github("slu-openGIS/postmastr")
Remotes is already installed in my environment. My problem is I do not know how to write out this^ in conda format. Anyone know a way? @'ing the postmastr creator just in case! @chris.prener