Skip to content
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

Replace HLCor by fitme #165

Closed
courtiol opened this issue Jun 26, 2023 · 0 comments
Closed

Replace HLCor by fitme #165

courtiol opened this issue Jun 26, 2023 · 0 comments
Assignees
Milestone

Comments

@courtiol
Copy link
Owner

Change needs to happen here:
https://github.com/courtiol/IsoriX/blob/f85641cd7741b6bd004fa0443af67d50d8dbd199/IsoriX/R/calibfit.R#L600C1-L607C12

which should be changed to:

      calib_fit <-
        spaMM::fitme(
          formula = stats::formula(calib_formula),
          corrMatrix = predcov,
          fixed = lambda_list,
          data = data,
          method = lik_method
        )

This should prevent some warnings.

@courtiol courtiol self-assigned this Jun 26, 2023
@courtiol courtiol modified the milestone: version 0.9.0 Jun 26, 2023
@courtiol courtiol added this to the version 0.9.1 milestone Sep 24, 2023
courtiol added a commit that referenced this issue Sep 25, 2023
courtiol added a commit that referenced this issue Sep 25, 2023
* Update Roxygen

* Add terra

* Store shape files for polygons

terra does not seem to allow for the use of rda...

* prepraster uses terra

* Bump version number for devel

* Fix Roxygen issues

* Reoxygenise

* Swith to terra

* Fix wrong statement

* Emmulate lazy loading for terra data

* Fix extract calls

* Re-export more terra fns

* Remove old rda files

* Add tif for elevation

* Some tif files now need to be tracked

* Switch to terra (fixes #161, fixes #90)

* Silence spaMM expected warnings (fixes #115)

* Fix test

* Change caused by new version of Roxygen

* Change filename

* Make path definition more robust

* CountryBorders and OceanMask are now of class SpatVector

* Remove raster and sp dependency

* Update NEWS

* Improve style and comments

* elevatr behaviour seems to have changed...

* Add info about crash caused by timeout

* Slight improvement on how to handle paths

* Fix broken tests

* Remove maps (not used)

* Typo. Fixes #160

* Fix typo

* terra:vect does not understand tibbles

* Fixes #165

* Add comment

* Reoxygenise

* elevatr moved to Suggests. Fixes #157

* Change timeout (fixes #148)

* Fix documentation (fixes #158)

* Remove wrong message about extrapolation (fixes #159)

* Make second display consistent

* Bump version number

* Fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant