-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added climdex.pcic Package #9379
Conversation
instat/dlgRPackages.vb
Outdated
Private Sub UseclimdexPackage() | ||
If ucrInputPackage.GetText = "climdex.pcic" Then | ||
ucrInputRepositoryName.SetText("pacificclimate") | ||
Else | ||
ucrInputRepositoryName.SetText("IDEMSInternational") | ||
End If | ||
|
||
End Sub | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MeSophie you did too much! I don't think we even need this since we have forked a copy into our repo (and they've not updated for 7+ years). You only need to do the change on line 46 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lilyclements This is solved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rdstern over to you
Fixes #9373
@rachelkg @N-thony @rdstern I added climdex.pic package on the list of install package dialog. Please have a look.